Versions in this module Expand all Collapse all v0 v0.25.2 May 21, 2020 Changes in this version + const BigtableAdminClusterScope + const BigtableAdminInstanceScope + const BigtableAdminScope + const BigtableAdminTableScope + const CloudBigtableAdminClusterScope + const CloudBigtableAdminScope + const CloudBigtableAdminTableScope + const CloudPlatformReadOnlyScope + const CloudPlatformScope + type AppProfile struct + Description string + Etag string + ForceSendFields []string + MultiClusterRoutingUseAny *MultiClusterRoutingUseAny + Name string + NullFields []string + SingleClusterRouting *SingleClusterRouting + func (s *AppProfile) MarshalJSON() ([]byte, error) + type AuditConfig struct + AuditLogConfigs []*AuditLogConfig + ForceSendFields []string + NullFields []string + Service string + func (s *AuditConfig) MarshalJSON() ([]byte, error) + type AuditLogConfig struct + ExemptedMembers []string + ForceSendFields []string + LogType string + NullFields []string + func (s *AuditLogConfig) MarshalJSON() ([]byte, error) + type Binding struct + Condition *Expr + ForceSendFields []string + Members []string + NullFields []string + Role string + func (s *Binding) MarshalJSON() ([]byte, error) + type CheckConsistencyRequest struct + ConsistencyToken string + ForceSendFields []string + NullFields []string + func (s *CheckConsistencyRequest) MarshalJSON() ([]byte, error) + type CheckConsistencyResponse struct + Consistent bool + ForceSendFields []string + NullFields []string + func (s *CheckConsistencyResponse) MarshalJSON() ([]byte, error) + type Cluster struct + DefaultStorageType string + ForceSendFields []string + Location string + Name string + NullFields []string + ServeNodes int64 + State string + func (s *Cluster) MarshalJSON() ([]byte, error) + type ClusterState struct + ForceSendFields []string + NullFields []string + ReplicationState string + func (s *ClusterState) MarshalJSON() ([]byte, error) + type ColumnFamily struct + ForceSendFields []string + GcRule *GcRule + NullFields []string + func (s *ColumnFamily) MarshalJSON() ([]byte, error) + type CreateClusterMetadata struct + FinishTime string + ForceSendFields []string + NullFields []string + OriginalRequest *CreateClusterRequest + RequestTime string + Tables map[string]TableProgress + func (s *CreateClusterMetadata) MarshalJSON() ([]byte, error) + type CreateClusterRequest struct + Cluster *Cluster + ClusterId string + ForceSendFields []string + NullFields []string + Parent string + func (s *CreateClusterRequest) MarshalJSON() ([]byte, error) + type CreateInstanceMetadata struct + FinishTime string + ForceSendFields []string + NullFields []string + OriginalRequest *CreateInstanceRequest + RequestTime string + func (s *CreateInstanceMetadata) MarshalJSON() ([]byte, error) + type CreateInstanceRequest struct + Clusters map[string]Cluster + ForceSendFields []string + Instance *Instance + InstanceId string + NullFields []string + Parent string + func (s *CreateInstanceRequest) MarshalJSON() ([]byte, error) + type CreateTableRequest struct + ForceSendFields []string + InitialSplits []*Split + NullFields []string + Table *Table + TableId string + func (s *CreateTableRequest) MarshalJSON() ([]byte, error) + type DropRowRangeRequest struct + DeleteAllDataFromTable bool + ForceSendFields []string + NullFields []string + RowKeyPrefix string + func (s *DropRowRangeRequest) MarshalJSON() ([]byte, error) + type Empty struct + type Expr struct + Description string + Expression string + ForceSendFields []string + Location string + NullFields []string + Title string + func (s *Expr) MarshalJSON() ([]byte, error) + type GcRule struct + ForceSendFields []string + Intersection *Intersection + MaxAge string + MaxNumVersions int64 + NullFields []string + Union *Union + func (s *GcRule) MarshalJSON() ([]byte, error) + type GenerateConsistencyTokenRequest struct + type GenerateConsistencyTokenResponse struct + ConsistencyToken string + ForceSendFields []string + NullFields []string + func (s *GenerateConsistencyTokenResponse) MarshalJSON() ([]byte, error) + type GetIamPolicyRequest struct + ForceSendFields []string + NullFields []string + Options *GetPolicyOptions + func (s *GetIamPolicyRequest) MarshalJSON() ([]byte, error) + type GetPolicyOptions struct + ForceSendFields []string + NullFields []string + RequestedPolicyVersion int64 + func (s *GetPolicyOptions) MarshalJSON() ([]byte, error) + type Instance struct + DisplayName string + ForceSendFields []string + Labels map[string]string + Name string + NullFields []string + State string + Type string + func (s *Instance) MarshalJSON() ([]byte, error) + type Intersection struct + ForceSendFields []string + NullFields []string + Rules []*GcRule + func (s *Intersection) MarshalJSON() ([]byte, error) + type ListAppProfilesResponse struct + AppProfiles []*AppProfile + FailedLocations []string + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListAppProfilesResponse) MarshalJSON() ([]byte, error) + type ListClustersResponse struct + Clusters []*Cluster + FailedLocations []string + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *ListClustersResponse) MarshalJSON() ([]byte, error) + type ListInstancesResponse struct + FailedLocations []string + ForceSendFields []string + Instances []*Instance + NextPageToken string + NullFields []string + func (s *ListInstancesResponse) MarshalJSON() ([]byte, error) + type ListLocationsResponse struct + ForceSendFields []string + Locations []*Location + NextPageToken string + NullFields []string + func (s *ListLocationsResponse) MarshalJSON() ([]byte, error) + type ListOperationsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Operations []*Operation + func (s *ListOperationsResponse) MarshalJSON() ([]byte, error) + type ListTablesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Tables []*Table + func (s *ListTablesResponse) MarshalJSON() ([]byte, error) + type Location struct + DisplayName string + ForceSendFields []string + Labels map[string]string + LocationId string + Metadata googleapi.RawMessage + Name string + NullFields []string + func (s *Location) MarshalJSON() ([]byte, error) + type Modification struct + Create *ColumnFamily + Drop bool + ForceSendFields []string + Id string + NullFields []string + Update *ColumnFamily + func (s *Modification) MarshalJSON() ([]byte, error) + type ModifyColumnFamiliesRequest struct + ForceSendFields []string + Modifications []*Modification + NullFields []string + func (s *ModifyColumnFamiliesRequest) MarshalJSON() ([]byte, error) + type MultiClusterRoutingUseAny struct + type Operation struct + Done bool + Error *Status + ForceSendFields []string + Metadata googleapi.RawMessage + Name string + NullFields []string + Response googleapi.RawMessage + func (s *Operation) MarshalJSON() ([]byte, error) + type OperationsCancelCall struct + func (c *OperationsCancelCall) Context(ctx context.Context) *OperationsCancelCall + func (c *OperationsCancelCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *OperationsCancelCall) Fields(s ...googleapi.Field) *OperationsCancelCall + func (c *OperationsCancelCall) Header() http.Header + type OperationsDeleteCall struct + func (c *OperationsDeleteCall) Context(ctx context.Context) *OperationsDeleteCall + func (c *OperationsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *OperationsDeleteCall) Fields(s ...googleapi.Field) *OperationsDeleteCall + func (c *OperationsDeleteCall) Header() http.Header + type OperationsGetCall struct + func (c *OperationsGetCall) Context(ctx context.Context) *OperationsGetCall + func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *OperationsGetCall) Fields(s ...googleapi.Field) *OperationsGetCall + func (c *OperationsGetCall) Header() http.Header + func (c *OperationsGetCall) IfNoneMatch(entityTag string) *OperationsGetCall + type OperationsProjectsOperationsListCall struct + func (c *OperationsProjectsOperationsListCall) Context(ctx context.Context) *OperationsProjectsOperationsListCall + func (c *OperationsProjectsOperationsListCall) Do(opts ...googleapi.CallOption) (*ListOperationsResponse, error) + func (c *OperationsProjectsOperationsListCall) Fields(s ...googleapi.Field) *OperationsProjectsOperationsListCall + func (c *OperationsProjectsOperationsListCall) Filter(filter string) *OperationsProjectsOperationsListCall + func (c *OperationsProjectsOperationsListCall) Header() http.Header + func (c *OperationsProjectsOperationsListCall) IfNoneMatch(entityTag string) *OperationsProjectsOperationsListCall + func (c *OperationsProjectsOperationsListCall) PageSize(pageSize int64) *OperationsProjectsOperationsListCall + func (c *OperationsProjectsOperationsListCall) PageToken(pageToken string) *OperationsProjectsOperationsListCall + func (c *OperationsProjectsOperationsListCall) Pages(ctx context.Context, f func(*ListOperationsResponse) error) error + type OperationsProjectsOperationsService struct + func NewOperationsProjectsOperationsService(s *Service) *OperationsProjectsOperationsService + func (r *OperationsProjectsOperationsService) List(name string) *OperationsProjectsOperationsListCall + type OperationsProjectsService struct + Operations *OperationsProjectsOperationsService + func NewOperationsProjectsService(s *Service) *OperationsProjectsService + type OperationsService struct + Projects *OperationsProjectsService + func NewOperationsService(s *Service) *OperationsService + func (r *OperationsService) Cancel(name string) *OperationsCancelCall + func (r *OperationsService) Delete(name string) *OperationsDeleteCall + func (r *OperationsService) Get(name string) *OperationsGetCall + type PartialUpdateInstanceRequest struct + ForceSendFields []string + Instance *Instance + NullFields []string + UpdateMask string + func (s *PartialUpdateInstanceRequest) MarshalJSON() ([]byte, error) + type Policy struct + AuditConfigs []*AuditConfig + Bindings []*Binding + Etag string + ForceSendFields []string + NullFields []string + Version int64 + func (s *Policy) MarshalJSON() ([]byte, error) + type ProjectsInstancesAppProfilesCreateCall struct + func (c *ProjectsInstancesAppProfilesCreateCall) AppProfileId(appProfileId string) *ProjectsInstancesAppProfilesCreateCall + func (c *ProjectsInstancesAppProfilesCreateCall) Context(ctx context.Context) *ProjectsInstancesAppProfilesCreateCall + func (c *ProjectsInstancesAppProfilesCreateCall) Do(opts ...googleapi.CallOption) (*AppProfile, error) + func (c *ProjectsInstancesAppProfilesCreateCall) Fields(s ...googleapi.Field) *ProjectsInstancesAppProfilesCreateCall + func (c *ProjectsInstancesAppProfilesCreateCall) Header() http.Header + func (c *ProjectsInstancesAppProfilesCreateCall) IgnoreWarnings(ignoreWarnings bool) *ProjectsInstancesAppProfilesCreateCall + type ProjectsInstancesAppProfilesDeleteCall struct + func (c *ProjectsInstancesAppProfilesDeleteCall) Context(ctx context.Context) *ProjectsInstancesAppProfilesDeleteCall + func (c *ProjectsInstancesAppProfilesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsInstancesAppProfilesDeleteCall) Fields(s ...googleapi.Field) *ProjectsInstancesAppProfilesDeleteCall + func (c *ProjectsInstancesAppProfilesDeleteCall) Header() http.Header + func (c *ProjectsInstancesAppProfilesDeleteCall) IgnoreWarnings(ignoreWarnings bool) *ProjectsInstancesAppProfilesDeleteCall + type ProjectsInstancesAppProfilesGetCall struct + func (c *ProjectsInstancesAppProfilesGetCall) Context(ctx context.Context) *ProjectsInstancesAppProfilesGetCall + func (c *ProjectsInstancesAppProfilesGetCall) Do(opts ...googleapi.CallOption) (*AppProfile, error) + func (c *ProjectsInstancesAppProfilesGetCall) Fields(s ...googleapi.Field) *ProjectsInstancesAppProfilesGetCall + func (c *ProjectsInstancesAppProfilesGetCall) Header() http.Header + func (c *ProjectsInstancesAppProfilesGetCall) IfNoneMatch(entityTag string) *ProjectsInstancesAppProfilesGetCall + type ProjectsInstancesAppProfilesListCall struct + func (c *ProjectsInstancesAppProfilesListCall) Context(ctx context.Context) *ProjectsInstancesAppProfilesListCall + func (c *ProjectsInstancesAppProfilesListCall) Do(opts ...googleapi.CallOption) (*ListAppProfilesResponse, error) + func (c *ProjectsInstancesAppProfilesListCall) Fields(s ...googleapi.Field) *ProjectsInstancesAppProfilesListCall + func (c *ProjectsInstancesAppProfilesListCall) Header() http.Header + func (c *ProjectsInstancesAppProfilesListCall) IfNoneMatch(entityTag string) *ProjectsInstancesAppProfilesListCall + func (c *ProjectsInstancesAppProfilesListCall) PageSize(pageSize int64) *ProjectsInstancesAppProfilesListCall + func (c *ProjectsInstancesAppProfilesListCall) PageToken(pageToken string) *ProjectsInstancesAppProfilesListCall + func (c *ProjectsInstancesAppProfilesListCall) Pages(ctx context.Context, f func(*ListAppProfilesResponse) error) error + type ProjectsInstancesAppProfilesPatchCall struct + func (c *ProjectsInstancesAppProfilesPatchCall) Context(ctx context.Context) *ProjectsInstancesAppProfilesPatchCall + func (c *ProjectsInstancesAppProfilesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsInstancesAppProfilesPatchCall) Fields(s ...googleapi.Field) *ProjectsInstancesAppProfilesPatchCall + func (c *ProjectsInstancesAppProfilesPatchCall) Header() http.Header + func (c *ProjectsInstancesAppProfilesPatchCall) IgnoreWarnings(ignoreWarnings bool) *ProjectsInstancesAppProfilesPatchCall + func (c *ProjectsInstancesAppProfilesPatchCall) UpdateMask(updateMask string) *ProjectsInstancesAppProfilesPatchCall + type ProjectsInstancesAppProfilesService struct + func NewProjectsInstancesAppProfilesService(s *Service) *ProjectsInstancesAppProfilesService + func (r *ProjectsInstancesAppProfilesService) Create(parent string, appprofile *AppProfile) *ProjectsInstancesAppProfilesCreateCall + func (r *ProjectsInstancesAppProfilesService) Delete(name string) *ProjectsInstancesAppProfilesDeleteCall + func (r *ProjectsInstancesAppProfilesService) Get(name string) *ProjectsInstancesAppProfilesGetCall + func (r *ProjectsInstancesAppProfilesService) List(parent string) *ProjectsInstancesAppProfilesListCall + func (r *ProjectsInstancesAppProfilesService) Patch(name string, appprofile *AppProfile) *ProjectsInstancesAppProfilesPatchCall + type ProjectsInstancesClustersBackupsGetIamPolicyCall struct + func (c *ProjectsInstancesClustersBackupsGetIamPolicyCall) Context(ctx context.Context) *ProjectsInstancesClustersBackupsGetIamPolicyCall + func (c *ProjectsInstancesClustersBackupsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsInstancesClustersBackupsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersBackupsGetIamPolicyCall + func (c *ProjectsInstancesClustersBackupsGetIamPolicyCall) Header() http.Header + type ProjectsInstancesClustersBackupsService struct + func NewProjectsInstancesClustersBackupsService(s *Service) *ProjectsInstancesClustersBackupsService + func (r *ProjectsInstancesClustersBackupsService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *ProjectsInstancesClustersBackupsGetIamPolicyCall + func (r *ProjectsInstancesClustersBackupsService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsInstancesClustersBackupsSetIamPolicyCall + func (r *ProjectsInstancesClustersBackupsService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsInstancesClustersBackupsTestIamPermissionsCall + type ProjectsInstancesClustersBackupsSetIamPolicyCall struct + func (c *ProjectsInstancesClustersBackupsSetIamPolicyCall) Context(ctx context.Context) *ProjectsInstancesClustersBackupsSetIamPolicyCall + func (c *ProjectsInstancesClustersBackupsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsInstancesClustersBackupsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersBackupsSetIamPolicyCall + func (c *ProjectsInstancesClustersBackupsSetIamPolicyCall) Header() http.Header + type ProjectsInstancesClustersBackupsTestIamPermissionsCall struct + func (c *ProjectsInstancesClustersBackupsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsInstancesClustersBackupsTestIamPermissionsCall + func (c *ProjectsInstancesClustersBackupsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsInstancesClustersBackupsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersBackupsTestIamPermissionsCall + func (c *ProjectsInstancesClustersBackupsTestIamPermissionsCall) Header() http.Header + type ProjectsInstancesClustersCreateCall struct + func (c *ProjectsInstancesClustersCreateCall) ClusterId(clusterId string) *ProjectsInstancesClustersCreateCall + func (c *ProjectsInstancesClustersCreateCall) Context(ctx context.Context) *ProjectsInstancesClustersCreateCall + func (c *ProjectsInstancesClustersCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsInstancesClustersCreateCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersCreateCall + func (c *ProjectsInstancesClustersCreateCall) Header() http.Header + type ProjectsInstancesClustersDeleteCall struct + func (c *ProjectsInstancesClustersDeleteCall) Context(ctx context.Context) *ProjectsInstancesClustersDeleteCall + func (c *ProjectsInstancesClustersDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsInstancesClustersDeleteCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersDeleteCall + func (c *ProjectsInstancesClustersDeleteCall) Header() http.Header + type ProjectsInstancesClustersGetCall struct + func (c *ProjectsInstancesClustersGetCall) Context(ctx context.Context) *ProjectsInstancesClustersGetCall + func (c *ProjectsInstancesClustersGetCall) Do(opts ...googleapi.CallOption) (*Cluster, error) + func (c *ProjectsInstancesClustersGetCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersGetCall + func (c *ProjectsInstancesClustersGetCall) Header() http.Header + func (c *ProjectsInstancesClustersGetCall) IfNoneMatch(entityTag string) *ProjectsInstancesClustersGetCall + type ProjectsInstancesClustersListCall struct + func (c *ProjectsInstancesClustersListCall) Context(ctx context.Context) *ProjectsInstancesClustersListCall + func (c *ProjectsInstancesClustersListCall) Do(opts ...googleapi.CallOption) (*ListClustersResponse, error) + func (c *ProjectsInstancesClustersListCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersListCall + func (c *ProjectsInstancesClustersListCall) Header() http.Header + func (c *ProjectsInstancesClustersListCall) IfNoneMatch(entityTag string) *ProjectsInstancesClustersListCall + func (c *ProjectsInstancesClustersListCall) PageToken(pageToken string) *ProjectsInstancesClustersListCall + func (c *ProjectsInstancesClustersListCall) Pages(ctx context.Context, f func(*ListClustersResponse) error) error + type ProjectsInstancesClustersService struct + Backups *ProjectsInstancesClustersBackupsService + func NewProjectsInstancesClustersService(s *Service) *ProjectsInstancesClustersService + func (r *ProjectsInstancesClustersService) Create(parent string, cluster *Cluster) *ProjectsInstancesClustersCreateCall + func (r *ProjectsInstancesClustersService) Delete(name string) *ProjectsInstancesClustersDeleteCall + func (r *ProjectsInstancesClustersService) Get(name string) *ProjectsInstancesClustersGetCall + func (r *ProjectsInstancesClustersService) List(parent string) *ProjectsInstancesClustersListCall + func (r *ProjectsInstancesClustersService) Update(name string, cluster *Cluster) *ProjectsInstancesClustersUpdateCall + type ProjectsInstancesClustersUpdateCall struct + func (c *ProjectsInstancesClustersUpdateCall) Context(ctx context.Context) *ProjectsInstancesClustersUpdateCall + func (c *ProjectsInstancesClustersUpdateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsInstancesClustersUpdateCall) Fields(s ...googleapi.Field) *ProjectsInstancesClustersUpdateCall + func (c *ProjectsInstancesClustersUpdateCall) Header() http.Header + type ProjectsInstancesCreateCall struct + func (c *ProjectsInstancesCreateCall) Context(ctx context.Context) *ProjectsInstancesCreateCall + func (c *ProjectsInstancesCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsInstancesCreateCall) Fields(s ...googleapi.Field) *ProjectsInstancesCreateCall + func (c *ProjectsInstancesCreateCall) Header() http.Header + type ProjectsInstancesDeleteCall struct + func (c *ProjectsInstancesDeleteCall) Context(ctx context.Context) *ProjectsInstancesDeleteCall + func (c *ProjectsInstancesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsInstancesDeleteCall) Fields(s ...googleapi.Field) *ProjectsInstancesDeleteCall + func (c *ProjectsInstancesDeleteCall) Header() http.Header + type ProjectsInstancesGetCall struct + func (c *ProjectsInstancesGetCall) Context(ctx context.Context) *ProjectsInstancesGetCall + func (c *ProjectsInstancesGetCall) Do(opts ...googleapi.CallOption) (*Instance, error) + func (c *ProjectsInstancesGetCall) Fields(s ...googleapi.Field) *ProjectsInstancesGetCall + func (c *ProjectsInstancesGetCall) Header() http.Header + func (c *ProjectsInstancesGetCall) IfNoneMatch(entityTag string) *ProjectsInstancesGetCall + type ProjectsInstancesGetIamPolicyCall struct + func (c *ProjectsInstancesGetIamPolicyCall) Context(ctx context.Context) *ProjectsInstancesGetIamPolicyCall + func (c *ProjectsInstancesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsInstancesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsInstancesGetIamPolicyCall + func (c *ProjectsInstancesGetIamPolicyCall) Header() http.Header + type ProjectsInstancesListCall struct + func (c *ProjectsInstancesListCall) Context(ctx context.Context) *ProjectsInstancesListCall + func (c *ProjectsInstancesListCall) Do(opts ...googleapi.CallOption) (*ListInstancesResponse, error) + func (c *ProjectsInstancesListCall) Fields(s ...googleapi.Field) *ProjectsInstancesListCall + func (c *ProjectsInstancesListCall) Header() http.Header + func (c *ProjectsInstancesListCall) IfNoneMatch(entityTag string) *ProjectsInstancesListCall + func (c *ProjectsInstancesListCall) PageToken(pageToken string) *ProjectsInstancesListCall + func (c *ProjectsInstancesListCall) Pages(ctx context.Context, f func(*ListInstancesResponse) error) error + type ProjectsInstancesPartialUpdateInstanceCall struct + func (c *ProjectsInstancesPartialUpdateInstanceCall) Context(ctx context.Context) *ProjectsInstancesPartialUpdateInstanceCall + func (c *ProjectsInstancesPartialUpdateInstanceCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsInstancesPartialUpdateInstanceCall) Fields(s ...googleapi.Field) *ProjectsInstancesPartialUpdateInstanceCall + func (c *ProjectsInstancesPartialUpdateInstanceCall) Header() http.Header + func (c *ProjectsInstancesPartialUpdateInstanceCall) UpdateMask(updateMask string) *ProjectsInstancesPartialUpdateInstanceCall + type ProjectsInstancesService struct + AppProfiles *ProjectsInstancesAppProfilesService + Clusters *ProjectsInstancesClustersService + Tables *ProjectsInstancesTablesService + func NewProjectsInstancesService(s *Service) *ProjectsInstancesService + func (r *ProjectsInstancesService) Create(parent string, createinstancerequest *CreateInstanceRequest) *ProjectsInstancesCreateCall + func (r *ProjectsInstancesService) Delete(name string) *ProjectsInstancesDeleteCall + func (r *ProjectsInstancesService) Get(name string) *ProjectsInstancesGetCall + func (r *ProjectsInstancesService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *ProjectsInstancesGetIamPolicyCall + func (r *ProjectsInstancesService) List(parent string) *ProjectsInstancesListCall + func (r *ProjectsInstancesService) PartialUpdateInstance(name string, instance *Instance) *ProjectsInstancesPartialUpdateInstanceCall + func (r *ProjectsInstancesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsInstancesSetIamPolicyCall + func (r *ProjectsInstancesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsInstancesTestIamPermissionsCall + func (r *ProjectsInstancesService) Update(name string, instance *Instance) *ProjectsInstancesUpdateCall + type ProjectsInstancesSetIamPolicyCall struct + func (c *ProjectsInstancesSetIamPolicyCall) Context(ctx context.Context) *ProjectsInstancesSetIamPolicyCall + func (c *ProjectsInstancesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsInstancesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsInstancesSetIamPolicyCall + func (c *ProjectsInstancesSetIamPolicyCall) Header() http.Header + type ProjectsInstancesTablesCheckConsistencyCall struct + func (c *ProjectsInstancesTablesCheckConsistencyCall) Context(ctx context.Context) *ProjectsInstancesTablesCheckConsistencyCall + func (c *ProjectsInstancesTablesCheckConsistencyCall) Do(opts ...googleapi.CallOption) (*CheckConsistencyResponse, error) + func (c *ProjectsInstancesTablesCheckConsistencyCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesCheckConsistencyCall + func (c *ProjectsInstancesTablesCheckConsistencyCall) Header() http.Header + type ProjectsInstancesTablesCreateCall struct + func (c *ProjectsInstancesTablesCreateCall) Context(ctx context.Context) *ProjectsInstancesTablesCreateCall + func (c *ProjectsInstancesTablesCreateCall) Do(opts ...googleapi.CallOption) (*Table, error) + func (c *ProjectsInstancesTablesCreateCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesCreateCall + func (c *ProjectsInstancesTablesCreateCall) Header() http.Header + type ProjectsInstancesTablesDeleteCall struct + func (c *ProjectsInstancesTablesDeleteCall) Context(ctx context.Context) *ProjectsInstancesTablesDeleteCall + func (c *ProjectsInstancesTablesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsInstancesTablesDeleteCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesDeleteCall + func (c *ProjectsInstancesTablesDeleteCall) Header() http.Header + type ProjectsInstancesTablesDropRowRangeCall struct + func (c *ProjectsInstancesTablesDropRowRangeCall) Context(ctx context.Context) *ProjectsInstancesTablesDropRowRangeCall + func (c *ProjectsInstancesTablesDropRowRangeCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsInstancesTablesDropRowRangeCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesDropRowRangeCall + func (c *ProjectsInstancesTablesDropRowRangeCall) Header() http.Header + type ProjectsInstancesTablesGenerateConsistencyTokenCall struct + func (c *ProjectsInstancesTablesGenerateConsistencyTokenCall) Context(ctx context.Context) *ProjectsInstancesTablesGenerateConsistencyTokenCall + func (c *ProjectsInstancesTablesGenerateConsistencyTokenCall) Do(opts ...googleapi.CallOption) (*GenerateConsistencyTokenResponse, error) + func (c *ProjectsInstancesTablesGenerateConsistencyTokenCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesGenerateConsistencyTokenCall + func (c *ProjectsInstancesTablesGenerateConsistencyTokenCall) Header() http.Header + type ProjectsInstancesTablesGetCall struct + func (c *ProjectsInstancesTablesGetCall) Context(ctx context.Context) *ProjectsInstancesTablesGetCall + func (c *ProjectsInstancesTablesGetCall) Do(opts ...googleapi.CallOption) (*Table, error) + func (c *ProjectsInstancesTablesGetCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesGetCall + func (c *ProjectsInstancesTablesGetCall) Header() http.Header + func (c *ProjectsInstancesTablesGetCall) IfNoneMatch(entityTag string) *ProjectsInstancesTablesGetCall + func (c *ProjectsInstancesTablesGetCall) View(view string) *ProjectsInstancesTablesGetCall + type ProjectsInstancesTablesGetIamPolicyCall struct + func (c *ProjectsInstancesTablesGetIamPolicyCall) Context(ctx context.Context) *ProjectsInstancesTablesGetIamPolicyCall + func (c *ProjectsInstancesTablesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsInstancesTablesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesGetIamPolicyCall + func (c *ProjectsInstancesTablesGetIamPolicyCall) Header() http.Header + type ProjectsInstancesTablesListCall struct + func (c *ProjectsInstancesTablesListCall) Context(ctx context.Context) *ProjectsInstancesTablesListCall + func (c *ProjectsInstancesTablesListCall) Do(opts ...googleapi.CallOption) (*ListTablesResponse, error) + func (c *ProjectsInstancesTablesListCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesListCall + func (c *ProjectsInstancesTablesListCall) Header() http.Header + func (c *ProjectsInstancesTablesListCall) IfNoneMatch(entityTag string) *ProjectsInstancesTablesListCall + func (c *ProjectsInstancesTablesListCall) PageSize(pageSize int64) *ProjectsInstancesTablesListCall + func (c *ProjectsInstancesTablesListCall) PageToken(pageToken string) *ProjectsInstancesTablesListCall + func (c *ProjectsInstancesTablesListCall) Pages(ctx context.Context, f func(*ListTablesResponse) error) error + func (c *ProjectsInstancesTablesListCall) View(view string) *ProjectsInstancesTablesListCall + type ProjectsInstancesTablesModifyColumnFamiliesCall struct + func (c *ProjectsInstancesTablesModifyColumnFamiliesCall) Context(ctx context.Context) *ProjectsInstancesTablesModifyColumnFamiliesCall + func (c *ProjectsInstancesTablesModifyColumnFamiliesCall) Do(opts ...googleapi.CallOption) (*Table, error) + func (c *ProjectsInstancesTablesModifyColumnFamiliesCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesModifyColumnFamiliesCall + func (c *ProjectsInstancesTablesModifyColumnFamiliesCall) Header() http.Header + type ProjectsInstancesTablesService struct + func NewProjectsInstancesTablesService(s *Service) *ProjectsInstancesTablesService + func (r *ProjectsInstancesTablesService) CheckConsistency(name string, checkconsistencyrequest *CheckConsistencyRequest) *ProjectsInstancesTablesCheckConsistencyCall + func (r *ProjectsInstancesTablesService) Create(parent string, createtablerequest *CreateTableRequest) *ProjectsInstancesTablesCreateCall + func (r *ProjectsInstancesTablesService) Delete(name string) *ProjectsInstancesTablesDeleteCall + func (r *ProjectsInstancesTablesService) DropRowRange(name string, droprowrangerequest *DropRowRangeRequest) *ProjectsInstancesTablesDropRowRangeCall + func (r *ProjectsInstancesTablesService) GenerateConsistencyToken(name string, generateconsistencytokenrequest *GenerateConsistencyTokenRequest) *ProjectsInstancesTablesGenerateConsistencyTokenCall + func (r *ProjectsInstancesTablesService) Get(name string) *ProjectsInstancesTablesGetCall + func (r *ProjectsInstancesTablesService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *ProjectsInstancesTablesGetIamPolicyCall + func (r *ProjectsInstancesTablesService) List(parent string) *ProjectsInstancesTablesListCall + func (r *ProjectsInstancesTablesService) ModifyColumnFamilies(name string, modifycolumnfamiliesrequest *ModifyColumnFamiliesRequest) *ProjectsInstancesTablesModifyColumnFamiliesCall + func (r *ProjectsInstancesTablesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsInstancesTablesSetIamPolicyCall + func (r *ProjectsInstancesTablesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsInstancesTablesTestIamPermissionsCall + type ProjectsInstancesTablesSetIamPolicyCall struct + func (c *ProjectsInstancesTablesSetIamPolicyCall) Context(ctx context.Context) *ProjectsInstancesTablesSetIamPolicyCall + func (c *ProjectsInstancesTablesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsInstancesTablesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesSetIamPolicyCall + func (c *ProjectsInstancesTablesSetIamPolicyCall) Header() http.Header + type ProjectsInstancesTablesTestIamPermissionsCall struct + func (c *ProjectsInstancesTablesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsInstancesTablesTestIamPermissionsCall + func (c *ProjectsInstancesTablesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsInstancesTablesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsInstancesTablesTestIamPermissionsCall + func (c *ProjectsInstancesTablesTestIamPermissionsCall) Header() http.Header + type ProjectsInstancesTestIamPermissionsCall struct + func (c *ProjectsInstancesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsInstancesTestIamPermissionsCall + func (c *ProjectsInstancesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsInstancesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsInstancesTestIamPermissionsCall + func (c *ProjectsInstancesTestIamPermissionsCall) Header() http.Header + type ProjectsInstancesUpdateCall struct + func (c *ProjectsInstancesUpdateCall) Context(ctx context.Context) *ProjectsInstancesUpdateCall + func (c *ProjectsInstancesUpdateCall) Do(opts ...googleapi.CallOption) (*Instance, error) + func (c *ProjectsInstancesUpdateCall) Fields(s ...googleapi.Field) *ProjectsInstancesUpdateCall + func (c *ProjectsInstancesUpdateCall) Header() http.Header + type ProjectsLocationsGetCall struct + func (c *ProjectsLocationsGetCall) Context(ctx context.Context) *ProjectsLocationsGetCall + func (c *ProjectsLocationsGetCall) Do(opts ...googleapi.CallOption) (*Location, error) + func (c *ProjectsLocationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetCall + func (c *ProjectsLocationsGetCall) Header() http.Header + func (c *ProjectsLocationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetCall + type ProjectsLocationsListCall struct + func (c *ProjectsLocationsListCall) Context(ctx context.Context) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Do(opts ...googleapi.CallOption) (*ListLocationsResponse, error) + func (c *ProjectsLocationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Filter(filter string) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Header() http.Header + func (c *ProjectsLocationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) PageSize(pageSize int64) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) PageToken(pageToken string) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Pages(ctx context.Context, f func(*ListLocationsResponse) error) error + type ProjectsLocationsService struct + func NewProjectsLocationsService(s *Service) *ProjectsLocationsService + func (r *ProjectsLocationsService) Get(name string) *ProjectsLocationsGetCall + func (r *ProjectsLocationsService) List(name string) *ProjectsLocationsListCall + type ProjectsService struct + Instances *ProjectsInstancesService + Locations *ProjectsLocationsService + func NewProjectsService(s *Service) *ProjectsService + type Service struct + BasePath string + Operations *OperationsService + Projects *ProjectsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type SetIamPolicyRequest struct + ForceSendFields []string + NullFields []string + Policy *Policy + UpdateMask string + func (s *SetIamPolicyRequest) MarshalJSON() ([]byte, error) + type SingleClusterRouting struct + AllowTransactionalWrites bool + ClusterId string + ForceSendFields []string + NullFields []string + func (s *SingleClusterRouting) MarshalJSON() ([]byte, error) + type Split struct + ForceSendFields []string + Key string + NullFields []string + func (s *Split) MarshalJSON() ([]byte, error) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s *Status) MarshalJSON() ([]byte, error) + type Table struct + ClusterStates map[string]ClusterState + ColumnFamilies map[string]ColumnFamily + ForceSendFields []string + Granularity string + Name string + NullFields []string + func (s *Table) MarshalJSON() ([]byte, error) + type TableProgress struct + EstimatedCopiedBytes int64 + EstimatedSizeBytes int64 + ForceSendFields []string + NullFields []string + State string + func (s *TableProgress) MarshalJSON() ([]byte, error) + type TestIamPermissionsRequest struct + ForceSendFields []string + NullFields []string + Permissions []string + func (s *TestIamPermissionsRequest) MarshalJSON() ([]byte, error) + type TestIamPermissionsResponse struct + ForceSendFields []string + NullFields []string + Permissions []string + func (s *TestIamPermissionsResponse) MarshalJSON() ([]byte, error) + type Union struct + ForceSendFields []string + NullFields []string + Rules []*GcRule + func (s *Union) MarshalJSON() ([]byte, error) + type UpdateAppProfileMetadata struct + type UpdateClusterMetadata struct + FinishTime string + ForceSendFields []string + NullFields []string + OriginalRequest *Cluster + RequestTime string + func (s *UpdateClusterMetadata) MarshalJSON() ([]byte, error) + type UpdateInstanceMetadata struct + FinishTime string + ForceSendFields []string + NullFields []string + OriginalRequest *PartialUpdateInstanceRequest + RequestTime string + func (s *UpdateInstanceMetadata) MarshalJSON() ([]byte, error)