Class MigrationServiceStubSettings.Builder
java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<MigrationServiceStubSettings,MigrationServiceStubSettings.Builder>
com.google.cloud.aiplatform.v1beta1.stub.MigrationServiceStubSettings.Builder
- Enclosing class:
- MigrationServiceStubSettings
public static class MigrationServiceStubSettings.Builder
extends StubSettings.Builder<MigrationServiceStubSettings,MigrationServiceStubSettings.Builder>
Builder for MigrationServiceStubSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(MigrationServiceStubSettings settings) -
Method Summary
Modifier and TypeMethodDescriptionapplyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.OperationCallSettings.Builder<BatchMigrateResourcesRequest,BatchMigrateResourcesResponse, BatchMigrateResourcesOperationMetadata> Returns the builder for the settings used for calls to batchMigrateResources.Returns the builder for the settings used for calls to batchMigrateResources.build()Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, MigrationServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.PagedCallSettings.Builder<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse, MigrationServiceClient.SearchMigratableResourcesPagedResponse> Returns the builder for the settings used for calls to searchMigratableResources.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogCheckIntervalDuration, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toString
-
Constructor Details
-
Builder
protected Builder() -
Builder
-
Builder
-
-
Method Details
-
applyToAllUnaryMethods
public MigrationServiceStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.Note: This method does not support applying settings to streaming methods.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders() -
searchMigratableResourcesSettings
public PagedCallSettings.Builder<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse, searchMigratableResourcesSettings()MigrationServiceClient.SearchMigratableResourcesPagedResponse> Returns the builder for the settings used for calls to searchMigratableResources. -
batchMigrateResourcesSettings
public UnaryCallSettings.Builder<BatchMigrateResourcesRequest,Operation> batchMigrateResourcesSettings()Returns the builder for the settings used for calls to batchMigrateResources. -
batchMigrateResourcesOperationSettings
public OperationCallSettings.Builder<BatchMigrateResourcesRequest,BatchMigrateResourcesResponse, batchMigrateResourcesOperationSettings()BatchMigrateResourcesOperationMetadata> Returns the builder for the settings used for calls to batchMigrateResources. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()MigrationServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations. -
getLocationSettings
Returns the builder for the settings used for calls to getLocation. -
setIamPolicySettings
Returns the builder for the settings used for calls to setIamPolicy. -
getIamPolicySettings
Returns the builder for the settings used for calls to getIamPolicy. -
testIamPermissionsSettings
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()Returns the builder for the settings used for calls to testIamPermissions. -
build
- Specified by:
buildin classStubSettings.Builder<MigrationServiceStubSettings,MigrationServiceStubSettings.Builder> - Throws:
IOException
-