public static class DeploymentResourcePoolServiceSettings.Builder extends ClientSettings.Builder<DeploymentResourcePoolServiceSettings,DeploymentResourcePoolServiceSettings.Builder>
Builder for DeploymentResourcePoolServiceSettings.
Constructors
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
protected Builder(DeploymentResourcePoolServiceSettings settings)
protected Builder(DeploymentResourcePoolServiceStubSettings.Builder stubSettings)
Methods
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.
public DeploymentResourcePoolServiceSettings build()
Overrides
public OperationCallSettings.Builder<CreateDeploymentResourcePoolRequest,DeploymentResourcePool,CreateDeploymentResourcePoolOperationMetadata> createDeploymentResourcePoolOperationSettings()
Returns the builder for the settings used for calls to createDeploymentResourcePool.
public UnaryCallSettings.Builder<CreateDeploymentResourcePoolRequest,Operation> createDeploymentResourcePoolSettings()
Returns the builder for the settings used for calls to createDeploymentResourcePool.
public OperationCallSettings.Builder<DeleteDeploymentResourcePoolRequest,Empty,DeleteOperationMetadata> deleteDeploymentResourcePoolOperationSettings()
Returns the builder for the settings used for calls to deleteDeploymentResourcePool.
public UnaryCallSettings.Builder<DeleteDeploymentResourcePoolRequest,Operation> deleteDeploymentResourcePoolSettings()
Returns the builder for the settings used for calls to deleteDeploymentResourcePool.
public UnaryCallSettings.Builder<GetDeploymentResourcePoolRequest,DeploymentResourcePool> getDeploymentResourcePoolSettings()
Returns the builder for the settings used for calls to getDeploymentResourcePool.
public UnaryCallSettings.Builder<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
Returns |
Type |
Description |
Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
|
public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
Returns |
Type |
Description |
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
public DeploymentResourcePoolServiceStubSettings.Builder getStubSettingsBuilder()
public PagedCallSettings.Builder<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPagedResponse> listDeploymentResourcePoolsSettings()
Returns the builder for the settings used for calls to listDeploymentResourcePools.
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,DeploymentResourcePoolServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
public PagedCallSettings.Builder<QueryDeployedModelsRequest,QueryDeployedModelsResponse,DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse> queryDeployedModelsSettings()
Returns the builder for the settings used for calls to queryDeployedModels.
public UnaryCallSettings.Builder<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
Returns |
Type |
Description |
Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
|
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
Returns |
Type |
Description |
Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
|