Class MigrationCenterSettings (0.22.0)

public class MigrationCenterSettings extends ClientSettings<MigrationCenterSettings>

Settings class to configure an instance of MigrationCenterClient.

The default instance has everything set to sensible defaults:

  • The default service address (migrationcenter.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getAsset to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 MigrationCenterSettings.Builder migrationCenterSettingsBuilder =
     MigrationCenterSettings.newBuilder();
 migrationCenterSettingsBuilder
     .getAssetSettings()
     .setRetrySettings(
         migrationCenterSettingsBuilder
             .getAssetSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 MigrationCenterSettings migrationCenterSettings = migrationCenterSettingsBuilder.build();
 

Inheritance

java.lang.Object > ClientSettings > MigrationCenterSettings

Static Methods

create(MigrationCenterStubSettings stub)

public static final MigrationCenterSettings create(MigrationCenterStubSettings stub)
Parameter
NameDescription
stubMigrationCenterStubSettings
Returns
TypeDescription
MigrationCenterSettings
Exceptions
TypeDescription
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static MigrationCenterSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
MigrationCenterSettings.Builder

newBuilder(ClientContext clientContext)

public static MigrationCenterSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
MigrationCenterSettings.Builder

newHttpJsonBuilder()

public static MigrationCenterSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
MigrationCenterSettings.Builder

Constructors

MigrationCenterSettings(MigrationCenterSettings.Builder settingsBuilder)

protected MigrationCenterSettings(MigrationCenterSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderMigrationCenterSettings.Builder

Methods

addAssetsToGroupOperationSettings()

public OperationCallSettings<AddAssetsToGroupRequest,Group,OperationMetadata> addAssetsToGroupOperationSettings()

Returns the object with the settings used for calls to addAssetsToGroup.

Returns
TypeDescription
OperationCallSettings<AddAssetsToGroupRequest,Group,OperationMetadata>

addAssetsToGroupSettings()

public UnaryCallSettings<AddAssetsToGroupRequest,Operation> addAssetsToGroupSettings()

Returns the object with the settings used for calls to addAssetsToGroup.

Returns
TypeDescription
UnaryCallSettings<AddAssetsToGroupRequest,Operation>

aggregateAssetsValuesSettings()

public UnaryCallSettings<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse> aggregateAssetsValuesSettings()

Returns the object with the settings used for calls to aggregateAssetsValues.

Returns
TypeDescription
UnaryCallSettings<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse>

batchDeleteAssetsSettings()

public UnaryCallSettings<BatchDeleteAssetsRequest,Empty> batchDeleteAssetsSettings()

Returns the object with the settings used for calls to batchDeleteAssets.

Returns
TypeDescription
UnaryCallSettings<BatchDeleteAssetsRequest,Empty>

batchUpdateAssetsSettings()

public UnaryCallSettings<BatchUpdateAssetsRequest,BatchUpdateAssetsResponse> batchUpdateAssetsSettings()

Returns the object with the settings used for calls to batchUpdateAssets.

Returns
TypeDescription
UnaryCallSettings<BatchUpdateAssetsRequest,BatchUpdateAssetsResponse>

createGroupOperationSettings()

public OperationCallSettings<CreateGroupRequest,Group,OperationMetadata> createGroupOperationSettings()

Returns the object with the settings used for calls to createGroup.

Returns
TypeDescription
OperationCallSettings<CreateGroupRequest,Group,OperationMetadata>

createGroupSettings()

public UnaryCallSettings<CreateGroupRequest,Operation> createGroupSettings()

Returns the object with the settings used for calls to createGroup.

Returns
TypeDescription
UnaryCallSettings<CreateGroupRequest,Operation>

createImportDataFileOperationSettings()

public OperationCallSettings<CreateImportDataFileRequest,ImportDataFile,OperationMetadata> createImportDataFileOperationSettings()

Returns the object with the settings used for calls to createImportDataFile.

Returns
TypeDescription
OperationCallSettings<CreateImportDataFileRequest,ImportDataFile,OperationMetadata>

createImportDataFileSettings()

public UnaryCallSettings<CreateImportDataFileRequest,Operation> createImportDataFileSettings()

Returns the object with the settings used for calls to createImportDataFile.

Returns
TypeDescription
UnaryCallSettings<CreateImportDataFileRequest,Operation>

createImportJobOperationSettings()

public OperationCallSettings<CreateImportJobRequest,ImportJob,OperationMetadata> createImportJobOperationSettings()

Returns the object with the settings used for calls to createImportJob.

Returns
TypeDescription
OperationCallSettings<CreateImportJobRequest,ImportJob,OperationMetadata>

createImportJobSettings()

public UnaryCallSettings<CreateImportJobRequest,Operation> createImportJobSettings()

Returns the object with the settings used for calls to createImportJob.

Returns
TypeDescription
UnaryCallSettings<CreateImportJobRequest,Operation>

createPreferenceSetOperationSettings()

public OperationCallSettings<CreatePreferenceSetRequest,PreferenceSet,OperationMetadata> createPreferenceSetOperationSettings()

Returns the object with the settings used for calls to createPreferenceSet.

Returns
TypeDescription
OperationCallSettings<CreatePreferenceSetRequest,PreferenceSet,OperationMetadata>

createPreferenceSetSettings()

public UnaryCallSettings<CreatePreferenceSetRequest,Operation> createPreferenceSetSettings()

Returns the object with the settings used for calls to createPreferenceSet.

Returns
TypeDescription
UnaryCallSettings<CreatePreferenceSetRequest,Operation>

createReportConfigOperationSettings()

public OperationCallSettings<CreateReportConfigRequest,ReportConfig,OperationMetadata> createReportConfigOperationSettings()

Returns the object with the settings used for calls to createReportConfig.

Returns
TypeDescription
OperationCallSettings<CreateReportConfigRequest,ReportConfig,OperationMetadata>

createReportConfigSettings()

public UnaryCallSettings<CreateReportConfigRequest,Operation> createReportConfigSettings()

Returns the object with the settings used for calls to createReportConfig.

Returns
TypeDescription
UnaryCallSettings<CreateReportConfigRequest,Operation>

createReportOperationSettings()

public OperationCallSettings<CreateReportRequest,Report,OperationMetadata> createReportOperationSettings()

Returns the object with the settings used for calls to createReport.

Returns
TypeDescription
OperationCallSettings<CreateReportRequest,Report,OperationMetadata>

createReportSettings()

public UnaryCallSettings<CreateReportRequest,Operation> createReportSettings()

Returns the object with the settings used for calls to createReport.

Returns
TypeDescription
UnaryCallSettings<CreateReportRequest,Operation>

createSourceOperationSettings()

public OperationCallSettings<CreateSourceRequest,Source,OperationMetadata> createSourceOperationSettings()

Returns the object with the settings used for calls to createSource.

Returns
TypeDescription
OperationCallSettings<CreateSourceRequest,Source,OperationMetadata>

createSourceSettings()

public UnaryCallSettings<CreateSourceRequest,Operation> createSourceSettings()

Returns the object with the settings used for calls to createSource.

Returns
TypeDescription
UnaryCallSettings<CreateSourceRequest,Operation>

deleteAssetSettings()

public UnaryCallSettings<DeleteAssetRequest,Empty> deleteAssetSettings()

Returns the object with the settings used for calls to deleteAsset.

Returns
TypeDescription
UnaryCallSettings<DeleteAssetRequest,Empty>

deleteGroupOperationSettings()

public OperationCallSettings<DeleteGroupRequest,Empty,OperationMetadata> deleteGroupOperationSettings()

Returns the object with the settings used for calls to deleteGroup.

Returns
TypeDescription
OperationCallSettings<DeleteGroupRequest,Empty,OperationMetadata>

deleteGroupSettings()

public UnaryCallSettings<DeleteGroupRequest,Operation> deleteGroupSettings()

Returns the object with the settings used for calls to deleteGroup.

Returns
TypeDescription
UnaryCallSettings<DeleteGroupRequest,Operation>

deleteImportDataFileOperationSettings()

public OperationCallSettings<DeleteImportDataFileRequest,Empty,OperationMetadata> deleteImportDataFileOperationSettings()

Returns the object with the settings used for calls to deleteImportDataFile.

Returns
TypeDescription
OperationCallSettings<DeleteImportDataFileRequest,Empty,OperationMetadata>

deleteImportDataFileSettings()

public UnaryCallSettings<DeleteImportDataFileRequest,Operation> deleteImportDataFileSettings()

Returns the object with the settings used for calls to deleteImportDataFile.

Returns
TypeDescription
UnaryCallSettings<DeleteImportDataFileRequest,Operation>

deleteImportJobOperationSettings()

public OperationCallSettings<DeleteImportJobRequest,Empty,OperationMetadata> deleteImportJobOperationSettings()

Returns the object with the settings used for calls to deleteImportJob.

Returns
TypeDescription
OperationCallSettings<DeleteImportJobRequest,Empty,OperationMetadata>

deleteImportJobSettings()

public UnaryCallSettings<DeleteImportJobRequest,Operation> deleteImportJobSettings()

Returns the object with the settings used for calls to deleteImportJob.

Returns
TypeDescription
UnaryCallSettings<DeleteImportJobRequest,Operation>

deletePreferenceSetOperationSettings()

public OperationCallSettings<DeletePreferenceSetRequest,Empty,OperationMetadata> deletePreferenceSetOperationSettings()

Returns the object with the settings used for calls to deletePreferenceSet.

Returns
TypeDescription
OperationCallSettings<DeletePreferenceSetRequest,Empty,OperationMetadata>

deletePreferenceSetSettings()

public UnaryCallSettings<DeletePreferenceSetRequest,Operation> deletePreferenceSetSettings()

Returns the object with the settings used for calls to deletePreferenceSet.

Returns
TypeDescription
UnaryCallSettings<DeletePreferenceSetRequest,Operation>

deleteReportConfigOperationSettings()

public OperationCallSettings<DeleteReportConfigRequest,Empty,OperationMetadata> deleteReportConfigOperationSettings()

Returns the object with the settings used for calls to deleteReportConfig.

Returns
TypeDescription
OperationCallSettings<DeleteReportConfigRequest,Empty,OperationMetadata>

deleteReportConfigSettings()

public UnaryCallSettings<DeleteReportConfigRequest,Operation> deleteReportConfigSettings()

Returns the object with the settings used for calls to deleteReportConfig.

Returns
TypeDescription
UnaryCallSettings<DeleteReportConfigRequest,Operation>

deleteReportOperationSettings()

public OperationCallSettings<DeleteReportRequest,Empty,OperationMetadata> deleteReportOperationSettings()

Returns the object with the settings used for calls to deleteReport.

Returns
TypeDescription
OperationCallSettings<DeleteReportRequest,Empty,OperationMetadata>

deleteReportSettings()

public UnaryCallSettings<DeleteReportRequest,Operation> deleteReportSettings()

Returns the object with the settings used for calls to deleteReport.

Returns
TypeDescription
UnaryCallSettings<DeleteReportRequest,Operation>

deleteSourceOperationSettings()

public OperationCallSettings<DeleteSourceRequest,Empty,OperationMetadata> deleteSourceOperationSettings()

Returns the object with the settings used for calls to deleteSource.

Returns
TypeDescription
OperationCallSettings<DeleteSourceRequest,Empty,OperationMetadata>

deleteSourceSettings()

public UnaryCallSettings<DeleteSourceRequest,Operation> deleteSourceSettings()

Returns the object with the settings used for calls to deleteSource.

Returns
TypeDescription
UnaryCallSettings<DeleteSourceRequest,Operation>

getAssetSettings()

public UnaryCallSettings<GetAssetRequest,Asset> getAssetSettings()

Returns the object with the settings used for calls to getAsset.

Returns
TypeDescription
UnaryCallSettings<GetAssetRequest,Asset>

getErrorFrameSettings()

public UnaryCallSettings<GetErrorFrameRequest,ErrorFrame> getErrorFrameSettings()

Returns the object with the settings used for calls to getErrorFrame.

Returns
TypeDescription
UnaryCallSettings<GetErrorFrameRequest,ErrorFrame>

getGroupSettings()

public UnaryCallSettings<GetGroupRequest,Group> getGroupSettings()

Returns the object with the settings used for calls to getGroup.

Returns
TypeDescription
UnaryCallSettings<GetGroupRequest,Group>

getImportDataFileSettings()

public UnaryCallSettings<GetImportDataFileRequest,ImportDataFile> getImportDataFileSettings()

Returns the object with the settings used for calls to getImportDataFile.

Returns
TypeDescription
UnaryCallSettings<GetImportDataFileRequest,ImportDataFile>

getImportJobSettings()

public UnaryCallSettings<GetImportJobRequest,ImportJob> getImportJobSettings()

Returns the object with the settings used for calls to getImportJob.

Returns
TypeDescription
UnaryCallSettings<GetImportJobRequest,ImportJob>

getLocationSettings()

public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()

Returns the object with the settings used for calls to getLocation.

Returns
TypeDescription
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getPreferenceSetSettings()

public UnaryCallSettings<GetPreferenceSetRequest,PreferenceSet> getPreferenceSetSettings()

Returns the object with the settings used for calls to getPreferenceSet.

Returns
TypeDescription
UnaryCallSettings<GetPreferenceSetRequest,PreferenceSet>

getReportConfigSettings()

public UnaryCallSettings<GetReportConfigRequest,ReportConfig> getReportConfigSettings()

Returns the object with the settings used for calls to getReportConfig.

Returns
TypeDescription
UnaryCallSettings<GetReportConfigRequest,ReportConfig>

getReportSettings()

public UnaryCallSettings<GetReportRequest,Report> getReportSettings()

Returns the object with the settings used for calls to getReport.

Returns
TypeDescription
UnaryCallSettings<GetReportRequest,Report>

getSettingsSettings()

public UnaryCallSettings<GetSettingsRequest,Settings> getSettingsSettings()

Returns the object with the settings used for calls to getSettings.

Returns
TypeDescription
UnaryCallSettings<GetSettingsRequest,Settings>

getSourceSettings()

public UnaryCallSettings<GetSourceRequest,Source> getSourceSettings()

Returns the object with the settings used for calls to getSource.

Returns
TypeDescription
UnaryCallSettings<GetSourceRequest,Source>

listAssetsSettings()

public PagedCallSettings<ListAssetsRequest,ListAssetsResponse,MigrationCenterClient.ListAssetsPagedResponse> listAssetsSettings()

Returns the object with the settings used for calls to listAssets.

Returns
TypeDescription
PagedCallSettings<ListAssetsRequest,ListAssetsResponse,ListAssetsPagedResponse>

listErrorFramesSettings()

public PagedCallSettings<ListErrorFramesRequest,ListErrorFramesResponse,MigrationCenterClient.ListErrorFramesPagedResponse> listErrorFramesSettings()

Returns the object with the settings used for calls to listErrorFrames.

Returns
TypeDescription
PagedCallSettings<ListErrorFramesRequest,ListErrorFramesResponse,ListErrorFramesPagedResponse>

listGroupsSettings()

public PagedCallSettings<ListGroupsRequest,ListGroupsResponse,MigrationCenterClient.ListGroupsPagedResponse> listGroupsSettings()

Returns the object with the settings used for calls to listGroups.

Returns
TypeDescription
PagedCallSettings<ListGroupsRequest,ListGroupsResponse,ListGroupsPagedResponse>

listImportDataFilesSettings()

public PagedCallSettings<ListImportDataFilesRequest,ListImportDataFilesResponse,MigrationCenterClient.ListImportDataFilesPagedResponse> listImportDataFilesSettings()

Returns the object with the settings used for calls to listImportDataFiles.

Returns
TypeDescription
PagedCallSettings<ListImportDataFilesRequest,ListImportDataFilesResponse,ListImportDataFilesPagedResponse>

listImportJobsSettings()

public PagedCallSettings<ListImportJobsRequest,ListImportJobsResponse,MigrationCenterClient.ListImportJobsPagedResponse> listImportJobsSettings()

Returns the object with the settings used for calls to listImportJobs.

Returns
TypeDescription
PagedCallSettings<ListImportJobsRequest,ListImportJobsResponse,ListImportJobsPagedResponse>

listLocationsSettings()

public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,MigrationCenterClient.ListLocationsPagedResponse> listLocationsSettings()

Returns the object with the settings used for calls to listLocations.

Returns
TypeDescription
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

listPreferenceSetsSettings()

public PagedCallSettings<ListPreferenceSetsRequest,ListPreferenceSetsResponse,MigrationCenterClient.ListPreferenceSetsPagedResponse> listPreferenceSetsSettings()

Returns the object with the settings used for calls to listPreferenceSets.

Returns
TypeDescription
PagedCallSettings<ListPreferenceSetsRequest,ListPreferenceSetsResponse,ListPreferenceSetsPagedResponse>

listReportConfigsSettings()

public PagedCallSettings<ListReportConfigsRequest,ListReportConfigsResponse,MigrationCenterClient.ListReportConfigsPagedResponse> listReportConfigsSettings()

Returns the object with the settings used for calls to listReportConfigs.

Returns
TypeDescription
PagedCallSettings<ListReportConfigsRequest,ListReportConfigsResponse,ListReportConfigsPagedResponse>

listReportsSettings()

public PagedCallSettings<ListReportsRequest,ListReportsResponse,MigrationCenterClient.ListReportsPagedResponse> listReportsSettings()

Returns the object with the settings used for calls to listReports.

Returns
TypeDescription
PagedCallSettings<ListReportsRequest,ListReportsResponse,ListReportsPagedResponse>

listSourcesSettings()

public PagedCallSettings<ListSourcesRequest,ListSourcesResponse,MigrationCenterClient.ListSourcesPagedResponse> listSourcesSettings()

Returns the object with the settings used for calls to listSources.

Returns
TypeDescription
PagedCallSettings<ListSourcesRequest,ListSourcesResponse,ListSourcesPagedResponse>

removeAssetsFromGroupOperationSettings()

public OperationCallSettings<RemoveAssetsFromGroupRequest,Group,OperationMetadata> removeAssetsFromGroupOperationSettings()

Returns the object with the settings used for calls to removeAssetsFromGroup.

Returns
TypeDescription
OperationCallSettings<RemoveAssetsFromGroupRequest,Group,OperationMetadata>

removeAssetsFromGroupSettings()

public UnaryCallSettings<RemoveAssetsFromGroupRequest,Operation> removeAssetsFromGroupSettings()

Returns the object with the settings used for calls to removeAssetsFromGroup.

Returns
TypeDescription
UnaryCallSettings<RemoveAssetsFromGroupRequest,Operation>

reportAssetFramesSettings()

public UnaryCallSettings<ReportAssetFramesRequest,ReportAssetFramesResponse> reportAssetFramesSettings()

Returns the object with the settings used for calls to reportAssetFrames.

Returns
TypeDescription
UnaryCallSettings<ReportAssetFramesRequest,ReportAssetFramesResponse>

runImportJobOperationSettings()

public OperationCallSettings<RunImportJobRequest,Empty,OperationMetadata> runImportJobOperationSettings()

Returns the object with the settings used for calls to runImportJob.

Returns
TypeDescription
OperationCallSettings<RunImportJobRequest,Empty,OperationMetadata>

runImportJobSettings()

public UnaryCallSettings<RunImportJobRequest,Operation> runImportJobSettings()

Returns the object with the settings used for calls to runImportJob.

Returns
TypeDescription
UnaryCallSettings<RunImportJobRequest,Operation>

toBuilder()

public MigrationCenterSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns
TypeDescription
MigrationCenterSettings.Builder
Overrides

updateAssetSettings()

public UnaryCallSettings<UpdateAssetRequest,Asset> updateAssetSettings()

Returns the object with the settings used for calls to updateAsset.

Returns
TypeDescription
UnaryCallSettings<UpdateAssetRequest,Asset>

updateGroupOperationSettings()

public OperationCallSettings<UpdateGroupRequest,Group,OperationMetadata> updateGroupOperationSettings()

Returns the object with the settings used for calls to updateGroup.

Returns
TypeDescription
OperationCallSettings<UpdateGroupRequest,Group,OperationMetadata>

updateGroupSettings()

public UnaryCallSettings<UpdateGroupRequest,Operation> updateGroupSettings()

Returns the object with the settings used for calls to updateGroup.

Returns
TypeDescription
UnaryCallSettings<UpdateGroupRequest,Operation>

updateImportJobOperationSettings()

public OperationCallSettings<UpdateImportJobRequest,ImportJob,OperationMetadata> updateImportJobOperationSettings()

Returns the object with the settings used for calls to updateImportJob.

Returns
TypeDescription
OperationCallSettings<UpdateImportJobRequest,ImportJob,OperationMetadata>

updateImportJobSettings()

public UnaryCallSettings<UpdateImportJobRequest,Operation> updateImportJobSettings()

Returns the object with the settings used for calls to updateImportJob.

Returns
TypeDescription
UnaryCallSettings<UpdateImportJobRequest,Operation>

updatePreferenceSetOperationSettings()

public OperationCallSettings<UpdatePreferenceSetRequest,PreferenceSet,OperationMetadata> updatePreferenceSetOperationSettings()

Returns the object with the settings used for calls to updatePreferenceSet.

Returns
TypeDescription
OperationCallSettings<UpdatePreferenceSetRequest,PreferenceSet,OperationMetadata>

updatePreferenceSetSettings()

public UnaryCallSettings<UpdatePreferenceSetRequest,Operation> updatePreferenceSetSettings()

Returns the object with the settings used for calls to updatePreferenceSet.

Returns
TypeDescription
UnaryCallSettings<UpdatePreferenceSetRequest,Operation>

updateSettingsOperationSettings()

public OperationCallSettings<UpdateSettingsRequest,Settings,OperationMetadata> updateSettingsOperationSettings()

Returns the object with the settings used for calls to updateSettings.

Returns
TypeDescription
OperationCallSettings<UpdateSettingsRequest,Settings,OperationMetadata>

updateSettingsSettings()

public UnaryCallSettings<UpdateSettingsRequest,Operation> updateSettingsSettings()

Returns the object with the settings used for calls to updateSettings.

Returns
TypeDescription
UnaryCallSettings<UpdateSettingsRequest,Operation>

updateSourceOperationSettings()

public OperationCallSettings<UpdateSourceRequest,Source,OperationMetadata> updateSourceOperationSettings()

Returns the object with the settings used for calls to updateSource.

Returns
TypeDescription
OperationCallSettings<UpdateSourceRequest,Source,OperationMetadata>

updateSourceSettings()

public UnaryCallSettings<UpdateSourceRequest,Operation> updateSourceSettings()

Returns the object with the settings used for calls to updateSource.

Returns
TypeDescription
UnaryCallSettings<UpdateSourceRequest,Operation>

validateImportJobOperationSettings()

public OperationCallSettings<ValidateImportJobRequest,Empty,OperationMetadata> validateImportJobOperationSettings()

Returns the object with the settings used for calls to validateImportJob.

Returns
TypeDescription
OperationCallSettings<ValidateImportJobRequest,Empty,OperationMetadata>

validateImportJobSettings()

public UnaryCallSettings<ValidateImportJobRequest,Operation> validateImportJobSettings()

Returns the object with the settings used for calls to validateImportJob.

Returns
TypeDescription
UnaryCallSettings<ValidateImportJobRequest,Operation>