Class MigrationCenterStubSettings (0.26.0)

public class MigrationCenterStubSettings extends StubSettings<MigrationCenterStubSettings>

Settings class to configure an instance of MigrationCenterStub.

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
 MigrationCenterStubSettings.Builder migrationCenterSettingsBuilder =
     MigrationCenterStubSettings.newBuilder();
 migrationCenterSettingsBuilder
     .getAssetSettings()
     .setRetrySettings(
         migrationCenterSettingsBuilder
             .getAssetSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 MigrationCenterStubSettings migrationCenterSettings = migrationCenterSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > MigrationCenterStubSettings

Static Methods

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
Type Description
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
Type Description
Builder

defaultGrpcApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

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

Returns
Type Description
Builder

defaultHttpJsonApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

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

Returns
Type Description
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
Type Description
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
Type Description
String

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
Type Description
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
Type Description
List<String>

newBuilder()

public static MigrationCenterStubSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
Type Description
MigrationCenterStubSettings.Builder

newBuilder(ClientContext clientContext)

public static MigrationCenterStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
Name Description
clientContext ClientContext
Returns
Type Description
MigrationCenterStubSettings.Builder

newHttpJsonBuilder()

public static MigrationCenterStubSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
Type Description
MigrationCenterStubSettings.Builder

Constructors

MigrationCenterStubSettings(MigrationCenterStubSettings.Builder settingsBuilder)

protected MigrationCenterStubSettings(MigrationCenterStubSettings.Builder settingsBuilder)
Parameter
Name Description
settingsBuilder MigrationCenterStubSettings.Builder

Methods

addAssetsToGroupOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<AddAssetsToGroupRequest,Group,OperationMetadata>

addAssetsToGroupSettings()

public UnaryCallSettings<AddAssetsToGroupRequest,Operation> addAssetsToGroupSettings()

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

Returns
Type Description
UnaryCallSettings<AddAssetsToGroupRequest,Operation>

aggregateAssetsValuesSettings()

public UnaryCallSettings<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse> aggregateAssetsValuesSettings()

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

Returns
Type Description
UnaryCallSettings<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse>

batchDeleteAssetsSettings()

public UnaryCallSettings<BatchDeleteAssetsRequest,Empty> batchDeleteAssetsSettings()

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

Returns
Type Description
UnaryCallSettings<BatchDeleteAssetsRequest,Empty>

batchUpdateAssetsSettings()

public UnaryCallSettings<BatchUpdateAssetsRequest,BatchUpdateAssetsResponse> batchUpdateAssetsSettings()

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

Returns
Type Description
UnaryCallSettings<BatchUpdateAssetsRequest,BatchUpdateAssetsResponse>

createGroupOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<CreateGroupRequest,Group,OperationMetadata>

createGroupSettings()

public UnaryCallSettings<CreateGroupRequest,Operation> createGroupSettings()

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

Returns
Type Description
UnaryCallSettings<CreateGroupRequest,Operation>

createImportDataFileOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<CreateImportDataFileRequest,ImportDataFile,OperationMetadata>

createImportDataFileSettings()

public UnaryCallSettings<CreateImportDataFileRequest,Operation> createImportDataFileSettings()

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

Returns
Type Description
UnaryCallSettings<CreateImportDataFileRequest,Operation>

createImportJobOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<CreateImportJobRequest,ImportJob,OperationMetadata>

createImportJobSettings()

public UnaryCallSettings<CreateImportJobRequest,Operation> createImportJobSettings()

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

Returns
Type Description
UnaryCallSettings<CreateImportJobRequest,Operation>

createPreferenceSetOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<CreatePreferenceSetRequest,PreferenceSet,OperationMetadata>

createPreferenceSetSettings()

public UnaryCallSettings<CreatePreferenceSetRequest,Operation> createPreferenceSetSettings()

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

Returns
Type Description
UnaryCallSettings<CreatePreferenceSetRequest,Operation>

createReportConfigOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<CreateReportConfigRequest,ReportConfig,OperationMetadata>

createReportConfigSettings()

public UnaryCallSettings<CreateReportConfigRequest,Operation> createReportConfigSettings()

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

Returns
Type Description
UnaryCallSettings<CreateReportConfigRequest,Operation>

createReportOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<CreateReportRequest,Report,OperationMetadata>

createReportSettings()

public UnaryCallSettings<CreateReportRequest,Operation> createReportSettings()

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

Returns
Type Description
UnaryCallSettings<CreateReportRequest,Operation>

createSourceOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<CreateSourceRequest,Source,OperationMetadata>

createSourceSettings()

public UnaryCallSettings<CreateSourceRequest,Operation> createSourceSettings()

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

Returns
Type Description
UnaryCallSettings<CreateSourceRequest,Operation>

createStub()

public MigrationCenterStub createStub()
Returns
Type Description
MigrationCenterStub
Exceptions
Type Description
IOException

deleteAssetSettings()

public UnaryCallSettings<DeleteAssetRequest,Empty> deleteAssetSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteAssetRequest,Empty>

deleteGroupOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<DeleteGroupRequest,Empty,OperationMetadata>

deleteGroupSettings()

public UnaryCallSettings<DeleteGroupRequest,Operation> deleteGroupSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteGroupRequest,Operation>

deleteImportDataFileOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<DeleteImportDataFileRequest,Empty,OperationMetadata>

deleteImportDataFileSettings()

public UnaryCallSettings<DeleteImportDataFileRequest,Operation> deleteImportDataFileSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteImportDataFileRequest,Operation>

deleteImportJobOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<DeleteImportJobRequest,Empty,OperationMetadata>

deleteImportJobSettings()

public UnaryCallSettings<DeleteImportJobRequest,Operation> deleteImportJobSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteImportJobRequest,Operation>

deletePreferenceSetOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<DeletePreferenceSetRequest,Empty,OperationMetadata>

deletePreferenceSetSettings()

public UnaryCallSettings<DeletePreferenceSetRequest,Operation> deletePreferenceSetSettings()

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

Returns
Type Description
UnaryCallSettings<DeletePreferenceSetRequest,Operation>

deleteReportConfigOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<DeleteReportConfigRequest,Empty,OperationMetadata>

deleteReportConfigSettings()

public UnaryCallSettings<DeleteReportConfigRequest,Operation> deleteReportConfigSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteReportConfigRequest,Operation>

deleteReportOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<DeleteReportRequest,Empty,OperationMetadata>

deleteReportSettings()

public UnaryCallSettings<DeleteReportRequest,Operation> deleteReportSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteReportRequest,Operation>

deleteSourceOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<DeleteSourceRequest,Empty,OperationMetadata>

deleteSourceSettings()

public UnaryCallSettings<DeleteSourceRequest,Operation> deleteSourceSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteSourceRequest,Operation>

getAssetSettings()

public UnaryCallSettings<GetAssetRequest,Asset> getAssetSettings()

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

Returns
Type Description
UnaryCallSettings<GetAssetRequest,Asset>

getErrorFrameSettings()

public UnaryCallSettings<GetErrorFrameRequest,ErrorFrame> getErrorFrameSettings()

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

Returns
Type Description
UnaryCallSettings<GetErrorFrameRequest,ErrorFrame>

getGroupSettings()

public UnaryCallSettings<GetGroupRequest,Group> getGroupSettings()

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

Returns
Type Description
UnaryCallSettings<GetGroupRequest,Group>

getImportDataFileSettings()

public UnaryCallSettings<GetImportDataFileRequest,ImportDataFile> getImportDataFileSettings()

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

Returns
Type Description
UnaryCallSettings<GetImportDataFileRequest,ImportDataFile>

getImportJobSettings()

public UnaryCallSettings<GetImportJobRequest,ImportJob> getImportJobSettings()

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

Returns
Type Description
UnaryCallSettings<GetImportJobRequest,ImportJob>

getLocationSettings()

public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()

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

Returns
Type Description
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
Type Description
UnaryCallSettings<GetPreferenceSetRequest,PreferenceSet>

getReportConfigSettings()

public UnaryCallSettings<GetReportConfigRequest,ReportConfig> getReportConfigSettings()

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

Returns
Type Description
UnaryCallSettings<GetReportConfigRequest,ReportConfig>

getReportSettings()

public UnaryCallSettings<GetReportRequest,Report> getReportSettings()

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

Returns
Type Description
UnaryCallSettings<GetReportRequest,Report>

getServiceName()

public String getServiceName()

Returns the default service name.

Returns
Type Description
String
Overrides

getSettingsSettings()

public UnaryCallSettings<GetSettingsRequest,Settings> getSettingsSettings()

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

Returns
Type Description
UnaryCallSettings<GetSettingsRequest,Settings>

getSourceSettings()

public UnaryCallSettings<GetSourceRequest,Source> getSourceSettings()

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

Returns
Type Description
UnaryCallSettings<GetSourceRequest,Source>

listAssetsSettings()

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

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

Returns
Type Description
PagedCallSettings<ListAssetsRequest,ListAssetsResponse,ListAssetsPagedResponse>

listErrorFramesSettings()

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

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

Returns
Type Description
PagedCallSettings<ListErrorFramesRequest,ListErrorFramesResponse,ListErrorFramesPagedResponse>

listGroupsSettings()

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

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

Returns
Type Description
PagedCallSettings<ListGroupsRequest,ListGroupsResponse,ListGroupsPagedResponse>

listImportDataFilesSettings()

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

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

Returns
Type Description
PagedCallSettings<ListImportDataFilesRequest,ListImportDataFilesResponse,ListImportDataFilesPagedResponse>

listImportJobsSettings()

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

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

Returns
Type Description
PagedCallSettings<ListImportJobsRequest,ListImportJobsResponse,ListImportJobsPagedResponse>

listLocationsSettings()

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

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

Returns
Type Description
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
Type Description
PagedCallSettings<ListPreferenceSetsRequest,ListPreferenceSetsResponse,ListPreferenceSetsPagedResponse>

listReportConfigsSettings()

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

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

Returns
Type Description
PagedCallSettings<ListReportConfigsRequest,ListReportConfigsResponse,ListReportConfigsPagedResponse>

listReportsSettings()

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

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

Returns
Type Description
PagedCallSettings<ListReportsRequest,ListReportsResponse,ListReportsPagedResponse>

listSourcesSettings()

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

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

Returns
Type Description
PagedCallSettings<ListSourcesRequest,ListSourcesResponse,ListSourcesPagedResponse>

removeAssetsFromGroupOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<RemoveAssetsFromGroupRequest,Group,OperationMetadata>

removeAssetsFromGroupSettings()

public UnaryCallSettings<RemoveAssetsFromGroupRequest,Operation> removeAssetsFromGroupSettings()

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

Returns
Type Description
UnaryCallSettings<RemoveAssetsFromGroupRequest,Operation>

reportAssetFramesSettings()

public UnaryCallSettings<ReportAssetFramesRequest,ReportAssetFramesResponse> reportAssetFramesSettings()

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

Returns
Type Description
UnaryCallSettings<ReportAssetFramesRequest,ReportAssetFramesResponse>

runImportJobOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<RunImportJobRequest,Empty,OperationMetadata>

runImportJobSettings()

public UnaryCallSettings<RunImportJobRequest,Operation> runImportJobSettings()

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

Returns
Type Description
UnaryCallSettings<RunImportJobRequest,Operation>

toBuilder()

public MigrationCenterStubSettings.Builder toBuilder()

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

Returns
Type Description
MigrationCenterStubSettings.Builder
Overrides

updateAssetSettings()

public UnaryCallSettings<UpdateAssetRequest,Asset> updateAssetSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateAssetRequest,Asset>

updateGroupOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<UpdateGroupRequest,Group,OperationMetadata>

updateGroupSettings()

public UnaryCallSettings<UpdateGroupRequest,Operation> updateGroupSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateGroupRequest,Operation>

updateImportJobOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<UpdateImportJobRequest,ImportJob,OperationMetadata>

updateImportJobSettings()

public UnaryCallSettings<UpdateImportJobRequest,Operation> updateImportJobSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateImportJobRequest,Operation>

updatePreferenceSetOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<UpdatePreferenceSetRequest,PreferenceSet,OperationMetadata>

updatePreferenceSetSettings()

public UnaryCallSettings<UpdatePreferenceSetRequest,Operation> updatePreferenceSetSettings()

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

Returns
Type Description
UnaryCallSettings<UpdatePreferenceSetRequest,Operation>

updateSettingsOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<UpdateSettingsRequest,Settings,OperationMetadata>

updateSettingsSettings()

public UnaryCallSettings<UpdateSettingsRequest,Operation> updateSettingsSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateSettingsRequest,Operation>

updateSourceOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<UpdateSourceRequest,Source,OperationMetadata>

updateSourceSettings()

public UnaryCallSettings<UpdateSourceRequest,Operation> updateSourceSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateSourceRequest,Operation>

validateImportJobOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<ValidateImportJobRequest,Empty,OperationMetadata>

validateImportJobSettings()

public UnaryCallSettings<ValidateImportJobRequest,Operation> validateImportJobSettings()

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

Returns
Type Description
UnaryCallSettings<ValidateImportJobRequest,Operation>