Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + const CloudPlatformScope + type AlloyDbConnectionProfile struct + ClusterId string + ForceSendFields []string + NullFields []string + Settings *AlloyDbSettings + func (s *AlloyDbConnectionProfile) MarshalJSON() ([]byte, error) + type AlloyDbSettings struct + DatabaseVersion string + EncryptionConfig *EncryptionConfig + ForceSendFields []string + InitialUser *UserPassword + Labels map[string]string + NullFields []string + PrimaryInstanceSettings *PrimaryInstanceSettings + VpcNetwork string + func (s *AlloyDbSettings) MarshalJSON() ([]byte, error) + type ApplyConversionWorkspaceRequest struct + AutoCommit bool + ConnectionProfile string + DryRun bool + Filter string + ForceSendFields []string + NullFields []string + func (s *ApplyConversionWorkspaceRequest) MarshalJSON() ([]byte, error) + type ApplyHash struct + ForceSendFields []string + NullFields []string + UuidFromBytes *Empty + func (s *ApplyHash) MarshalJSON() ([]byte, error) + type ApplyJobDetails struct + ConnectionProfile string + Filter string + ForceSendFields []string + NullFields []string + func (s *ApplyJobDetails) MarshalJSON() ([]byte, error) + type AssignSpecificValue struct + ForceSendFields []string + NullFields []string + Value string + func (s *AssignSpecificValue) 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 BackgroundJobLogEntry struct + ApplyJobDetails *ApplyJobDetails + CompletionComment string + CompletionState string + ConvertJobDetails *ConvertJobDetails + FinishTime string + ForceSendFields []string + Id string + ImportRulesJobDetails *ImportRulesJobDetails + JobType string + NullFields []string + RequestAutocommit bool + SeedJobDetails *SeedJobDetails + StartTime string + func (s *BackgroundJobLogEntry) MarshalJSON() ([]byte, error) + type Binding struct + Condition *Expr + ForceSendFields []string + Members []string + NullFields []string + Role string + func (s *Binding) MarshalJSON() ([]byte, error) + type CancelOperationRequest struct + type CloudSqlConnectionProfile struct + AdditionalPublicIp string + CloudSqlId string + ForceSendFields []string + NullFields []string + PrivateIp string + PublicIp string + Settings *CloudSqlSettings + func (s *CloudSqlConnectionProfile) MarshalJSON() ([]byte, error) + type CloudSqlSettings struct + ActivationPolicy string + AutoStorageIncrease bool + AvailabilityType string + CmekKeyName string + Collation string + DataCacheConfig *DataCacheConfig + DataDiskSizeGb int64 + DataDiskType string + DatabaseFlags map[string]string + DatabaseVersion string + Edition string + ForceSendFields []string + IpConfig *SqlIpConfig + NullFields []string + RootPassword string + RootPasswordSet bool + SecondaryZone string + SourceId string + StorageAutoResizeLimit int64 + Tier string + UserLabels map[string]string + Zone string + func (s *CloudSqlSettings) MarshalJSON() ([]byte, error) + type ColumnEntity struct + Array bool + ArrayLength int64 + AutoGenerated bool + Charset string + Collation string + Comment string + CustomFeatures googleapi.RawMessage + DataType string + DefaultValue string + ForceSendFields []string + FractionalSecondsPrecision int64 + Length int64 + Name string + NullFields []string + Nullable bool + OrdinalPosition int64 + Precision int64 + Scale int64 + SetValues []string + Udt bool + func (s *ColumnEntity) MarshalJSON() ([]byte, error) + type CommitConversionWorkspaceRequest struct + CommitName string + ForceSendFields []string + NullFields []string + func (s *CommitConversionWorkspaceRequest) MarshalJSON() ([]byte, error) + type ConditionalColumnSetValue struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + NullFields []string + SourceNumericFilter *SourceNumericFilter + SourceTextFilter *SourceTextFilter + ValueTransformation *ValueTransformation + func (s *ConditionalColumnSetValue) MarshalJSON() ([]byte, error) + type ConnectionProfile struct + Alloydb *AlloyDbConnectionProfile + Cloudsql *CloudSqlConnectionProfile + CreateTime string + DisplayName string + Error *Status + ForceSendFields []string + Labels map[string]string + Mysql *MySqlConnectionProfile + Name string + NullFields []string + Oracle *OracleConnectionProfile + Postgresql *PostgreSqlConnectionProfile + Provider string + State string + UpdateTime string + func (s *ConnectionProfile) MarshalJSON() ([]byte, error) + type ConstraintEntity struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + Name string + NullFields []string + ReferenceColumns []string + ReferenceTable string + TableColumns []string + TableName string + Type string + func (s *ConstraintEntity) MarshalJSON() ([]byte, error) + type ConversionWorkspace struct + CreateTime string + Destination *DatabaseEngineInfo + DisplayName string + ForceSendFields []string + GlobalSettings map[string]string + HasUncommittedChanges bool + LatestCommitId string + LatestCommitTime string + Name string + NullFields []string + Source *DatabaseEngineInfo + UpdateTime string + func (s *ConversionWorkspace) MarshalJSON() ([]byte, error) + type ConversionWorkspaceInfo struct + CommitId string + ForceSendFields []string + Name string + NullFields []string + func (s *ConversionWorkspaceInfo) MarshalJSON() ([]byte, error) + type ConvertConversionWorkspaceRequest struct + AutoCommit bool + ConvertFullPath bool + Filter string + ForceSendFields []string + NullFields []string + func (s *ConvertConversionWorkspaceRequest) MarshalJSON() ([]byte, error) + type ConvertJobDetails struct + Filter string + ForceSendFields []string + NullFields []string + func (s *ConvertJobDetails) MarshalJSON() ([]byte, error) + type ConvertRowIdToColumn struct + ForceSendFields []string + NullFields []string + OnlyIfNoPrimaryKey bool + func (s *ConvertRowIdToColumn) MarshalJSON() ([]byte, error) + type DataCacheConfig struct + DataCacheEnabled bool + ForceSendFields []string + NullFields []string + func (s *DataCacheConfig) MarshalJSON() ([]byte, error) + type DatabaseEngineInfo struct + Engine string + ForceSendFields []string + NullFields []string + Version string + func (s *DatabaseEngineInfo) MarshalJSON() ([]byte, error) + type DatabaseEntity struct + Database *DatabaseInstanceEntity + DatabaseFunction *FunctionEntity + DatabasePackage *PackageEntity + EntityDdl []*EntityDdl + EntityType string + ForceSendFields []string + Issues []*EntityIssue + Mappings []*EntityMapping + MaterializedView *MaterializedViewEntity + NullFields []string + ParentEntity string + Schema *SchemaEntity + Sequence *SequenceEntity + ShortName string + StoredProcedure *StoredProcedureEntity + Synonym *SynonymEntity + Table *TableEntity + Tree string + Udt *UDTEntity + View *ViewEntity + func (s *DatabaseEntity) MarshalJSON() ([]byte, error) + type DatabaseInstanceEntity struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + NullFields []string + func (s *DatabaseInstanceEntity) MarshalJSON() ([]byte, error) + type DatabaseType struct + Engine string + ForceSendFields []string + NullFields []string + Provider string + func (s *DatabaseType) MarshalJSON() ([]byte, error) + type DemoteDestinationRequest struct + type DescribeConversionWorkspaceRevisionsResponse struct + ForceSendFields []string + NullFields []string + Revisions []*ConversionWorkspace + func (s *DescribeConversionWorkspaceRevisionsResponse) MarshalJSON() ([]byte, error) + type DescribeDatabaseEntitiesResponse struct + DatabaseEntities []*DatabaseEntity + ForceSendFields []string + NextPageToken string + NullFields []string + func (s *DescribeDatabaseEntitiesResponse) MarshalJSON() ([]byte, error) + type DoubleComparisonFilter struct + ForceSendFields []string + NullFields []string + Value float64 + ValueComparison string + func (s *DoubleComparisonFilter) MarshalJSON() ([]byte, error) + func (s *DoubleComparisonFilter) UnmarshalJSON(data []byte) error + type DumpFlag struct + ForceSendFields []string + Name string + NullFields []string + Value string + func (s *DumpFlag) MarshalJSON() ([]byte, error) + type DumpFlags struct + DumpFlags []*DumpFlag + ForceSendFields []string + NullFields []string + func (s *DumpFlags) MarshalJSON() ([]byte, error) + type Empty struct + type EncryptionConfig struct + ForceSendFields []string + KmsKeyName string + NullFields []string + func (s *EncryptionConfig) MarshalJSON() ([]byte, error) + type EntityDdl struct + Ddl string + DdlType string + Entity string + EntityType string + ForceSendFields []string + IssueId []string + NullFields []string + func (s *EntityDdl) MarshalJSON() ([]byte, error) + type EntityIssue struct + Code string + Ddl string + EntityType string + ForceSendFields []string + Id string + Message string + NullFields []string + Position *Position + Severity string + Type string + func (s *EntityIssue) MarshalJSON() ([]byte, error) + type EntityMapping struct + DraftEntity string + DraftType string + ForceSendFields []string + MappingLog []*EntityMappingLogEntry + NullFields []string + SourceEntity string + SourceType string + func (s *EntityMapping) MarshalJSON() ([]byte, error) + type EntityMappingLogEntry struct + ForceSendFields []string + MappingComment string + NullFields []string + RuleId string + RuleRevisionId string + func (s *EntityMappingLogEntry) MarshalJSON() ([]byte, error) + type EntityMove struct + ForceSendFields []string + NewSchema string + NullFields []string + func (s *EntityMove) 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 FetchStaticIpsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + StaticIps []string + func (s *FetchStaticIpsResponse) MarshalJSON() ([]byte, error) + type FilterTableColumns struct + ExcludeColumns []string + ForceSendFields []string + IncludeColumns []string + NullFields []string + func (s *FilterTableColumns) MarshalJSON() ([]byte, error) + type ForwardSshTunnelConnectivity struct + ForceSendFields []string + Hostname string + NullFields []string + Password string + Port int64 + PrivateKey string + Username string + func (s *ForwardSshTunnelConnectivity) MarshalJSON() ([]byte, error) + type FunctionEntity struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + NullFields []string + SqlCode string + func (s *FunctionEntity) MarshalJSON() ([]byte, error) + type GenerateSshScriptRequest struct + ForceSendFields []string + NullFields []string + Vm string + VmCreationConfig *VmCreationConfig + VmPort int64 + VmSelectionConfig *VmSelectionConfig + func (s *GenerateSshScriptRequest) MarshalJSON() ([]byte, error) + type GenerateTcpProxyScriptRequest struct + ForceSendFields []string + NullFields []string + VmMachineType string + VmName string + VmSubnet string + VmZone string + func (s *GenerateTcpProxyScriptRequest) MarshalJSON() ([]byte, error) + type GoogleCloudClouddmsV1OperationMetadata struct + ApiVersion string + CreateTime string + EndTime string + ForceSendFields []string + NullFields []string + RequestedCancellation bool + StatusMessage string + Target string + Verb string + func (s *GoogleCloudClouddmsV1OperationMetadata) MarshalJSON() ([]byte, error) + type ImportMappingRulesRequest struct + AutoCommit bool + ForceSendFields []string + NullFields []string + RulesFiles []*RulesFile + RulesFormat string + func (s *ImportMappingRulesRequest) MarshalJSON() ([]byte, error) + type ImportRulesJobDetails struct + FileFormat string + Files []string + ForceSendFields []string + NullFields []string + func (s *ImportRulesJobDetails) MarshalJSON() ([]byte, error) + type IndexEntity struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + Name string + NullFields []string + TableColumns []string + Type string + Unique bool + func (s *IndexEntity) MarshalJSON() ([]byte, error) + type IntComparisonFilter struct + ForceSendFields []string + NullFields []string + Value int64 + ValueComparison string + func (s *IntComparisonFilter) MarshalJSON() ([]byte, error) + type ListConnectionProfilesResponse struct + ConnectionProfiles []*ConnectionProfile + ForceSendFields []string + NextPageToken string + NullFields []string + Unreachable []string + func (s *ListConnectionProfilesResponse) MarshalJSON() ([]byte, error) + type ListConversionWorkspacesResponse struct + ConversionWorkspaces []*ConversionWorkspace + ForceSendFields []string + NextPageToken string + NullFields []string + Unreachable []string + func (s *ListConversionWorkspacesResponse) MarshalJSON() ([]byte, error) + type ListLocationsResponse struct + ForceSendFields []string + Locations []*Location + NextPageToken string + NullFields []string + func (s *ListLocationsResponse) MarshalJSON() ([]byte, error) + type ListMappingRulesResponse struct + ForceSendFields []string + MappingRules []*MappingRule + NextPageToken string + NullFields []string + func (s *ListMappingRulesResponse) MarshalJSON() ([]byte, error) + type ListMigrationJobsResponse struct + ForceSendFields []string + MigrationJobs []*MigrationJob + NextPageToken string + NullFields []string + Unreachable []string + func (s *ListMigrationJobsResponse) MarshalJSON() ([]byte, error) + type ListOperationsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Operations []*Operation + func (s *ListOperationsResponse) MarshalJSON() ([]byte, error) + type ListPrivateConnectionsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + PrivateConnections []*PrivateConnection + Unreachable []string + func (s *ListPrivateConnectionsResponse) 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 MachineConfig struct + CpuCount int64 + ForceSendFields []string + NullFields []string + func (s *MachineConfig) MarshalJSON() ([]byte, error) + type MappingRule struct + ConditionalColumnSetValue *ConditionalColumnSetValue + ConvertRowidColumn *ConvertRowIdToColumn + DisplayName string + EntityMove *EntityMove + Filter *MappingRuleFilter + FilterTableColumns *FilterTableColumns + ForceSendFields []string + MultiColumnDataTypeChange *MultiColumnDatatypeChange + MultiEntityRename *MultiEntityRename + Name string + NullFields []string + RevisionCreateTime string + RevisionId string + RuleOrder int64 + RuleScope string + SetTablePrimaryKey *SetTablePrimaryKey + SingleColumnChange *SingleColumnChange + SingleEntityRename *SingleEntityRename + SinglePackageChange *SinglePackageChange + SourceSqlChange *SourceSqlChange + State string + func (s *MappingRule) MarshalJSON() ([]byte, error) + type MappingRuleFilter struct + Entities []string + EntityNameContains string + EntityNamePrefix string + EntityNameSuffix string + ForceSendFields []string + NullFields []string + ParentEntity string + func (s *MappingRuleFilter) MarshalJSON() ([]byte, error) + type MaterializedViewEntity struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + NullFields []string + SqlCode string + func (s *MaterializedViewEntity) MarshalJSON() ([]byte, error) + type MigrationJob struct + CmekKeyName string + ConversionWorkspace *ConversionWorkspaceInfo + CreateTime string + Destination string + DestinationDatabase *DatabaseType + DisplayName string + DumpFlags *DumpFlags + DumpPath string + Duration string + EndTime string + Error *Status + Filter string + ForceSendFields []string + Labels map[string]string + Name string + NullFields []string + PerformanceConfig *PerformanceConfig + Phase string + ReverseSshConnectivity *ReverseSshConnectivity + Source string + SourceDatabase *DatabaseType + State string + StaticIpConnectivity *StaticIpConnectivity + Type string + UpdateTime string + VpcPeeringConnectivity *VpcPeeringConnectivity + func (s *MigrationJob) MarshalJSON() ([]byte, error) + type MigrationJobVerificationError struct + ErrorCode string + ErrorDetailMessage string + ErrorMessage string + ForceSendFields []string + NullFields []string + func (s *MigrationJobVerificationError) MarshalJSON() ([]byte, error) + type MultiColumnDatatypeChange struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + NewDataType string + NullFields []string + OverrideFractionalSecondsPrecision int64 + OverrideLength int64 + OverridePrecision int64 + OverrideScale int64 + SourceDataTypeFilter string + SourceNumericFilter *SourceNumericFilter + SourceTextFilter *SourceTextFilter + func (s *MultiColumnDatatypeChange) MarshalJSON() ([]byte, error) + type MultiEntityRename struct + ForceSendFields []string + NewNamePattern string + NullFields []string + SourceNameTransformation string + func (s *MultiEntityRename) MarshalJSON() ([]byte, error) + type MySqlConnectionProfile struct + CloudSqlId string + ForceSendFields []string + Host string + NullFields []string + Password string + PasswordSet bool + Port int64 + Ssl *SslConfig + Username string + func (s *MySqlConnectionProfile) 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 OracleConnectionProfile struct + DatabaseService string + ForceSendFields []string + ForwardSshConnectivity *ForwardSshTunnelConnectivity + Host string + NullFields []string + Password string + PasswordSet bool + Port int64 + PrivateConnectivity *PrivateConnectivity + Ssl *SslConfig + StaticServiceIpConnectivity *StaticServiceIpConnectivity + Username string + func (s *OracleConnectionProfile) MarshalJSON() ([]byte, error) + type PackageEntity struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + NullFields []string + PackageBody string + PackageSqlCode string + func (s *PackageEntity) MarshalJSON() ([]byte, error) + type PerformanceConfig struct + DumpParallelLevel string + ForceSendFields []string + NullFields []string + func (s *PerformanceConfig) 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 Position struct + Column int64 + ForceSendFields []string + Length int64 + Line int64 + NullFields []string + Offset int64 + func (s *Position) MarshalJSON() ([]byte, error) + type PostgreSqlConnectionProfile struct + AlloydbClusterId string + CloudSqlId string + ForceSendFields []string + Host string + NetworkArchitecture string + NullFields []string + Password string + PasswordSet bool + Port int64 + PrivateServiceConnectConnectivity *PrivateServiceConnectConnectivity + Ssl *SslConfig + StaticIpConnectivity *StaticIpConnectivity + Username string + func (s *PostgreSqlConnectionProfile) MarshalJSON() ([]byte, error) + type PrimaryInstanceSettings struct + DatabaseFlags map[string]string + ForceSendFields []string + Id string + Labels map[string]string + MachineConfig *MachineConfig + NullFields []string + PrivateIp string + func (s *PrimaryInstanceSettings) MarshalJSON() ([]byte, error) + type PrivateConnection struct + CreateTime string + DisplayName string + Error *Status + ForceSendFields []string + Labels map[string]string + Name string + NullFields []string + State string + UpdateTime string + VpcPeeringConfig *VpcPeeringConfig + func (s *PrivateConnection) MarshalJSON() ([]byte, error) + type PrivateConnectivity struct + ForceSendFields []string + NullFields []string + PrivateConnection string + func (s *PrivateConnectivity) MarshalJSON() ([]byte, error) + type PrivateServiceConnectConnectivity struct + ForceSendFields []string + NullFields []string + ServiceAttachment string + func (s *PrivateServiceConnectConnectivity) MarshalJSON() ([]byte, error) + type ProjectsLocationsConnectionProfilesCreateCall struct + func (c *ProjectsLocationsConnectionProfilesCreateCall) ConnectionProfileId(connectionProfileId string) *ProjectsLocationsConnectionProfilesCreateCall + func (c *ProjectsLocationsConnectionProfilesCreateCall) Context(ctx context.Context) *ProjectsLocationsConnectionProfilesCreateCall + func (c *ProjectsLocationsConnectionProfilesCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsConnectionProfilesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionProfilesCreateCall + func (c *ProjectsLocationsConnectionProfilesCreateCall) Header() http.Header + func (c *ProjectsLocationsConnectionProfilesCreateCall) RequestId(requestId string) *ProjectsLocationsConnectionProfilesCreateCall + func (c *ProjectsLocationsConnectionProfilesCreateCall) SkipValidation(skipValidation bool) *ProjectsLocationsConnectionProfilesCreateCall + func (c *ProjectsLocationsConnectionProfilesCreateCall) ValidateOnly(validateOnly bool) *ProjectsLocationsConnectionProfilesCreateCall + type ProjectsLocationsConnectionProfilesDeleteCall struct + func (c *ProjectsLocationsConnectionProfilesDeleteCall) Context(ctx context.Context) *ProjectsLocationsConnectionProfilesDeleteCall + func (c *ProjectsLocationsConnectionProfilesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsConnectionProfilesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionProfilesDeleteCall + func (c *ProjectsLocationsConnectionProfilesDeleteCall) Force(force bool) *ProjectsLocationsConnectionProfilesDeleteCall + func (c *ProjectsLocationsConnectionProfilesDeleteCall) Header() http.Header + func (c *ProjectsLocationsConnectionProfilesDeleteCall) RequestId(requestId string) *ProjectsLocationsConnectionProfilesDeleteCall + type ProjectsLocationsConnectionProfilesGetCall struct + func (c *ProjectsLocationsConnectionProfilesGetCall) Context(ctx context.Context) *ProjectsLocationsConnectionProfilesGetCall + func (c *ProjectsLocationsConnectionProfilesGetCall) Do(opts ...googleapi.CallOption) (*ConnectionProfile, error) + func (c *ProjectsLocationsConnectionProfilesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionProfilesGetCall + func (c *ProjectsLocationsConnectionProfilesGetCall) Header() http.Header + func (c *ProjectsLocationsConnectionProfilesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConnectionProfilesGetCall + type ProjectsLocationsConnectionProfilesGetIamPolicyCall struct + func (c *ProjectsLocationsConnectionProfilesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsConnectionProfilesGetIamPolicyCall + func (c *ProjectsLocationsConnectionProfilesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsConnectionProfilesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionProfilesGetIamPolicyCall + func (c *ProjectsLocationsConnectionProfilesGetIamPolicyCall) Header() http.Header + func (c *ProjectsLocationsConnectionProfilesGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsConnectionProfilesGetIamPolicyCall + func (c *ProjectsLocationsConnectionProfilesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsConnectionProfilesGetIamPolicyCall + type ProjectsLocationsConnectionProfilesListCall struct + func (c *ProjectsLocationsConnectionProfilesListCall) Context(ctx context.Context) *ProjectsLocationsConnectionProfilesListCall + func (c *ProjectsLocationsConnectionProfilesListCall) Do(opts ...googleapi.CallOption) (*ListConnectionProfilesResponse, error) + func (c *ProjectsLocationsConnectionProfilesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionProfilesListCall + func (c *ProjectsLocationsConnectionProfilesListCall) Filter(filter string) *ProjectsLocationsConnectionProfilesListCall + func (c *ProjectsLocationsConnectionProfilesListCall) Header() http.Header + func (c *ProjectsLocationsConnectionProfilesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConnectionProfilesListCall + func (c *ProjectsLocationsConnectionProfilesListCall) OrderBy(orderBy string) *ProjectsLocationsConnectionProfilesListCall + func (c *ProjectsLocationsConnectionProfilesListCall) PageSize(pageSize int64) *ProjectsLocationsConnectionProfilesListCall + func (c *ProjectsLocationsConnectionProfilesListCall) PageToken(pageToken string) *ProjectsLocationsConnectionProfilesListCall + func (c *ProjectsLocationsConnectionProfilesListCall) Pages(ctx context.Context, f func(*ListConnectionProfilesResponse) error) error + type ProjectsLocationsConnectionProfilesPatchCall struct + func (c *ProjectsLocationsConnectionProfilesPatchCall) Context(ctx context.Context) *ProjectsLocationsConnectionProfilesPatchCall + func (c *ProjectsLocationsConnectionProfilesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsConnectionProfilesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionProfilesPatchCall + func (c *ProjectsLocationsConnectionProfilesPatchCall) Header() http.Header + func (c *ProjectsLocationsConnectionProfilesPatchCall) RequestId(requestId string) *ProjectsLocationsConnectionProfilesPatchCall + func (c *ProjectsLocationsConnectionProfilesPatchCall) SkipValidation(skipValidation bool) *ProjectsLocationsConnectionProfilesPatchCall + func (c *ProjectsLocationsConnectionProfilesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsConnectionProfilesPatchCall + func (c *ProjectsLocationsConnectionProfilesPatchCall) ValidateOnly(validateOnly bool) *ProjectsLocationsConnectionProfilesPatchCall + type ProjectsLocationsConnectionProfilesService struct + func NewProjectsLocationsConnectionProfilesService(s *Service) *ProjectsLocationsConnectionProfilesService + func (r *ProjectsLocationsConnectionProfilesService) Create(parent string, connectionprofile *ConnectionProfile) *ProjectsLocationsConnectionProfilesCreateCall + func (r *ProjectsLocationsConnectionProfilesService) Delete(name string) *ProjectsLocationsConnectionProfilesDeleteCall + func (r *ProjectsLocationsConnectionProfilesService) Get(name string) *ProjectsLocationsConnectionProfilesGetCall + func (r *ProjectsLocationsConnectionProfilesService) GetIamPolicy(resource string) *ProjectsLocationsConnectionProfilesGetIamPolicyCall + func (r *ProjectsLocationsConnectionProfilesService) List(parent string) *ProjectsLocationsConnectionProfilesListCall + func (r *ProjectsLocationsConnectionProfilesService) Patch(name string, connectionprofile *ConnectionProfile) *ProjectsLocationsConnectionProfilesPatchCall + func (r *ProjectsLocationsConnectionProfilesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsConnectionProfilesSetIamPolicyCall + func (r *ProjectsLocationsConnectionProfilesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsConnectionProfilesTestIamPermissionsCall + type ProjectsLocationsConnectionProfilesSetIamPolicyCall struct + func (c *ProjectsLocationsConnectionProfilesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsConnectionProfilesSetIamPolicyCall + func (c *ProjectsLocationsConnectionProfilesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsConnectionProfilesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionProfilesSetIamPolicyCall + func (c *ProjectsLocationsConnectionProfilesSetIamPolicyCall) Header() http.Header + type ProjectsLocationsConnectionProfilesTestIamPermissionsCall struct + func (c *ProjectsLocationsConnectionProfilesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsConnectionProfilesTestIamPermissionsCall + func (c *ProjectsLocationsConnectionProfilesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsLocationsConnectionProfilesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsConnectionProfilesTestIamPermissionsCall + func (c *ProjectsLocationsConnectionProfilesTestIamPermissionsCall) Header() http.Header + type ProjectsLocationsConversionWorkspacesApplyCall struct + func (c *ProjectsLocationsConversionWorkspacesApplyCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesApplyCall + func (c *ProjectsLocationsConversionWorkspacesApplyCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsConversionWorkspacesApplyCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesApplyCall + func (c *ProjectsLocationsConversionWorkspacesApplyCall) Header() http.Header + type ProjectsLocationsConversionWorkspacesCommitCall struct + func (c *ProjectsLocationsConversionWorkspacesCommitCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesCommitCall + func (c *ProjectsLocationsConversionWorkspacesCommitCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsConversionWorkspacesCommitCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesCommitCall + func (c *ProjectsLocationsConversionWorkspacesCommitCall) Header() http.Header + type ProjectsLocationsConversionWorkspacesConvertCall struct + func (c *ProjectsLocationsConversionWorkspacesConvertCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesConvertCall + func (c *ProjectsLocationsConversionWorkspacesConvertCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsConversionWorkspacesConvertCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesConvertCall + func (c *ProjectsLocationsConversionWorkspacesConvertCall) Header() http.Header + type ProjectsLocationsConversionWorkspacesCreateCall struct + func (c *ProjectsLocationsConversionWorkspacesCreateCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesCreateCall + func (c *ProjectsLocationsConversionWorkspacesCreateCall) ConversionWorkspaceId(conversionWorkspaceId string) *ProjectsLocationsConversionWorkspacesCreateCall + func (c *ProjectsLocationsConversionWorkspacesCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsConversionWorkspacesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesCreateCall + func (c *ProjectsLocationsConversionWorkspacesCreateCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesCreateCall) RequestId(requestId string) *ProjectsLocationsConversionWorkspacesCreateCall + type ProjectsLocationsConversionWorkspacesDeleteCall struct + func (c *ProjectsLocationsConversionWorkspacesDeleteCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesDeleteCall + func (c *ProjectsLocationsConversionWorkspacesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsConversionWorkspacesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesDeleteCall + func (c *ProjectsLocationsConversionWorkspacesDeleteCall) Force(force bool) *ProjectsLocationsConversionWorkspacesDeleteCall + func (c *ProjectsLocationsConversionWorkspacesDeleteCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesDeleteCall) RequestId(requestId string) *ProjectsLocationsConversionWorkspacesDeleteCall + type ProjectsLocationsConversionWorkspacesDescribeConversionWorkspaceRevisionsCall struct + func (c *ProjectsLocationsConversionWorkspacesDescribeConversionWorkspaceRevisionsCall) CommitId(commitId string) *ProjectsLocationsConversionWorkspacesDescribeConversionWorkspaceRevisionsCall + func (c *ProjectsLocationsConversionWorkspacesDescribeConversionWorkspaceRevisionsCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesDescribeConversionWorkspaceRevisionsCall + func (c *ProjectsLocationsConversionWorkspacesDescribeConversionWorkspaceRevisionsCall) Do(opts ...googleapi.CallOption) (*DescribeConversionWorkspaceRevisionsResponse, error) + func (c *ProjectsLocationsConversionWorkspacesDescribeConversionWorkspaceRevisionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesDescribeConversionWorkspaceRevisionsCall + func (c *ProjectsLocationsConversionWorkspacesDescribeConversionWorkspaceRevisionsCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesDescribeConversionWorkspaceRevisionsCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversionWorkspacesDescribeConversionWorkspaceRevisionsCall + type ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall struct + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) CommitId(commitId string) *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) Do(opts ...googleapi.CallOption) (*DescribeDatabaseEntitiesResponse, error) + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) Filter(filter string) *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) PageSize(pageSize int64) *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) PageToken(pageToken string) *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) Pages(ctx context.Context, f func(*DescribeDatabaseEntitiesResponse) error) error + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) Tree(tree string) *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) Uncommitted(uncommitted bool) *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall + func (c *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall) View(view string) *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall + type ProjectsLocationsConversionWorkspacesGetCall struct + func (c *ProjectsLocationsConversionWorkspacesGetCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesGetCall + func (c *ProjectsLocationsConversionWorkspacesGetCall) Do(opts ...googleapi.CallOption) (*ConversionWorkspace, error) + func (c *ProjectsLocationsConversionWorkspacesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesGetCall + func (c *ProjectsLocationsConversionWorkspacesGetCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversionWorkspacesGetCall + type ProjectsLocationsConversionWorkspacesGetIamPolicyCall struct + func (c *ProjectsLocationsConversionWorkspacesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesGetIamPolicyCall + func (c *ProjectsLocationsConversionWorkspacesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsConversionWorkspacesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesGetIamPolicyCall + func (c *ProjectsLocationsConversionWorkspacesGetIamPolicyCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversionWorkspacesGetIamPolicyCall + func (c *ProjectsLocationsConversionWorkspacesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsConversionWorkspacesGetIamPolicyCall + type ProjectsLocationsConversionWorkspacesListCall struct + func (c *ProjectsLocationsConversionWorkspacesListCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesListCall + func (c *ProjectsLocationsConversionWorkspacesListCall) Do(opts ...googleapi.CallOption) (*ListConversionWorkspacesResponse, error) + func (c *ProjectsLocationsConversionWorkspacesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesListCall + func (c *ProjectsLocationsConversionWorkspacesListCall) Filter(filter string) *ProjectsLocationsConversionWorkspacesListCall + func (c *ProjectsLocationsConversionWorkspacesListCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversionWorkspacesListCall + func (c *ProjectsLocationsConversionWorkspacesListCall) PageSize(pageSize int64) *ProjectsLocationsConversionWorkspacesListCall + func (c *ProjectsLocationsConversionWorkspacesListCall) PageToken(pageToken string) *ProjectsLocationsConversionWorkspacesListCall + func (c *ProjectsLocationsConversionWorkspacesListCall) Pages(ctx context.Context, f func(*ListConversionWorkspacesResponse) error) error + type ProjectsLocationsConversionWorkspacesMappingRulesCreateCall struct + func (c *ProjectsLocationsConversionWorkspacesMappingRulesCreateCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesMappingRulesCreateCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesCreateCall) Do(opts ...googleapi.CallOption) (*MappingRule, error) + func (c *ProjectsLocationsConversionWorkspacesMappingRulesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesMappingRulesCreateCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesCreateCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesMappingRulesCreateCall) MappingRuleId(mappingRuleId string) *ProjectsLocationsConversionWorkspacesMappingRulesCreateCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesCreateCall) RequestId(requestId string) *ProjectsLocationsConversionWorkspacesMappingRulesCreateCall + type ProjectsLocationsConversionWorkspacesMappingRulesDeleteCall struct + func (c *ProjectsLocationsConversionWorkspacesMappingRulesDeleteCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesMappingRulesDeleteCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *ProjectsLocationsConversionWorkspacesMappingRulesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesMappingRulesDeleteCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesDeleteCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesMappingRulesDeleteCall) RequestId(requestId string) *ProjectsLocationsConversionWorkspacesMappingRulesDeleteCall + type ProjectsLocationsConversionWorkspacesMappingRulesGetCall struct + func (c *ProjectsLocationsConversionWorkspacesMappingRulesGetCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesMappingRulesGetCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesGetCall) Do(opts ...googleapi.CallOption) (*MappingRule, error) + func (c *ProjectsLocationsConversionWorkspacesMappingRulesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesMappingRulesGetCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesGetCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesMappingRulesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversionWorkspacesMappingRulesGetCall + type ProjectsLocationsConversionWorkspacesMappingRulesImportCall struct + func (c *ProjectsLocationsConversionWorkspacesMappingRulesImportCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesMappingRulesImportCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesImportCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsConversionWorkspacesMappingRulesImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesMappingRulesImportCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesImportCall) Header() http.Header + type ProjectsLocationsConversionWorkspacesMappingRulesListCall struct + func (c *ProjectsLocationsConversionWorkspacesMappingRulesListCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesMappingRulesListCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesListCall) Do(opts ...googleapi.CallOption) (*ListMappingRulesResponse, error) + func (c *ProjectsLocationsConversionWorkspacesMappingRulesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesMappingRulesListCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesListCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesMappingRulesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversionWorkspacesMappingRulesListCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesListCall) PageSize(pageSize int64) *ProjectsLocationsConversionWorkspacesMappingRulesListCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesListCall) PageToken(pageToken string) *ProjectsLocationsConversionWorkspacesMappingRulesListCall + func (c *ProjectsLocationsConversionWorkspacesMappingRulesListCall) Pages(ctx context.Context, f func(*ListMappingRulesResponse) error) error + type ProjectsLocationsConversionWorkspacesMappingRulesService struct + func NewProjectsLocationsConversionWorkspacesMappingRulesService(s *Service) *ProjectsLocationsConversionWorkspacesMappingRulesService + func (r *ProjectsLocationsConversionWorkspacesMappingRulesService) Create(parent string, mappingrule *MappingRule) *ProjectsLocationsConversionWorkspacesMappingRulesCreateCall + func (r *ProjectsLocationsConversionWorkspacesMappingRulesService) Delete(name string) *ProjectsLocationsConversionWorkspacesMappingRulesDeleteCall + func (r *ProjectsLocationsConversionWorkspacesMappingRulesService) Get(name string) *ProjectsLocationsConversionWorkspacesMappingRulesGetCall + func (r *ProjectsLocationsConversionWorkspacesMappingRulesService) Import(parent string, importmappingrulesrequest *ImportMappingRulesRequest) *ProjectsLocationsConversionWorkspacesMappingRulesImportCall + func (r *ProjectsLocationsConversionWorkspacesMappingRulesService) List(parent string) *ProjectsLocationsConversionWorkspacesMappingRulesListCall + type ProjectsLocationsConversionWorkspacesPatchCall struct + func (c *ProjectsLocationsConversionWorkspacesPatchCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesPatchCall + func (c *ProjectsLocationsConversionWorkspacesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsConversionWorkspacesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesPatchCall + func (c *ProjectsLocationsConversionWorkspacesPatchCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesPatchCall) RequestId(requestId string) *ProjectsLocationsConversionWorkspacesPatchCall + func (c *ProjectsLocationsConversionWorkspacesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsConversionWorkspacesPatchCall + type ProjectsLocationsConversionWorkspacesRollbackCall struct + func (c *ProjectsLocationsConversionWorkspacesRollbackCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesRollbackCall + func (c *ProjectsLocationsConversionWorkspacesRollbackCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsConversionWorkspacesRollbackCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesRollbackCall + func (c *ProjectsLocationsConversionWorkspacesRollbackCall) Header() http.Header + type ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall struct + func (c *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall) CompletedUntilTime(completedUntilTime string) *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall + func (c *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall + func (c *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall) Do(opts ...googleapi.CallOption) (*SearchBackgroundJobsResponse, error) + func (c *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall + func (c *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall) Header() http.Header + func (c *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall) IfNoneMatch(entityTag string) *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall + func (c *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall) MaxSize(maxSize int64) *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall + func (c *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall) ReturnMostRecentPerJobType(returnMostRecentPerJobType bool) *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall + type ProjectsLocationsConversionWorkspacesSeedCall struct + func (c *ProjectsLocationsConversionWorkspacesSeedCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesSeedCall + func (c *ProjectsLocationsConversionWorkspacesSeedCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsConversionWorkspacesSeedCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesSeedCall + func (c *ProjectsLocationsConversionWorkspacesSeedCall) Header() http.Header + type ProjectsLocationsConversionWorkspacesService struct + MappingRules *ProjectsLocationsConversionWorkspacesMappingRulesService + func NewProjectsLocationsConversionWorkspacesService(s *Service) *ProjectsLocationsConversionWorkspacesService + func (r *ProjectsLocationsConversionWorkspacesService) Apply(name string, applyconversionworkspacerequest *ApplyConversionWorkspaceRequest) *ProjectsLocationsConversionWorkspacesApplyCall + func (r *ProjectsLocationsConversionWorkspacesService) Commit(name string, ...) *ProjectsLocationsConversionWorkspacesCommitCall + func (r *ProjectsLocationsConversionWorkspacesService) Convert(name string, ...) *ProjectsLocationsConversionWorkspacesConvertCall + func (r *ProjectsLocationsConversionWorkspacesService) Create(parent string, conversionworkspace *ConversionWorkspace) *ProjectsLocationsConversionWorkspacesCreateCall + func (r *ProjectsLocationsConversionWorkspacesService) Delete(name string) *ProjectsLocationsConversionWorkspacesDeleteCall + func (r *ProjectsLocationsConversionWorkspacesService) DescribeConversionWorkspaceRevisions(conversionWorkspace string) *ProjectsLocationsConversionWorkspacesDescribeConversionWorkspaceRevisionsCall + func (r *ProjectsLocationsConversionWorkspacesService) DescribeDatabaseEntities(conversionWorkspace string) *ProjectsLocationsConversionWorkspacesDescribeDatabaseEntitiesCall + func (r *ProjectsLocationsConversionWorkspacesService) Get(name string) *ProjectsLocationsConversionWorkspacesGetCall + func (r *ProjectsLocationsConversionWorkspacesService) GetIamPolicy(resource string) *ProjectsLocationsConversionWorkspacesGetIamPolicyCall + func (r *ProjectsLocationsConversionWorkspacesService) List(parent string) *ProjectsLocationsConversionWorkspacesListCall + func (r *ProjectsLocationsConversionWorkspacesService) Patch(name string, conversionworkspace *ConversionWorkspace) *ProjectsLocationsConversionWorkspacesPatchCall + func (r *ProjectsLocationsConversionWorkspacesService) Rollback(name string, ...) *ProjectsLocationsConversionWorkspacesRollbackCall + func (r *ProjectsLocationsConversionWorkspacesService) SearchBackgroundJobs(conversionWorkspace string) *ProjectsLocationsConversionWorkspacesSearchBackgroundJobsCall + func (r *ProjectsLocationsConversionWorkspacesService) Seed(name string, seedconversionworkspacerequest *SeedConversionWorkspaceRequest) *ProjectsLocationsConversionWorkspacesSeedCall + func (r *ProjectsLocationsConversionWorkspacesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsConversionWorkspacesSetIamPolicyCall + func (r *ProjectsLocationsConversionWorkspacesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsConversionWorkspacesTestIamPermissionsCall + type ProjectsLocationsConversionWorkspacesSetIamPolicyCall struct + func (c *ProjectsLocationsConversionWorkspacesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesSetIamPolicyCall + func (c *ProjectsLocationsConversionWorkspacesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsConversionWorkspacesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesSetIamPolicyCall + func (c *ProjectsLocationsConversionWorkspacesSetIamPolicyCall) Header() http.Header + type ProjectsLocationsConversionWorkspacesTestIamPermissionsCall struct + func (c *ProjectsLocationsConversionWorkspacesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsConversionWorkspacesTestIamPermissionsCall + func (c *ProjectsLocationsConversionWorkspacesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsLocationsConversionWorkspacesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsConversionWorkspacesTestIamPermissionsCall + func (c *ProjectsLocationsConversionWorkspacesTestIamPermissionsCall) Header() http.Header + type ProjectsLocationsFetchStaticIpsCall struct + func (c *ProjectsLocationsFetchStaticIpsCall) Context(ctx context.Context) *ProjectsLocationsFetchStaticIpsCall + func (c *ProjectsLocationsFetchStaticIpsCall) Do(opts ...googleapi.CallOption) (*FetchStaticIpsResponse, error) + func (c *ProjectsLocationsFetchStaticIpsCall) Fields(s ...googleapi.Field) *ProjectsLocationsFetchStaticIpsCall + func (c *ProjectsLocationsFetchStaticIpsCall) Header() http.Header + func (c *ProjectsLocationsFetchStaticIpsCall) IfNoneMatch(entityTag string) *ProjectsLocationsFetchStaticIpsCall + func (c *ProjectsLocationsFetchStaticIpsCall) PageSize(pageSize int64) *ProjectsLocationsFetchStaticIpsCall + func (c *ProjectsLocationsFetchStaticIpsCall) PageToken(pageToken string) *ProjectsLocationsFetchStaticIpsCall + func (c *ProjectsLocationsFetchStaticIpsCall) Pages(ctx context.Context, f func(*FetchStaticIpsResponse) error) error + 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 ProjectsLocationsMigrationJobsCreateCall struct + func (c *ProjectsLocationsMigrationJobsCreateCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsCreateCall + func (c *ProjectsLocationsMigrationJobsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsMigrationJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsCreateCall + func (c *ProjectsLocationsMigrationJobsCreateCall) Header() http.Header + func (c *ProjectsLocationsMigrationJobsCreateCall) MigrationJobId(migrationJobId string) *ProjectsLocationsMigrationJobsCreateCall + func (c *ProjectsLocationsMigrationJobsCreateCall) RequestId(requestId string) *ProjectsLocationsMigrationJobsCreateCall + type ProjectsLocationsMigrationJobsDeleteCall struct + func (c *ProjectsLocationsMigrationJobsDeleteCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsDeleteCall + func (c *ProjectsLocationsMigrationJobsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsMigrationJobsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsDeleteCall + func (c *ProjectsLocationsMigrationJobsDeleteCall) Force(force bool) *ProjectsLocationsMigrationJobsDeleteCall + func (c *ProjectsLocationsMigrationJobsDeleteCall) Header() http.Header + func (c *ProjectsLocationsMigrationJobsDeleteCall) RequestId(requestId string) *ProjectsLocationsMigrationJobsDeleteCall + type ProjectsLocationsMigrationJobsDemoteDestinationCall struct + func (c *ProjectsLocationsMigrationJobsDemoteDestinationCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsDemoteDestinationCall + func (c *ProjectsLocationsMigrationJobsDemoteDestinationCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsMigrationJobsDemoteDestinationCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsDemoteDestinationCall + func (c *ProjectsLocationsMigrationJobsDemoteDestinationCall) Header() http.Header + type ProjectsLocationsMigrationJobsGenerateSshScriptCall struct + func (c *ProjectsLocationsMigrationJobsGenerateSshScriptCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsGenerateSshScriptCall + func (c *ProjectsLocationsMigrationJobsGenerateSshScriptCall) Do(opts ...googleapi.CallOption) (*SshScript, error) + func (c *ProjectsLocationsMigrationJobsGenerateSshScriptCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsGenerateSshScriptCall + func (c *ProjectsLocationsMigrationJobsGenerateSshScriptCall) Header() http.Header + type ProjectsLocationsMigrationJobsGenerateTcpProxyScriptCall struct + func (c *ProjectsLocationsMigrationJobsGenerateTcpProxyScriptCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsGenerateTcpProxyScriptCall + func (c *ProjectsLocationsMigrationJobsGenerateTcpProxyScriptCall) Do(opts ...googleapi.CallOption) (*TcpProxyScript, error) + func (c *ProjectsLocationsMigrationJobsGenerateTcpProxyScriptCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsGenerateTcpProxyScriptCall + func (c *ProjectsLocationsMigrationJobsGenerateTcpProxyScriptCall) Header() http.Header + type ProjectsLocationsMigrationJobsGetCall struct + func (c *ProjectsLocationsMigrationJobsGetCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsGetCall + func (c *ProjectsLocationsMigrationJobsGetCall) Do(opts ...googleapi.CallOption) (*MigrationJob, error) + func (c *ProjectsLocationsMigrationJobsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsGetCall + func (c *ProjectsLocationsMigrationJobsGetCall) Header() http.Header + func (c *ProjectsLocationsMigrationJobsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsMigrationJobsGetCall + type ProjectsLocationsMigrationJobsGetIamPolicyCall struct + func (c *ProjectsLocationsMigrationJobsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsGetIamPolicyCall + func (c *ProjectsLocationsMigrationJobsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsMigrationJobsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsGetIamPolicyCall + func (c *ProjectsLocationsMigrationJobsGetIamPolicyCall) Header() http.Header + func (c *ProjectsLocationsMigrationJobsGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsMigrationJobsGetIamPolicyCall + func (c *ProjectsLocationsMigrationJobsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsMigrationJobsGetIamPolicyCall + type ProjectsLocationsMigrationJobsListCall struct + func (c *ProjectsLocationsMigrationJobsListCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsListCall + func (c *ProjectsLocationsMigrationJobsListCall) Do(opts ...googleapi.CallOption) (*ListMigrationJobsResponse, error) + func (c *ProjectsLocationsMigrationJobsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsListCall + func (c *ProjectsLocationsMigrationJobsListCall) Filter(filter string) *ProjectsLocationsMigrationJobsListCall + func (c *ProjectsLocationsMigrationJobsListCall) Header() http.Header + func (c *ProjectsLocationsMigrationJobsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsMigrationJobsListCall + func (c *ProjectsLocationsMigrationJobsListCall) OrderBy(orderBy string) *ProjectsLocationsMigrationJobsListCall + func (c *ProjectsLocationsMigrationJobsListCall) PageSize(pageSize int64) *ProjectsLocationsMigrationJobsListCall + func (c *ProjectsLocationsMigrationJobsListCall) PageToken(pageToken string) *ProjectsLocationsMigrationJobsListCall + func (c *ProjectsLocationsMigrationJobsListCall) Pages(ctx context.Context, f func(*ListMigrationJobsResponse) error) error + type ProjectsLocationsMigrationJobsPatchCall struct + func (c *ProjectsLocationsMigrationJobsPatchCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsPatchCall + func (c *ProjectsLocationsMigrationJobsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsMigrationJobsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsPatchCall + func (c *ProjectsLocationsMigrationJobsPatchCall) Header() http.Header + func (c *ProjectsLocationsMigrationJobsPatchCall) RequestId(requestId string) *ProjectsLocationsMigrationJobsPatchCall + func (c *ProjectsLocationsMigrationJobsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsMigrationJobsPatchCall + type ProjectsLocationsMigrationJobsPromoteCall struct + func (c *ProjectsLocationsMigrationJobsPromoteCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsPromoteCall + func (c *ProjectsLocationsMigrationJobsPromoteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsMigrationJobsPromoteCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsPromoteCall + func (c *ProjectsLocationsMigrationJobsPromoteCall) Header() http.Header + type ProjectsLocationsMigrationJobsRestartCall struct + func (c *ProjectsLocationsMigrationJobsRestartCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsRestartCall + func (c *ProjectsLocationsMigrationJobsRestartCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsMigrationJobsRestartCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsRestartCall + func (c *ProjectsLocationsMigrationJobsRestartCall) Header() http.Header + type ProjectsLocationsMigrationJobsResumeCall struct + func (c *ProjectsLocationsMigrationJobsResumeCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsResumeCall + func (c *ProjectsLocationsMigrationJobsResumeCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsMigrationJobsResumeCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsResumeCall + func (c *ProjectsLocationsMigrationJobsResumeCall) Header() http.Header + type ProjectsLocationsMigrationJobsService struct + func NewProjectsLocationsMigrationJobsService(s *Service) *ProjectsLocationsMigrationJobsService + func (r *ProjectsLocationsMigrationJobsService) Create(parent string, migrationjob *MigrationJob) *ProjectsLocationsMigrationJobsCreateCall + func (r *ProjectsLocationsMigrationJobsService) Delete(name string) *ProjectsLocationsMigrationJobsDeleteCall + func (r *ProjectsLocationsMigrationJobsService) DemoteDestination(name string, demotedestinationrequest *DemoteDestinationRequest) *ProjectsLocationsMigrationJobsDemoteDestinationCall + func (r *ProjectsLocationsMigrationJobsService) GenerateSshScript(migrationJob string, generatesshscriptrequest *GenerateSshScriptRequest) *ProjectsLocationsMigrationJobsGenerateSshScriptCall + func (r *ProjectsLocationsMigrationJobsService) GenerateTcpProxyScript(migrationJob string, ...) *ProjectsLocationsMigrationJobsGenerateTcpProxyScriptCall + func (r *ProjectsLocationsMigrationJobsService) Get(name string) *ProjectsLocationsMigrationJobsGetCall + func (r *ProjectsLocationsMigrationJobsService) GetIamPolicy(resource string) *ProjectsLocationsMigrationJobsGetIamPolicyCall + func (r *ProjectsLocationsMigrationJobsService) List(parent string) *ProjectsLocationsMigrationJobsListCall + func (r *ProjectsLocationsMigrationJobsService) Patch(name string, migrationjob *MigrationJob) *ProjectsLocationsMigrationJobsPatchCall + func (r *ProjectsLocationsMigrationJobsService) Promote(name string, promotemigrationjobrequest *PromoteMigrationJobRequest) *ProjectsLocationsMigrationJobsPromoteCall + func (r *ProjectsLocationsMigrationJobsService) Restart(name string, restartmigrationjobrequest *RestartMigrationJobRequest) *ProjectsLocationsMigrationJobsRestartCall + func (r *ProjectsLocationsMigrationJobsService) Resume(name string, resumemigrationjobrequest *ResumeMigrationJobRequest) *ProjectsLocationsMigrationJobsResumeCall + func (r *ProjectsLocationsMigrationJobsService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsMigrationJobsSetIamPolicyCall + func (r *ProjectsLocationsMigrationJobsService) Start(name string, startmigrationjobrequest *StartMigrationJobRequest) *ProjectsLocationsMigrationJobsStartCall + func (r *ProjectsLocationsMigrationJobsService) Stop(name string, stopmigrationjobrequest *StopMigrationJobRequest) *ProjectsLocationsMigrationJobsStopCall + func (r *ProjectsLocationsMigrationJobsService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsMigrationJobsTestIamPermissionsCall + func (r *ProjectsLocationsMigrationJobsService) Verify(name string, verifymigrationjobrequest *VerifyMigrationJobRequest) *ProjectsLocationsMigrationJobsVerifyCall + type ProjectsLocationsMigrationJobsSetIamPolicyCall struct + func (c *ProjectsLocationsMigrationJobsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsSetIamPolicyCall + func (c *ProjectsLocationsMigrationJobsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsMigrationJobsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsSetIamPolicyCall + func (c *ProjectsLocationsMigrationJobsSetIamPolicyCall) Header() http.Header + type ProjectsLocationsMigrationJobsStartCall struct + func (c *ProjectsLocationsMigrationJobsStartCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsStartCall + func (c *ProjectsLocationsMigrationJobsStartCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsMigrationJobsStartCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsStartCall + func (c *ProjectsLocationsMigrationJobsStartCall) Header() http.Header + type ProjectsLocationsMigrationJobsStopCall struct + func (c *ProjectsLocationsMigrationJobsStopCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsStopCall + func (c *ProjectsLocationsMigrationJobsStopCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsMigrationJobsStopCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsStopCall + func (c *ProjectsLocationsMigrationJobsStopCall) Header() http.Header + type ProjectsLocationsMigrationJobsTestIamPermissionsCall struct + func (c *ProjectsLocationsMigrationJobsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsTestIamPermissionsCall + func (c *ProjectsLocationsMigrationJobsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsLocationsMigrationJobsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsTestIamPermissionsCall + func (c *ProjectsLocationsMigrationJobsTestIamPermissionsCall) Header() http.Header + type ProjectsLocationsMigrationJobsVerifyCall struct + func (c *ProjectsLocationsMigrationJobsVerifyCall) Context(ctx context.Context) *ProjectsLocationsMigrationJobsVerifyCall + func (c *ProjectsLocationsMigrationJobsVerifyCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsMigrationJobsVerifyCall) Fields(s ...googleapi.Field) *ProjectsLocationsMigrationJobsVerifyCall + func (c *ProjectsLocationsMigrationJobsVerifyCall) Header() http.Header + 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 *Service) *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 ProjectsLocationsPrivateConnectionsCreateCall struct + func (c *ProjectsLocationsPrivateConnectionsCreateCall) Context(ctx context.Context) *ProjectsLocationsPrivateConnectionsCreateCall + func (c *ProjectsLocationsPrivateConnectionsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsPrivateConnectionsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsPrivateConnectionsCreateCall + func (c *ProjectsLocationsPrivateConnectionsCreateCall) Header() http.Header + func (c *ProjectsLocationsPrivateConnectionsCreateCall) PrivateConnectionId(privateConnectionId string) *ProjectsLocationsPrivateConnectionsCreateCall + func (c *ProjectsLocationsPrivateConnectionsCreateCall) RequestId(requestId string) *ProjectsLocationsPrivateConnectionsCreateCall + func (c *ProjectsLocationsPrivateConnectionsCreateCall) SkipValidation(skipValidation bool) *ProjectsLocationsPrivateConnectionsCreateCall + type ProjectsLocationsPrivateConnectionsDeleteCall struct + func (c *ProjectsLocationsPrivateConnectionsDeleteCall) Context(ctx context.Context) *ProjectsLocationsPrivateConnectionsDeleteCall + func (c *ProjectsLocationsPrivateConnectionsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *ProjectsLocationsPrivateConnectionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsPrivateConnectionsDeleteCall + func (c *ProjectsLocationsPrivateConnectionsDeleteCall) Header() http.Header + func (c *ProjectsLocationsPrivateConnectionsDeleteCall) RequestId(requestId string) *ProjectsLocationsPrivateConnectionsDeleteCall + type ProjectsLocationsPrivateConnectionsGetCall struct + func (c *ProjectsLocationsPrivateConnectionsGetCall) Context(ctx context.Context) *ProjectsLocationsPrivateConnectionsGetCall + func (c *ProjectsLocationsPrivateConnectionsGetCall) Do(opts ...googleapi.CallOption) (*PrivateConnection, error) + func (c *ProjectsLocationsPrivateConnectionsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsPrivateConnectionsGetCall + func (c *ProjectsLocationsPrivateConnectionsGetCall) Header() http.Header + func (c *ProjectsLocationsPrivateConnectionsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsPrivateConnectionsGetCall + type ProjectsLocationsPrivateConnectionsGetIamPolicyCall struct + func (c *ProjectsLocationsPrivateConnectionsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsPrivateConnectionsGetIamPolicyCall + func (c *ProjectsLocationsPrivateConnectionsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsPrivateConnectionsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsPrivateConnectionsGetIamPolicyCall + func (c *ProjectsLocationsPrivateConnectionsGetIamPolicyCall) Header() http.Header + func (c *ProjectsLocationsPrivateConnectionsGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsLocationsPrivateConnectionsGetIamPolicyCall + func (c *ProjectsLocationsPrivateConnectionsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsLocationsPrivateConnectionsGetIamPolicyCall + type ProjectsLocationsPrivateConnectionsListCall struct + func (c *ProjectsLocationsPrivateConnectionsListCall) Context(ctx context.Context) *ProjectsLocationsPrivateConnectionsListCall + func (c *ProjectsLocationsPrivateConnectionsListCall) Do(opts ...googleapi.CallOption) (*ListPrivateConnectionsResponse, error) + func (c *ProjectsLocationsPrivateConnectionsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsPrivateConnectionsListCall + func (c *ProjectsLocationsPrivateConnectionsListCall) Filter(filter string) *ProjectsLocationsPrivateConnectionsListCall + func (c *ProjectsLocationsPrivateConnectionsListCall) Header() http.Header + func (c *ProjectsLocationsPrivateConnectionsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsPrivateConnectionsListCall + func (c *ProjectsLocationsPrivateConnectionsListCall) OrderBy(orderBy string) *ProjectsLocationsPrivateConnectionsListCall + func (c *ProjectsLocationsPrivateConnectionsListCall) PageSize(pageSize int64) *ProjectsLocationsPrivateConnectionsListCall + func (c *ProjectsLocationsPrivateConnectionsListCall) PageToken(pageToken string) *ProjectsLocationsPrivateConnectionsListCall + func (c *ProjectsLocationsPrivateConnectionsListCall) Pages(ctx context.Context, f func(*ListPrivateConnectionsResponse) error) error + type ProjectsLocationsPrivateConnectionsService struct + func NewProjectsLocationsPrivateConnectionsService(s *Service) *ProjectsLocationsPrivateConnectionsService + func (r *ProjectsLocationsPrivateConnectionsService) Create(parent string, privateconnection *PrivateConnection) *ProjectsLocationsPrivateConnectionsCreateCall + func (r *ProjectsLocationsPrivateConnectionsService) Delete(name string) *ProjectsLocationsPrivateConnectionsDeleteCall + func (r *ProjectsLocationsPrivateConnectionsService) Get(name string) *ProjectsLocationsPrivateConnectionsGetCall + func (r *ProjectsLocationsPrivateConnectionsService) GetIamPolicy(resource string) *ProjectsLocationsPrivateConnectionsGetIamPolicyCall + func (r *ProjectsLocationsPrivateConnectionsService) List(parent string) *ProjectsLocationsPrivateConnectionsListCall + func (r *ProjectsLocationsPrivateConnectionsService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsPrivateConnectionsSetIamPolicyCall + func (r *ProjectsLocationsPrivateConnectionsService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsPrivateConnectionsTestIamPermissionsCall + type ProjectsLocationsPrivateConnectionsSetIamPolicyCall struct + func (c *ProjectsLocationsPrivateConnectionsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsPrivateConnectionsSetIamPolicyCall + func (c *ProjectsLocationsPrivateConnectionsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) + func (c *ProjectsLocationsPrivateConnectionsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsPrivateConnectionsSetIamPolicyCall + func (c *ProjectsLocationsPrivateConnectionsSetIamPolicyCall) Header() http.Header + type ProjectsLocationsPrivateConnectionsTestIamPermissionsCall struct + func (c *ProjectsLocationsPrivateConnectionsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsPrivateConnectionsTestIamPermissionsCall + func (c *ProjectsLocationsPrivateConnectionsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error) + func (c *ProjectsLocationsPrivateConnectionsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsPrivateConnectionsTestIamPermissionsCall + func (c *ProjectsLocationsPrivateConnectionsTestIamPermissionsCall) Header() http.Header + type ProjectsLocationsService struct + ConnectionProfiles *ProjectsLocationsConnectionProfilesService + ConversionWorkspaces *ProjectsLocationsConversionWorkspacesService + MigrationJobs *ProjectsLocationsMigrationJobsService + Operations *ProjectsLocationsOperationsService + PrivateConnections *ProjectsLocationsPrivateConnectionsService + func NewProjectsLocationsService(s *Service) *ProjectsLocationsService + func (r *ProjectsLocationsService) FetchStaticIps(name string) *ProjectsLocationsFetchStaticIpsCall + func (r *ProjectsLocationsService) Get(name string) *ProjectsLocationsGetCall + func (r *ProjectsLocationsService) List(name string) *ProjectsLocationsListCall + type ProjectsService struct + Locations *ProjectsLocationsService + func NewProjectsService(s *Service) *ProjectsService + type PromoteMigrationJobRequest struct + type RestartMigrationJobRequest struct + ForceSendFields []string + NullFields []string + SkipValidation bool + func (s *RestartMigrationJobRequest) MarshalJSON() ([]byte, error) + type ResumeMigrationJobRequest struct + type ReverseSshConnectivity struct + ForceSendFields []string + NullFields []string + Vm string + VmIp string + VmPort int64 + Vpc string + func (s *ReverseSshConnectivity) MarshalJSON() ([]byte, error) + type RollbackConversionWorkspaceRequest struct + type RoundToScale struct + ForceSendFields []string + NullFields []string + Scale int64 + func (s *RoundToScale) MarshalJSON() ([]byte, error) + type RulesFile struct + ForceSendFields []string + NullFields []string + RulesContent string + RulesSourceFilename string + func (s *RulesFile) MarshalJSON() ([]byte, error) + type SchemaEntity struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + NullFields []string + func (s *SchemaEntity) MarshalJSON() ([]byte, error) + type SearchBackgroundJobsResponse struct + ForceSendFields []string + Jobs []*BackgroundJobLogEntry + NullFields []string + func (s *SearchBackgroundJobsResponse) MarshalJSON() ([]byte, error) + type SeedConversionWorkspaceRequest struct + AutoCommit bool + DestinationConnectionProfile string + ForceSendFields []string + NullFields []string + SourceConnectionProfile string + func (s *SeedConversionWorkspaceRequest) MarshalJSON() ([]byte, error) + type SeedJobDetails struct + ConnectionProfile string + ForceSendFields []string + NullFields []string + func (s *SeedJobDetails) MarshalJSON() ([]byte, error) + type SequenceEntity struct + Cache int64 + CustomFeatures googleapi.RawMessage + Cycle bool + ForceSendFields []string + Increment int64 + MaxValue string + MinValue string + NullFields []string + StartValue string + func (s *SequenceEntity) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + 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 SetTablePrimaryKey struct + ForceSendFields []string + NullFields []string + PrimaryKey string + PrimaryKeyColumns []string + func (s *SetTablePrimaryKey) MarshalJSON() ([]byte, error) + type SingleColumnChange struct + Array bool + ArrayLength int64 + AutoGenerated bool + Charset string + Collation string + Comment string + CustomFeatures googleapi.RawMessage + DataType string + ForceSendFields []string + FractionalSecondsPrecision int64 + Length int64 + NullFields []string + Nullable bool + Precision int64 + Scale int64 + SetValues []string + Udt bool + func (s *SingleColumnChange) MarshalJSON() ([]byte, error) + type SingleEntityRename struct + ForceSendFields []string + NewName string + NullFields []string + func (s *SingleEntityRename) MarshalJSON() ([]byte, error) + type SinglePackageChange struct + ForceSendFields []string + NullFields []string + PackageBody string + PackageDescription string + func (s *SinglePackageChange) MarshalJSON() ([]byte, error) + type SourceNumericFilter struct + ForceSendFields []string + NullFields []string + NumericFilterOption string + SourceMaxPrecisionFilter int64 + SourceMaxScaleFilter int64 + SourceMinPrecisionFilter int64 + SourceMinScaleFilter int64 + func (s *SourceNumericFilter) MarshalJSON() ([]byte, error) + type SourceSqlChange struct + ForceSendFields []string + NullFields []string + SqlCode string + func (s *SourceSqlChange) MarshalJSON() ([]byte, error) + type SourceTextFilter struct + ForceSendFields []string + NullFields []string + SourceMaxLengthFilter int64 + SourceMinLengthFilter int64 + func (s *SourceTextFilter) MarshalJSON() ([]byte, error) + type SqlAclEntry struct + ExpireTime string + ForceSendFields []string + Label string + NullFields []string + Ttl string + Value string + func (s *SqlAclEntry) MarshalJSON() ([]byte, error) + type SqlIpConfig struct + AllocatedIpRange string + AuthorizedNetworks []*SqlAclEntry + EnableIpv4 bool + ForceSendFields []string + NullFields []string + PrivateNetwork string + RequireSsl bool + func (s *SqlIpConfig) MarshalJSON() ([]byte, error) + type SshScript struct + ForceSendFields []string + NullFields []string + Script string + func (s *SshScript) MarshalJSON() ([]byte, error) + type SslConfig struct + CaCertificate string + ClientCertificate string + ClientKey string + ForceSendFields []string + NullFields []string + Type string + func (s *SslConfig) MarshalJSON() ([]byte, error) + type StartMigrationJobRequest struct + ForceSendFields []string + NullFields []string + SkipValidation bool + func (s *StartMigrationJobRequest) MarshalJSON() ([]byte, error) + type StaticIpConnectivity struct + type StaticServiceIpConnectivity struct + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s *Status) MarshalJSON() ([]byte, error) + type StopMigrationJobRequest struct + type StoredProcedureEntity struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + NullFields []string + SqlCode string + func (s *StoredProcedureEntity) MarshalJSON() ([]byte, error) + type SynonymEntity struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + NullFields []string + SourceEntity string + SourceType string + func (s *SynonymEntity) MarshalJSON() ([]byte, error) + type TableEntity struct + Columns []*ColumnEntity + Comment string + Constraints []*ConstraintEntity + CustomFeatures googleapi.RawMessage + ForceSendFields []string + Indices []*IndexEntity + NullFields []string + Triggers []*TriggerEntity + func (s *TableEntity) MarshalJSON() ([]byte, error) + type TcpProxyScript struct + ForceSendFields []string + NullFields []string + Script string + func (s *TcpProxyScript) 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 TriggerEntity struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + Name string + NullFields []string + SqlCode string + TriggerType string + TriggeringEvents []string + func (s *TriggerEntity) MarshalJSON() ([]byte, error) + type UDTEntity struct + CustomFeatures googleapi.RawMessage + ForceSendFields []string + NullFields []string + UdtBody string + UdtSqlCode string + func (s *UDTEntity) MarshalJSON() ([]byte, error) + type UserPassword struct + ForceSendFields []string + NullFields []string + Password string + PasswordSet bool + User string + func (s *UserPassword) MarshalJSON() ([]byte, error) + type ValueListFilter struct + ForceSendFields []string + IgnoreCase bool + NullFields []string + ValuePresentList string + Values []string + func (s *ValueListFilter) MarshalJSON() ([]byte, error) + type ValueTransformation struct + ApplyHash *ApplyHash + AssignMaxValue *Empty + AssignMinValue *Empty + AssignNull *Empty + AssignSpecificValue *AssignSpecificValue + DoubleComparison *DoubleComparisonFilter + ForceSendFields []string + IntComparison *IntComparisonFilter + IsNull *Empty + NullFields []string + RoundScale *RoundToScale + ValueList *ValueListFilter + func (s *ValueTransformation) MarshalJSON() ([]byte, error) + type VerifyMigrationJobRequest struct + ForceSendFields []string + MigrationJob *MigrationJob + NullFields []string + UpdateMask string + func (s *VerifyMigrationJobRequest) MarshalJSON() ([]byte, error) + type ViewEntity struct + Constraints []*ConstraintEntity + CustomFeatures googleapi.RawMessage + ForceSendFields []string + NullFields []string + SqlCode string + func (s *ViewEntity) MarshalJSON() ([]byte, error) + type VmCreationConfig struct + ForceSendFields []string + NullFields []string + Subnet string + VmMachineType string + VmZone string + func (s *VmCreationConfig) MarshalJSON() ([]byte, error) + type VmSelectionConfig struct + ForceSendFields []string + NullFields []string + VmZone string + func (s *VmSelectionConfig) MarshalJSON() ([]byte, error) + type VpcPeeringConfig struct + ForceSendFields []string + NullFields []string + Subnet string + VpcName string + func (s *VpcPeeringConfig) MarshalJSON() ([]byte, error) + type VpcPeeringConnectivity struct + ForceSendFields []string + NullFields []string + Vpc string + func (s *VpcPeeringConnectivity) MarshalJSON() ([]byte, error)