Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + const CloudPlatformScope + type APIService struct + BasePath string + Projects *ProjectsService + UserAgent string + func New(client *http.Client) (*APIService, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*APIService, error) + type AlterMetadataResourceLocationRequest struct + ForceSendFields []string + LocationUri string + NullFields []string + ResourceName string + func (s AlterMetadataResourceLocationRequest) MarshalJSON() ([]byte, error) + type AlterMetadataResourceLocationResponse struct + type AlterTablePropertiesRequest struct + ForceSendFields []string + NullFields []string + Properties map[string]string + TableName string + UpdateMask string + func (s AlterTablePropertiesRequest) 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 AutoscalingConfig struct + AutoscalingEnabled bool + AutoscalingFactor float64 + ForceSendFields []string + LimitConfig *LimitConfig + NullFields []string + func (s *AutoscalingConfig) UnmarshalJSON(data []byte) error + func (s AutoscalingConfig) MarshalJSON() ([]byte, error) + type AuxiliaryVersionConfig struct + ConfigOverrides map[string]string + ForceSendFields []string + NetworkConfig *NetworkConfig + NullFields []string + Version string + func (s AuxiliaryVersionConfig) MarshalJSON() ([]byte, error) + type BackendMetastore struct + ForceSendFields []string + MetastoreType string + Name string + NullFields []string + func (s BackendMetastore) MarshalJSON() ([]byte, error) + type Backup struct + CreateTime string + Description string + EndTime string + ForceSendFields []string + Name string + NullFields []string + RestoringServices []string + ServiceRevision *Service + State string + func (s Backup) MarshalJSON() ([]byte, error) + type Binding struct + Condition *Expr + ForceSendFields []string + Members []string + NullFields []string + Role string + func (s Binding) MarshalJSON() ([]byte, error) + type CancelMigrationRequest struct + type CancelOperationRequest struct + type CdcConfig struct + Bucket string + ForceSendFields []string + NullFields []string + Password string + ReverseProxySubnet string + RootPath string + SubnetIpRange string + Username string + VpcNetwork string + func (s CdcConfig) MarshalJSON() ([]byte, error) + type CloudSQLConnectionConfig struct + ForceSendFields []string + HiveDatabaseName string + InstanceConnectionName string + IpAddress string + NatSubnet string + NullFields []string + Password string + Port int64 + ProxySubnet string + Username string + func (s CloudSQLConnectionConfig) MarshalJSON() ([]byte, error) + type CloudSQLMigrationConfig struct + CdcConfig *CdcConfig + CloudSqlConnectionConfig *CloudSQLConnectionConfig + ForceSendFields []string + NullFields []string + func (s CloudSQLMigrationConfig) MarshalJSON() ([]byte, error) + type CompleteMigrationRequest struct + type Consumer struct + EndpointLocation string + EndpointUri string + ForceSendFields []string + NullFields []string + Subnetwork string + func (s Consumer) MarshalJSON() ([]byte, error) + type CustomRegionMetadata struct + ForceSendFields []string + NullFields []string + OptionalReadOnlyRegions []string + RequiredReadWriteRegions []string + WitnessRegion string + func (s CustomRegionMetadata) MarshalJSON() ([]byte, error) + type DataCatalogConfig struct + Enabled bool + ForceSendFields []string + NullFields []string + func (s DataCatalogConfig) MarshalJSON() ([]byte, error) + type DatabaseDump struct + DatabaseType string + ForceSendFields []string + GcsUri string + NullFields []string + SourceDatabase string + Type string + func (s DatabaseDump) MarshalJSON() ([]byte, error) + type Empty struct + type EncryptionConfig struct + ForceSendFields []string + KmsKey string + NullFields []string + func (s EncryptionConfig) MarshalJSON() ([]byte, error) + type ErrorDetails struct + Details map[string]string + ForceSendFields []string + NullFields []string + func (s ErrorDetails) MarshalJSON() ([]byte, error) + type ExportMetadataRequest struct + DatabaseDumpType string + DestinationGcsFolder string + ForceSendFields []string + NullFields []string + RequestId string + func (s ExportMetadataRequest) MarshalJSON() ([]byte, error) + type Expr struct + Description string + Expression string + ForceSendFields []string + Location string + NullFields []string + Title string + func (s Expr) MarshalJSON() ([]byte, error) + type Federation struct + BackendMetastores map[string]BackendMetastore + CreateTime string + EndpointUri string + ForceSendFields []string + Labels map[string]string + Name string + NullFields []string + State string + StateMessage string + Uid string + UpdateTime string + Version string + func (s Federation) MarshalJSON() ([]byte, error) + type HiveMetastoreConfig struct + AuxiliaryVersions map[string]AuxiliaryVersionConfig + ConfigOverrides map[string]string + EndpointProtocol string + ForceSendFields []string + KerberosConfig *KerberosConfig + NullFields []string + Version string + func (s HiveMetastoreConfig) MarshalJSON() ([]byte, error) + type HiveMetastoreVersion struct + ForceSendFields []string + IsDefault bool + NullFields []string + Version string + func (s HiveMetastoreVersion) MarshalJSON() ([]byte, error) + type KerberosConfig struct + ForceSendFields []string + Keytab *Secret + Krb5ConfigGcsUri string + NullFields []string + Principal string + func (s KerberosConfig) MarshalJSON() ([]byte, error) + type LatestBackup struct + BackupId string + Duration string + ForceSendFields []string + NullFields []string + StartTime string + State string + func (s LatestBackup) MarshalJSON() ([]byte, error) + type LimitConfig struct + ForceSendFields []string + MaxScalingFactor float64 + MinScalingFactor float64 + NullFields []string + func (s *LimitConfig) UnmarshalJSON(data []byte) error + func (s LimitConfig) MarshalJSON() ([]byte, error) + type ListBackupsResponse struct + Backups []*Backup + ForceSendFields []string + NextPageToken string + NullFields []string + Unreachable []string + func (s ListBackupsResponse) MarshalJSON() ([]byte, error) + type ListFederationsResponse struct + Federations []*Federation + ForceSendFields []string + NextPageToken string + NullFields []string + Unreachable []string + func (s ListFederationsResponse) MarshalJSON() ([]byte, error) + type ListLocationsResponse struct + ForceSendFields []string + Locations []*Location + NextPageToken string + NullFields []string + func (s ListLocationsResponse) MarshalJSON() ([]byte, error) + type ListMetadataImportsResponse struct + ForceSendFields []string + MetadataImports []*MetadataImport + NextPageToken string + NullFields []string + Unreachable []string + func (s ListMetadataImportsResponse) MarshalJSON() ([]byte, error) + type ListMigrationExecutionsResponse struct + ForceSendFields []string + MigrationExecutions []*MigrationExecution + NextPageToken string + NullFields []string + Unreachable []string + func (s ListMigrationExecutionsResponse) MarshalJSON() ([]byte, error) + type ListOperationsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Operations []*Operation + func (s ListOperationsResponse) MarshalJSON() ([]byte, error) + type ListServicesResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Services []*Service + Unreachable []string + func (s ListServicesResponse) 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 LocationMetadata struct + CustomRegionMetadata []*CustomRegionMetadata + ForceSendFields []string + MultiRegionMetadata *MultiRegionMetadata + NullFields []string + SupportedHiveMetastoreVersions []*HiveMetastoreVersion + func (s LocationMetadata) MarshalJSON() ([]byte, error) + type MaintenanceWindow struct + DayOfWeek string + ForceSendFields []string + HourOfDay int64 + NullFields []string + func (s MaintenanceWindow) MarshalJSON() ([]byte, error) + type MetadataExport struct + DatabaseDumpType string + DestinationGcsUri string + EndTime string + ForceSendFields []string + NullFields []string + StartTime string + State string + func (s MetadataExport) MarshalJSON() ([]byte, error) + type MetadataImport struct + CreateTime string + DatabaseDump *DatabaseDump + Description string + EndTime string + ForceSendFields []string + Name string + NullFields []string + State string + UpdateTime string + func (s MetadataImport) MarshalJSON() ([]byte, error) + type MetadataIntegration struct + DataCatalogConfig *DataCatalogConfig + ForceSendFields []string + NullFields []string + func (s MetadataIntegration) MarshalJSON() ([]byte, error) + type MetadataManagementActivity struct + ForceSendFields []string + MetadataExports []*MetadataExport + NullFields []string + Restores []*Restore + func (s MetadataManagementActivity) MarshalJSON() ([]byte, error) + type MigrationExecution struct + CloudSqlMigrationConfig *CloudSQLMigrationConfig + CreateTime string + EndTime string + ForceSendFields []string + Name string + NullFields []string + Phase string + State string + StateMessage string + func (s MigrationExecution) MarshalJSON() ([]byte, error) + type MoveTableToDatabaseRequest struct + DbName string + DestinationDbName string + ForceSendFields []string + NullFields []string + TableName string + func (s MoveTableToDatabaseRequest) MarshalJSON() ([]byte, error) + type MoveTableToDatabaseResponse struct + type MultiRegionMetadata struct + ConstituentRegions []string + ForceSendFields []string + NullFields []string + func (s MultiRegionMetadata) MarshalJSON() ([]byte, error) + type NetworkConfig struct + Consumers []*Consumer + ForceSendFields []string + NullFields []string + func (s NetworkConfig) MarshalJSON() ([]byte, error) + 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 OperationMetadata struct + ApiVersion string + CreateTime string + EndTime string + ForceSendFields []string + NullFields []string + RequestedCancellation bool + StatusMessage string + Target string + Verb string + func (s OperationMetadata) 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 ProjectsLocationsFederationsCreateCall struct + func (c *ProjectsLocationsFederationsCreateCall) Context(ctx context.Context) *ProjectsLocationsFederationsCreateCall + func (c *ProjectsLocationsFederationsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsFederationsCreateCall) FederationId(federationId string) *ProjectsLocationsFederationsCreateCall + func (c *ProjectsLocationsFederationsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsFederationsCreateCall + func (c *ProjectsLocationsFederationsCreateCall) Header() http.Header + func (c *ProjectsLocationsFederationsCreateCall) RequestId(requestId string) *ProjectsLocationsFederationsCreateCall + type ProjectsLocationsFederationsDeleteCall struct + func (c *ProjectsLocationsFederationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsFederationsDeleteCall + func (c *ProjectsLocationsFederationsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsFederationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsFederationsDeleteCall + func (c *ProjectsLocationsFederationsDeleteCall) Header() http.Header + func (c *ProjectsLocationsFederationsDeleteCall) RequestId(requestId string) *ProjectsLocationsFederationsDeleteCall + type ProjectsLocationsFederationsGetCall struct + func (c *ProjectsLocationsFederationsGetCall) Context(ctx context.Context) *ProjectsLocationsFederationsGetCall + func (c *ProjectsLocationsFederationsGetCall) Do(opts ...googleapi.CallOption) (*Federation, error) + func (c *ProjectsLocationsFederationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsFederationsGetCall + func (c *ProjectsLocationsFederationsGetCall) Header() http.Header + func (c *ProjectsLocationsFederationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsFederationsGetCall + type ProjectsLocationsFederationsGetIamPolicyCall struct + func (c *ProjectsLocationsFederationsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFederationsGetIamPolicyCall + func (c *ProjectsLocationsFederationsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsFederationsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFederationsGetIamPolicyCall + func (c *ProjectsLocationsFederationsGetIamPolicyCall) Header() http.Header + func (c *ProjectsLocationsFederationsGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsFederationsGetIamPolicyCall + func (c *ProjectsLocationsFederationsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsFederationsGetIamPolicyCall + type ProjectsLocationsFederationsListCall struct + func (c *ProjectsLocationsFederationsListCall) Context(ctx context.Context) *ProjectsLocationsFederationsListCall + func (c *ProjectsLocationsFederationsListCall) Do(opts ...googleapi.CallOption) (*ListFederationsResponse, error) + func (c *ProjectsLocationsFederationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsFederationsListCall + func (c *ProjectsLocationsFederationsListCall) Filter(filter string) *ProjectsLocationsFederationsListCall + func (c *ProjectsLocationsFederationsListCall) Header() http.Header + func (c *ProjectsLocationsFederationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsFederationsListCall + func (c *ProjectsLocationsFederationsListCall) OrderBy(orderBy string) *ProjectsLocationsFederationsListCall + func (c *ProjectsLocationsFederationsListCall) PageSize(pageSize int64) *ProjectsLocationsFederationsListCall + func (c *ProjectsLocationsFederationsListCall) PageToken(pageToken string) *ProjectsLocationsFederationsListCall + func (c *ProjectsLocationsFederationsListCall) Pages(ctx context.Context, f func(*ListFederationsResponse) error) error + type ProjectsLocationsFederationsPatchCall struct + func (c *ProjectsLocationsFederationsPatchCall) Context(ctx context.Context) *ProjectsLocationsFederationsPatchCall + func (c *ProjectsLocationsFederationsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsFederationsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsFederationsPatchCall + func (c *ProjectsLocationsFederationsPatchCall) Header() http.Header + func (c *ProjectsLocationsFederationsPatchCall) RequestId(requestId string) *ProjectsLocationsFederationsPatchCall + func (c *ProjectsLocationsFederationsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsFederationsPatchCall + type ProjectsLocationsFederationsService struct + func NewProjectsLocationsFederationsService(s *APIService) *ProjectsLocationsFederationsService + func (r *ProjectsLocationsFederationsService) Create(parent string, federation *Federation) *ProjectsLocationsFederationsCreateCall + func (r *ProjectsLocationsFederationsService) Delete(name string) *ProjectsLocationsFederationsDeleteCall + func (r *ProjectsLocationsFederationsService) Get(name string) *ProjectsLocationsFederationsGetCall + func (r *ProjectsLocationsFederationsService) GetIamPolicy(resource string) *ProjectsLocationsFederationsGetIamPolicyCall + func (r *ProjectsLocationsFederationsService) List(parent string) *ProjectsLocationsFederationsListCall + func (r *ProjectsLocationsFederationsService) Patch(name string, federation *Federation) *ProjectsLocationsFederationsPatchCall + func (r *ProjectsLocationsFederationsService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsFederationsSetIamPolicyCall + func (r *ProjectsLocationsFederationsService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsFederationsTestIamPermissionsCall + type ProjectsLocationsFederationsSetIamPolicyCall struct + func (c *ProjectsLocationsFederationsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsFederationsSetIamPolicyCall + func (c *ProjectsLocationsFederationsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsFederationsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsFederationsSetIamPolicyCall + func (c *ProjectsLocationsFederationsSetIamPolicyCall) Header() http.Header + type ProjectsLocationsFederationsTestIamPermissionsCall struct + func (c *ProjectsLocationsFederationsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsFederationsTestIamPermissionsCall + func (c *ProjectsLocationsFederationsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsLocationsFederationsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsFederationsTestIamPermissionsCall + func (c *ProjectsLocationsFederationsTestIamPermissionsCall) 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 ProjectsLocationsOperationsCancelCall struct + func (c *ProjectsLocationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsOperationsCancelCall + func (c *ProjectsLocationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsCancelCall + func (c *ProjectsLocationsOperationsCancelCall) Header() http.Header + type ProjectsLocationsOperationsDeleteCall struct + func (c *ProjectsLocationsOperationsDeleteCall) Context(ctx context.Context) *ProjectsLocationsOperationsDeleteCall + func (c *ProjectsLocationsOperationsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsOperationsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsDeleteCall + func (c *ProjectsLocationsOperationsDeleteCall) Header() http.Header + type ProjectsLocationsOperationsGetCall struct + func (c *ProjectsLocationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsOperationsGetCall + func (c *ProjectsLocationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsGetCall + func (c *ProjectsLocationsOperationsGetCall) Header() http.Header + func (c *ProjectsLocationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsGetCall + type ProjectsLocationsOperationsListCall struct + func (c *ProjectsLocationsOperationsListCall) Context(ctx context.Context) *ProjectsLocationsOperationsListCall + func (c *ProjectsLocationsOperationsListCall) Do(opts ...googleapi.CallOption) (*ListOperationsResponse, error) + func (c *ProjectsLocationsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsListCall + func (c *ProjectsLocationsOperationsListCall) Filter(filter string) *ProjectsLocationsOperationsListCall + func (c *ProjectsLocationsOperationsListCall) Header() http.Header + func (c *ProjectsLocationsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsListCall + func (c *ProjectsLocationsOperationsListCall) PageSize(pageSize int64) *ProjectsLocationsOperationsListCall + func (c *ProjectsLocationsOperationsListCall) PageToken(pageToken string) *ProjectsLocationsOperationsListCall + func (c *ProjectsLocationsOperationsListCall) Pages(ctx context.Context, f func(*ListOperationsResponse) error) error + type ProjectsLocationsOperationsService struct + func NewProjectsLocationsOperationsService(s *APIService) *ProjectsLocationsOperationsService + func (r *ProjectsLocationsOperationsService) Cancel(name string, canceloperationrequest *CancelOperationRequest) *ProjectsLocationsOperationsCancelCall + func (r *ProjectsLocationsOperationsService) Delete(name string) *ProjectsLocationsOperationsDeleteCall + func (r *ProjectsLocationsOperationsService) Get(name string) *ProjectsLocationsOperationsGetCall + func (r *ProjectsLocationsOperationsService) List(name string) *ProjectsLocationsOperationsListCall + type ProjectsLocationsService struct + Federations *ProjectsLocationsFederationsService + Operations *ProjectsLocationsOperationsService + Services *ProjectsLocationsServicesService + func NewProjectsLocationsService(s *APIService) *ProjectsLocationsService + func (r *ProjectsLocationsService) Get(name string) *ProjectsLocationsGetCall + func (r *ProjectsLocationsService) List(name string) *ProjectsLocationsListCall + type ProjectsLocationsServicesAlterLocationCall struct + func (c *ProjectsLocationsServicesAlterLocationCall) Context(ctx context.Context) *ProjectsLocationsServicesAlterLocationCall + func (c *ProjectsLocationsServicesAlterLocationCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesAlterLocationCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesAlterLocationCall + func (c *ProjectsLocationsServicesAlterLocationCall) Header() http.Header + type ProjectsLocationsServicesAlterTablePropertiesCall struct + func (c *ProjectsLocationsServicesAlterTablePropertiesCall) Context(ctx context.Context) *ProjectsLocationsServicesAlterTablePropertiesCall + func (c *ProjectsLocationsServicesAlterTablePropertiesCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesAlterTablePropertiesCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesAlterTablePropertiesCall + func (c *ProjectsLocationsServicesAlterTablePropertiesCall) Header() http.Header + type ProjectsLocationsServicesBackupsCreateCall struct + func (c *ProjectsLocationsServicesBackupsCreateCall) BackupId(backupId string) *ProjectsLocationsServicesBackupsCreateCall + func (c *ProjectsLocationsServicesBackupsCreateCall) Context(ctx context.Context) *ProjectsLocationsServicesBackupsCreateCall + func (c *ProjectsLocationsServicesBackupsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesBackupsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesBackupsCreateCall + func (c *ProjectsLocationsServicesBackupsCreateCall) Header() http.Header + func (c *ProjectsLocationsServicesBackupsCreateCall) RequestId(requestId string) *ProjectsLocationsServicesBackupsCreateCall + type ProjectsLocationsServicesBackupsDeleteCall struct + func (c *ProjectsLocationsServicesBackupsDeleteCall) Context(ctx context.Context) *ProjectsLocationsServicesBackupsDeleteCall + func (c *ProjectsLocationsServicesBackupsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesBackupsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesBackupsDeleteCall + func (c *ProjectsLocationsServicesBackupsDeleteCall) Header() http.Header + func (c *ProjectsLocationsServicesBackupsDeleteCall) RequestId(requestId string) *ProjectsLocationsServicesBackupsDeleteCall + type ProjectsLocationsServicesBackupsGetCall struct + func (c *ProjectsLocationsServicesBackupsGetCall) Context(ctx context.Context) *ProjectsLocationsServicesBackupsGetCall + func (c *ProjectsLocationsServicesBackupsGetCall) Do(opts ...googleapi.CallOption) (*Backup, error) + func (c *ProjectsLocationsServicesBackupsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesBackupsGetCall + func (c *ProjectsLocationsServicesBackupsGetCall) Header() http.Header + func (c *ProjectsLocationsServicesBackupsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesBackupsGetCall + type ProjectsLocationsServicesBackupsGetIamPolicyCall struct + func (c *ProjectsLocationsServicesBackupsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsServicesBackupsGetIamPolicyCall + func (c *ProjectsLocationsServicesBackupsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsServicesBackupsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesBackupsGetIamPolicyCall + func (c *ProjectsLocationsServicesBackupsGetIamPolicyCall) Header() http.Header + func (c *ProjectsLocationsServicesBackupsGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesBackupsGetIamPolicyCall + func (c *ProjectsLocationsServicesBackupsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsServicesBackupsGetIamPolicyCall + type ProjectsLocationsServicesBackupsListCall struct + func (c *ProjectsLocationsServicesBackupsListCall) Context(ctx context.Context) *ProjectsLocationsServicesBackupsListCall + func (c *ProjectsLocationsServicesBackupsListCall) Do(opts ...googleapi.CallOption) (*ListBackupsResponse, error) + func (c *ProjectsLocationsServicesBackupsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesBackupsListCall + func (c *ProjectsLocationsServicesBackupsListCall) Filter(filter string) *ProjectsLocationsServicesBackupsListCall + func (c *ProjectsLocationsServicesBackupsListCall) Header() http.Header + func (c *ProjectsLocationsServicesBackupsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesBackupsListCall + func (c *ProjectsLocationsServicesBackupsListCall) OrderBy(orderBy string) *ProjectsLocationsServicesBackupsListCall + func (c *ProjectsLocationsServicesBackupsListCall) PageSize(pageSize int64) *ProjectsLocationsServicesBackupsListCall + func (c *ProjectsLocationsServicesBackupsListCall) PageToken(pageToken string) *ProjectsLocationsServicesBackupsListCall + func (c *ProjectsLocationsServicesBackupsListCall) Pages(ctx context.Context, f func(*ListBackupsResponse) error) error + type ProjectsLocationsServicesBackupsService struct + func NewProjectsLocationsServicesBackupsService(s *APIService) *ProjectsLocationsServicesBackupsService + func (r *ProjectsLocationsServicesBackupsService) Create(parent string, backup *Backup) *ProjectsLocationsServicesBackupsCreateCall + func (r *ProjectsLocationsServicesBackupsService) Delete(name string) *ProjectsLocationsServicesBackupsDeleteCall + func (r *ProjectsLocationsServicesBackupsService) Get(name string) *ProjectsLocationsServicesBackupsGetCall + func (r *ProjectsLocationsServicesBackupsService) GetIamPolicy(resource string) *ProjectsLocationsServicesBackupsGetIamPolicyCall + func (r *ProjectsLocationsServicesBackupsService) List(parent string) *ProjectsLocationsServicesBackupsListCall + func (r *ProjectsLocationsServicesBackupsService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsServicesBackupsSetIamPolicyCall + type ProjectsLocationsServicesBackupsSetIamPolicyCall struct + func (c *ProjectsLocationsServicesBackupsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsServicesBackupsSetIamPolicyCall + func (c *ProjectsLocationsServicesBackupsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsServicesBackupsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesBackupsSetIamPolicyCall + func (c *ProjectsLocationsServicesBackupsSetIamPolicyCall) Header() http.Header + type ProjectsLocationsServicesCancelMigrationCall struct + func (c *ProjectsLocationsServicesCancelMigrationCall) Context(ctx context.Context) *ProjectsLocationsServicesCancelMigrationCall + func (c *ProjectsLocationsServicesCancelMigrationCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesCancelMigrationCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesCancelMigrationCall + func (c *ProjectsLocationsServicesCancelMigrationCall) Header() http.Header + type ProjectsLocationsServicesCompleteMigrationCall struct + func (c *ProjectsLocationsServicesCompleteMigrationCall) Context(ctx context.Context) *ProjectsLocationsServicesCompleteMigrationCall + func (c *ProjectsLocationsServicesCompleteMigrationCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesCompleteMigrationCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesCompleteMigrationCall + func (c *ProjectsLocationsServicesCompleteMigrationCall) Header() http.Header + type ProjectsLocationsServicesCreateCall struct + func (c *ProjectsLocationsServicesCreateCall) Context(ctx context.Context) *ProjectsLocationsServicesCreateCall + func (c *ProjectsLocationsServicesCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesCreateCall + func (c *ProjectsLocationsServicesCreateCall) Header() http.Header + func (c *ProjectsLocationsServicesCreateCall) RequestId(requestId string) *ProjectsLocationsServicesCreateCall + func (c *ProjectsLocationsServicesCreateCall) ServiceId(serviceId string) *ProjectsLocationsServicesCreateCall + type ProjectsLocationsServicesDatabasesGetIamPolicyCall struct + func (c *ProjectsLocationsServicesDatabasesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsServicesDatabasesGetIamPolicyCall + func (c *ProjectsLocationsServicesDatabasesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsServicesDatabasesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesDatabasesGetIamPolicyCall + func (c *ProjectsLocationsServicesDatabasesGetIamPolicyCall) Header() http.Header + func (c *ProjectsLocationsServicesDatabasesGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesDatabasesGetIamPolicyCall + func (c *ProjectsLocationsServicesDatabasesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsServicesDatabasesGetIamPolicyCall + type ProjectsLocationsServicesDatabasesService struct + Tables *ProjectsLocationsServicesDatabasesTablesService + func NewProjectsLocationsServicesDatabasesService(s *APIService) *ProjectsLocationsServicesDatabasesService + func (r *ProjectsLocationsServicesDatabasesService) GetIamPolicy(resource string) *ProjectsLocationsServicesDatabasesGetIamPolicyCall + func (r *ProjectsLocationsServicesDatabasesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsServicesDatabasesSetIamPolicyCall + type ProjectsLocationsServicesDatabasesSetIamPolicyCall struct + func (c *ProjectsLocationsServicesDatabasesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsServicesDatabasesSetIamPolicyCall + func (c *ProjectsLocationsServicesDatabasesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsServicesDatabasesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesDatabasesSetIamPolicyCall + func (c *ProjectsLocationsServicesDatabasesSetIamPolicyCall) Header() http.Header + type ProjectsLocationsServicesDatabasesTablesGetIamPolicyCall struct + func (c *ProjectsLocationsServicesDatabasesTablesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsServicesDatabasesTablesGetIamPolicyCall + func (c *ProjectsLocationsServicesDatabasesTablesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsServicesDatabasesTablesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesDatabasesTablesGetIamPolicyCall + func (c *ProjectsLocationsServicesDatabasesTablesGetIamPolicyCall) Header() http.Header + func (c *ProjectsLocationsServicesDatabasesTablesGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesDatabasesTablesGetIamPolicyCall + func (c *ProjectsLocationsServicesDatabasesTablesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsServicesDatabasesTablesGetIamPolicyCall + type ProjectsLocationsServicesDatabasesTablesService struct + func NewProjectsLocationsServicesDatabasesTablesService(s *APIService) *ProjectsLocationsServicesDatabasesTablesService + func (r *ProjectsLocationsServicesDatabasesTablesService) GetIamPolicy(resource string) *ProjectsLocationsServicesDatabasesTablesGetIamPolicyCall + func (r *ProjectsLocationsServicesDatabasesTablesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsServicesDatabasesTablesSetIamPolicyCall + type ProjectsLocationsServicesDatabasesTablesSetIamPolicyCall struct + func (c *ProjectsLocationsServicesDatabasesTablesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsServicesDatabasesTablesSetIamPolicyCall + func (c *ProjectsLocationsServicesDatabasesTablesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsServicesDatabasesTablesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesDatabasesTablesSetIamPolicyCall + func (c *ProjectsLocationsServicesDatabasesTablesSetIamPolicyCall) Header() http.Header + type ProjectsLocationsServicesDeleteCall struct + func (c *ProjectsLocationsServicesDeleteCall) Context(ctx context.Context) *ProjectsLocationsServicesDeleteCall + func (c *ProjectsLocationsServicesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesDeleteCall + func (c *ProjectsLocationsServicesDeleteCall) Header() http.Header + func (c *ProjectsLocationsServicesDeleteCall) RequestId(requestId string) *ProjectsLocationsServicesDeleteCall + type ProjectsLocationsServicesExportMetadataCall struct + func (c *ProjectsLocationsServicesExportMetadataCall) Context(ctx context.Context) *ProjectsLocationsServicesExportMetadataCall + func (c *ProjectsLocationsServicesExportMetadataCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesExportMetadataCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesExportMetadataCall + func (c *ProjectsLocationsServicesExportMetadataCall) Header() http.Header + type ProjectsLocationsServicesGetCall struct + func (c *ProjectsLocationsServicesGetCall) Context(ctx context.Context) *ProjectsLocationsServicesGetCall + func (c *ProjectsLocationsServicesGetCall) Do(opts ...googleapi.CallOption) (*Service, error) + func (c *ProjectsLocationsServicesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesGetCall + func (c *ProjectsLocationsServicesGetCall) Header() http.Header + func (c *ProjectsLocationsServicesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesGetCall + type ProjectsLocationsServicesGetIamPolicyCall struct + func (c *ProjectsLocationsServicesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsServicesGetIamPolicyCall + func (c *ProjectsLocationsServicesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsServicesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesGetIamPolicyCall + func (c *ProjectsLocationsServicesGetIamPolicyCall) Header() http.Header + func (c *ProjectsLocationsServicesGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesGetIamPolicyCall + func (c *ProjectsLocationsServicesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsServicesGetIamPolicyCall + type ProjectsLocationsServicesListCall struct + func (c *ProjectsLocationsServicesListCall) Context(ctx context.Context) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) Do(opts ...googleapi.CallOption) (*ListServicesResponse, error) + func (c *ProjectsLocationsServicesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) Filter(filter string) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) Header() http.Header + func (c *ProjectsLocationsServicesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) OrderBy(orderBy string) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) PageSize(pageSize int64) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) PageToken(pageToken string) *ProjectsLocationsServicesListCall + func (c *ProjectsLocationsServicesListCall) Pages(ctx context.Context, f func(*ListServicesResponse) error) error + type ProjectsLocationsServicesMetadataImportsCreateCall struct + func (c *ProjectsLocationsServicesMetadataImportsCreateCall) Context(ctx context.Context) *ProjectsLocationsServicesMetadataImportsCreateCall + func (c *ProjectsLocationsServicesMetadataImportsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesMetadataImportsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesMetadataImportsCreateCall + func (c *ProjectsLocationsServicesMetadataImportsCreateCall) Header() http.Header + func (c *ProjectsLocationsServicesMetadataImportsCreateCall) MetadataImportId(metadataImportId string) *ProjectsLocationsServicesMetadataImportsCreateCall + func (c *ProjectsLocationsServicesMetadataImportsCreateCall) RequestId(requestId string) *ProjectsLocationsServicesMetadataImportsCreateCall + type ProjectsLocationsServicesMetadataImportsGetCall struct + func (c *ProjectsLocationsServicesMetadataImportsGetCall) Context(ctx context.Context) *ProjectsLocationsServicesMetadataImportsGetCall + func (c *ProjectsLocationsServicesMetadataImportsGetCall) Do(opts ...googleapi.CallOption) (*MetadataImport, error) + func (c *ProjectsLocationsServicesMetadataImportsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesMetadataImportsGetCall + func (c *ProjectsLocationsServicesMetadataImportsGetCall) Header() http.Header + func (c *ProjectsLocationsServicesMetadataImportsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesMetadataImportsGetCall + type ProjectsLocationsServicesMetadataImportsListCall struct + func (c *ProjectsLocationsServicesMetadataImportsListCall) Context(ctx context.Context) *ProjectsLocationsServicesMetadataImportsListCall + func (c *ProjectsLocationsServicesMetadataImportsListCall) Do(opts ...googleapi.CallOption) (*ListMetadataImportsResponse, error) + func (c *ProjectsLocationsServicesMetadataImportsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesMetadataImportsListCall + func (c *ProjectsLocationsServicesMetadataImportsListCall) Filter(filter string) *ProjectsLocationsServicesMetadataImportsListCall + func (c *ProjectsLocationsServicesMetadataImportsListCall) Header() http.Header + func (c *ProjectsLocationsServicesMetadataImportsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesMetadataImportsListCall + func (c *ProjectsLocationsServicesMetadataImportsListCall) OrderBy(orderBy string) *ProjectsLocationsServicesMetadataImportsListCall + func (c *ProjectsLocationsServicesMetadataImportsListCall) PageSize(pageSize int64) *ProjectsLocationsServicesMetadataImportsListCall + func (c *ProjectsLocationsServicesMetadataImportsListCall) PageToken(pageToken string) *ProjectsLocationsServicesMetadataImportsListCall + func (c *ProjectsLocationsServicesMetadataImportsListCall) Pages(ctx context.Context, f func(*ListMetadataImportsResponse) error) error + type ProjectsLocationsServicesMetadataImportsPatchCall struct + func (c *ProjectsLocationsServicesMetadataImportsPatchCall) Context(ctx context.Context) *ProjectsLocationsServicesMetadataImportsPatchCall + func (c *ProjectsLocationsServicesMetadataImportsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesMetadataImportsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesMetadataImportsPatchCall + func (c *ProjectsLocationsServicesMetadataImportsPatchCall) Header() http.Header + func (c *ProjectsLocationsServicesMetadataImportsPatchCall) RequestId(requestId string) *ProjectsLocationsServicesMetadataImportsPatchCall + func (c *ProjectsLocationsServicesMetadataImportsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsServicesMetadataImportsPatchCall + type ProjectsLocationsServicesMetadataImportsService struct + func NewProjectsLocationsServicesMetadataImportsService(s *APIService) *ProjectsLocationsServicesMetadataImportsService + func (r *ProjectsLocationsServicesMetadataImportsService) Create(parent string, metadataimport *MetadataImport) *ProjectsLocationsServicesMetadataImportsCreateCall + func (r *ProjectsLocationsServicesMetadataImportsService) Get(name string) *ProjectsLocationsServicesMetadataImportsGetCall + func (r *ProjectsLocationsServicesMetadataImportsService) List(parent string) *ProjectsLocationsServicesMetadataImportsListCall + func (r *ProjectsLocationsServicesMetadataImportsService) Patch(name string, metadataimport *MetadataImport) *ProjectsLocationsServicesMetadataImportsPatchCall + type ProjectsLocationsServicesMigrationExecutionsDeleteCall struct + func (c *ProjectsLocationsServicesMigrationExecutionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsServicesMigrationExecutionsDeleteCall + func (c *ProjectsLocationsServicesMigrationExecutionsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesMigrationExecutionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesMigrationExecutionsDeleteCall + func (c *ProjectsLocationsServicesMigrationExecutionsDeleteCall) Header() http.Header + func (c *ProjectsLocationsServicesMigrationExecutionsDeleteCall) RequestId(requestId string) *ProjectsLocationsServicesMigrationExecutionsDeleteCall + type ProjectsLocationsServicesMigrationExecutionsGetCall struct + func (c *ProjectsLocationsServicesMigrationExecutionsGetCall) Context(ctx context.Context) *ProjectsLocationsServicesMigrationExecutionsGetCall + func (c *ProjectsLocationsServicesMigrationExecutionsGetCall) Do(opts ...googleapi.CallOption) (*MigrationExecution, error) + func (c *ProjectsLocationsServicesMigrationExecutionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesMigrationExecutionsGetCall + func (c *ProjectsLocationsServicesMigrationExecutionsGetCall) Header() http.Header + func (c *ProjectsLocationsServicesMigrationExecutionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesMigrationExecutionsGetCall + type ProjectsLocationsServicesMigrationExecutionsListCall struct + func (c *ProjectsLocationsServicesMigrationExecutionsListCall) Context(ctx context.Context) *ProjectsLocationsServicesMigrationExecutionsListCall + func (c *ProjectsLocationsServicesMigrationExecutionsListCall) Do(opts ...googleapi.CallOption) (*ListMigrationExecutionsResponse, error) + func (c *ProjectsLocationsServicesMigrationExecutionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesMigrationExecutionsListCall + func (c *ProjectsLocationsServicesMigrationExecutionsListCall) Filter(filter string) *ProjectsLocationsServicesMigrationExecutionsListCall + func (c *ProjectsLocationsServicesMigrationExecutionsListCall) Header() http.Header + func (c *ProjectsLocationsServicesMigrationExecutionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsServicesMigrationExecutionsListCall + func (c *ProjectsLocationsServicesMigrationExecutionsListCall) OrderBy(orderBy string) *ProjectsLocationsServicesMigrationExecutionsListCall + func (c *ProjectsLocationsServicesMigrationExecutionsListCall) PageSize(pageSize int64) *ProjectsLocationsServicesMigrationExecutionsListCall + func (c *ProjectsLocationsServicesMigrationExecutionsListCall) PageToken(pageToken string) *ProjectsLocationsServicesMigrationExecutionsListCall + func (c *ProjectsLocationsServicesMigrationExecutionsListCall) Pages(ctx context.Context, f func(*ListMigrationExecutionsResponse) error) error + type ProjectsLocationsServicesMigrationExecutionsService struct + func NewProjectsLocationsServicesMigrationExecutionsService(s *APIService) *ProjectsLocationsServicesMigrationExecutionsService + func (r *ProjectsLocationsServicesMigrationExecutionsService) Delete(name string) *ProjectsLocationsServicesMigrationExecutionsDeleteCall + func (r *ProjectsLocationsServicesMigrationExecutionsService) Get(name string) *ProjectsLocationsServicesMigrationExecutionsGetCall + func (r *ProjectsLocationsServicesMigrationExecutionsService) List(parent string) *ProjectsLocationsServicesMigrationExecutionsListCall + type ProjectsLocationsServicesMoveTableToDatabaseCall struct + func (c *ProjectsLocationsServicesMoveTableToDatabaseCall) Context(ctx context.Context) *ProjectsLocationsServicesMoveTableToDatabaseCall + func (c *ProjectsLocationsServicesMoveTableToDatabaseCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesMoveTableToDatabaseCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesMoveTableToDatabaseCall + func (c *ProjectsLocationsServicesMoveTableToDatabaseCall) Header() http.Header + type ProjectsLocationsServicesPatchCall struct + func (c *ProjectsLocationsServicesPatchCall) Context(ctx context.Context) *ProjectsLocationsServicesPatchCall + func (c *ProjectsLocationsServicesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesPatchCall + func (c *ProjectsLocationsServicesPatchCall) Header() http.Header + func (c *ProjectsLocationsServicesPatchCall) RequestId(requestId string) *ProjectsLocationsServicesPatchCall + func (c *ProjectsLocationsServicesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsServicesPatchCall + type ProjectsLocationsServicesQueryMetadataCall struct + func (c *ProjectsLocationsServicesQueryMetadataCall) Context(ctx context.Context) *ProjectsLocationsServicesQueryMetadataCall + func (c *ProjectsLocationsServicesQueryMetadataCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesQueryMetadataCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesQueryMetadataCall + func (c *ProjectsLocationsServicesQueryMetadataCall) Header() http.Header + type ProjectsLocationsServicesRestoreCall struct + func (c *ProjectsLocationsServicesRestoreCall) Context(ctx context.Context) *ProjectsLocationsServicesRestoreCall + func (c *ProjectsLocationsServicesRestoreCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesRestoreCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesRestoreCall + func (c *ProjectsLocationsServicesRestoreCall) Header() http.Header + type ProjectsLocationsServicesService struct + Backups *ProjectsLocationsServicesBackupsService + Databases *ProjectsLocationsServicesDatabasesService + MetadataImports *ProjectsLocationsServicesMetadataImportsService + MigrationExecutions *ProjectsLocationsServicesMigrationExecutionsService + func NewProjectsLocationsServicesService(s *APIService) *ProjectsLocationsServicesService + func (r *ProjectsLocationsServicesService) AlterLocation(service string, ...) *ProjectsLocationsServicesAlterLocationCall + func (r *ProjectsLocationsServicesService) AlterTableProperties(service string, altertablepropertiesrequest *AlterTablePropertiesRequest) *ProjectsLocationsServicesAlterTablePropertiesCall + func (r *ProjectsLocationsServicesService) CancelMigration(service string, cancelmigrationrequest *CancelMigrationRequest) *ProjectsLocationsServicesCancelMigrationCall + func (r *ProjectsLocationsServicesService) CompleteMigration(service string, completemigrationrequest *CompleteMigrationRequest) *ProjectsLocationsServicesCompleteMigrationCall + func (r *ProjectsLocationsServicesService) Create(parent string, service *Service) *ProjectsLocationsServicesCreateCall + func (r *ProjectsLocationsServicesService) Delete(name string) *ProjectsLocationsServicesDeleteCall + func (r *ProjectsLocationsServicesService) ExportMetadata(service string, exportmetadatarequest *ExportMetadataRequest) *ProjectsLocationsServicesExportMetadataCall + func (r *ProjectsLocationsServicesService) Get(name string) *ProjectsLocationsServicesGetCall + func (r *ProjectsLocationsServicesService) GetIamPolicy(resource string) *ProjectsLocationsServicesGetIamPolicyCall + func (r *ProjectsLocationsServicesService) List(parent string) *ProjectsLocationsServicesListCall + func (r *ProjectsLocationsServicesService) MoveTableToDatabase(service string, movetabletodatabaserequest *MoveTableToDatabaseRequest) *ProjectsLocationsServicesMoveTableToDatabaseCall + func (r *ProjectsLocationsServicesService) Patch(name string, service *Service) *ProjectsLocationsServicesPatchCall + func (r *ProjectsLocationsServicesService) QueryMetadata(service string, querymetadatarequest *QueryMetadataRequest) *ProjectsLocationsServicesQueryMetadataCall + func (r *ProjectsLocationsServicesService) Restore(service string, restoreservicerequest *RestoreServiceRequest) *ProjectsLocationsServicesRestoreCall + func (r *ProjectsLocationsServicesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsServicesSetIamPolicyCall + func (r *ProjectsLocationsServicesService) StartMigration(service string, startmigrationrequest *StartMigrationRequest) *ProjectsLocationsServicesStartMigrationCall + func (r *ProjectsLocationsServicesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsServicesTestIamPermissionsCall + type ProjectsLocationsServicesSetIamPolicyCall struct + func (c *ProjectsLocationsServicesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsServicesSetIamPolicyCall + func (c *ProjectsLocationsServicesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsServicesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesSetIamPolicyCall + func (c *ProjectsLocationsServicesSetIamPolicyCall) Header() http.Header + type ProjectsLocationsServicesStartMigrationCall struct + func (c *ProjectsLocationsServicesStartMigrationCall) Context(ctx context.Context) *ProjectsLocationsServicesStartMigrationCall + func (c *ProjectsLocationsServicesStartMigrationCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsServicesStartMigrationCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesStartMigrationCall + func (c *ProjectsLocationsServicesStartMigrationCall) Header() http.Header + type ProjectsLocationsServicesTestIamPermissionsCall struct + func (c *ProjectsLocationsServicesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsServicesTestIamPermissionsCall + func (c *ProjectsLocationsServicesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsLocationsServicesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsServicesTestIamPermissionsCall + func (c *ProjectsLocationsServicesTestIamPermissionsCall) Header() http.Header + type ProjectsService struct + Locations *ProjectsLocationsService + func NewProjectsService(s *APIService) *ProjectsService + type QueryMetadataRequest struct + ForceSendFields []string + NullFields []string + Query string + func (s QueryMetadataRequest) MarshalJSON() ([]byte, error) + type QueryMetadataResponse struct + ForceSendFields []string + NullFields []string + ResultManifestUri string + func (s QueryMetadataResponse) MarshalJSON() ([]byte, error) + type Restore struct + Backup string + BackupLocation string + Details string + EndTime string + ForceSendFields []string + NullFields []string + StartTime string + State string + Type string + func (s Restore) MarshalJSON() ([]byte, error) + type RestoreServiceRequest struct + Backup string + BackupLocation string + ForceSendFields []string + NullFields []string + RequestId string + RestoreType string + func (s RestoreServiceRequest) MarshalJSON() ([]byte, error) + type ScalingConfig struct + AutoscalingConfig *AutoscalingConfig + ForceSendFields []string + InstanceSize string + NullFields []string + ScalingFactor float64 + func (s *ScalingConfig) UnmarshalJSON(data []byte) error + func (s ScalingConfig) MarshalJSON() ([]byte, error) + type ScheduledBackup struct + BackupLocation string + CronSchedule string + Enabled bool + ForceSendFields []string + LatestBackup *LatestBackup + NextScheduledTime string + NullFields []string + TimeZone string + func (s ScheduledBackup) MarshalJSON() ([]byte, error) + type Secret struct + CloudSecret string + ForceSendFields []string + NullFields []string + func (s Secret) MarshalJSON() ([]byte, error) + type Service struct + ArtifactGcsUri string + CreateTime string + DatabaseType string + DeletionProtection bool + EncryptionConfig *EncryptionConfig + EndpointUri string + ForceSendFields []string + HiveMetastoreConfig *HiveMetastoreConfig + Labels map[string]string + MaintenanceWindow *MaintenanceWindow + MetadataIntegration *MetadataIntegration + MetadataManagementActivity *MetadataManagementActivity + Name string + Network string + NetworkConfig *NetworkConfig + NullFields []string + Port int64 + ReleaseChannel string + ScalingConfig *ScalingConfig + ScheduledBackup *ScheduledBackup + State string + StateMessage string + TelemetryConfig *TelemetryConfig + Tier string + Uid string + UpdateTime string + func (s Service) MarshalJSON() ([]byte, error) + type SetIamPolicyRequest struct + ForceSendFields []string + NullFields []string + Policy *Policy + UpdateMask string + func (s SetIamPolicyRequest) MarshalJSON() ([]byte, error) + type StartMigrationRequest struct + ForceSendFields []string + MigrationExecution *MigrationExecution + NullFields []string + RequestId string + func (s StartMigrationRequest) MarshalJSON() ([]byte, error) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s Status) MarshalJSON() ([]byte, error) + type TelemetryConfig struct + ForceSendFields []string + LogFormat string + NullFields []string + func (s TelemetryConfig) 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)