Class DeploymentResourcePoolServiceSettings.Builder
java.lang.Object
com.google.api.gax.rpc.ClientSettings.Builder<DeploymentResourcePoolServiceSettings,DeploymentResourcePoolServiceSettings.Builder>
com.google.cloud.aiplatform.v1beta1.DeploymentResourcePoolServiceSettings.Builder
- Enclosing class:
- DeploymentResourcePoolServiceSettings
public static class DeploymentResourcePoolServiceSettings.Builder
extends ClientSettings.Builder<DeploymentResourcePoolServiceSettings,DeploymentResourcePoolServiceSettings.Builder>
Builder for DeploymentResourcePoolServiceSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(DeploymentResourcePoolServiceSettings settings) protectedBuilder(DeploymentResourcePoolServiceStubSettings.Builder stubSettings) -
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.build()OperationCallSettings.Builder<CreateDeploymentResourcePoolRequest,DeploymentResourcePool, CreateDeploymentResourcePoolOperationMetadata> Returns the builder for the settings used for calls to createDeploymentResourcePool.Returns the builder for the settings used for calls to createDeploymentResourcePool.OperationCallSettings.Builder<DeleteDeploymentResourcePoolRequest,com.google.protobuf.Empty, DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteDeploymentResourcePool.Returns the builder for the settings used for calls to deleteDeploymentResourcePool.Returns the builder for the settings used for calls to getDeploymentResourcePool.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.PagedCallSettings.Builder<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse, DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPagedResponse> Returns the builder for the settings used for calls to listDeploymentResourcePools.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, DeploymentResourcePoolServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.PagedCallSettings.Builder<QueryDeployedModelsRequest,QueryDeployedModelsResponse, DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse> Returns the builder for the settings used for calls to queryDeployedModels.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.OperationCallSettings.Builder<UpdateDeploymentResourcePoolRequest,DeploymentResourcePool, UpdateDeploymentResourcePoolOperationMetadata> Returns the builder for the settings used for calls to updateDeploymentResourcePool.Returns the builder for the settings used for calls to updateDeploymentResourcePool.Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogCheckIntervalDuration, setWatchdogProvider, toString
-
Constructor Details
-
Builder
- Throws:
IOException
-
Builder
-
Builder
-
Builder
-
-
Method Details
-
getStubSettingsBuilder
-
applyToAllUnaryMethods
public DeploymentResourcePoolServiceSettings.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.
-
createDeploymentResourcePoolSettings
public UnaryCallSettings.Builder<CreateDeploymentResourcePoolRequest,Operation> createDeploymentResourcePoolSettings()Returns the builder for the settings used for calls to createDeploymentResourcePool. -
createDeploymentResourcePoolOperationSettings
public OperationCallSettings.Builder<CreateDeploymentResourcePoolRequest,DeploymentResourcePool, createDeploymentResourcePoolOperationSettings()CreateDeploymentResourcePoolOperationMetadata> Returns the builder for the settings used for calls to createDeploymentResourcePool. -
getDeploymentResourcePoolSettings
public UnaryCallSettings.Builder<GetDeploymentResourcePoolRequest,DeploymentResourcePool> getDeploymentResourcePoolSettings()Returns the builder for the settings used for calls to getDeploymentResourcePool. -
listDeploymentResourcePoolsSettings
public PagedCallSettings.Builder<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse, listDeploymentResourcePoolsSettings()DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPagedResponse> Returns the builder for the settings used for calls to listDeploymentResourcePools. -
updateDeploymentResourcePoolSettings
public UnaryCallSettings.Builder<UpdateDeploymentResourcePoolRequest,Operation> updateDeploymentResourcePoolSettings()Returns the builder for the settings used for calls to updateDeploymentResourcePool. -
updateDeploymentResourcePoolOperationSettings
public OperationCallSettings.Builder<UpdateDeploymentResourcePoolRequest,DeploymentResourcePool, updateDeploymentResourcePoolOperationSettings()UpdateDeploymentResourcePoolOperationMetadata> Returns the builder for the settings used for calls to updateDeploymentResourcePool. -
deleteDeploymentResourcePoolSettings
public UnaryCallSettings.Builder<DeleteDeploymentResourcePoolRequest,Operation> deleteDeploymentResourcePoolSettings()Returns the builder for the settings used for calls to deleteDeploymentResourcePool. -
deleteDeploymentResourcePoolOperationSettings
public OperationCallSettings.Builder<DeleteDeploymentResourcePoolRequest,com.google.protobuf.Empty, deleteDeploymentResourcePoolOperationSettings()DeleteOperationMetadata> Returns the builder for the settings used for calls to deleteDeploymentResourcePool. -
queryDeployedModelsSettings
public PagedCallSettings.Builder<QueryDeployedModelsRequest,QueryDeployedModelsResponse, queryDeployedModelsSettings()DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse> Returns the builder for the settings used for calls to queryDeployedModels. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()DeploymentResourcePoolServiceClient.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 classClientSettings.Builder<DeploymentResourcePoolServiceSettings,DeploymentResourcePoolServiceSettings.Builder> - Throws:
IOException
-