Class DeploymentResourcePoolServiceStubSettings.Builder (3.42.0)

public static class DeploymentResourcePoolServiceStubSettings.Builder extends StubSettings.Builder<DeploymentResourcePoolServiceStubSettings,DeploymentResourcePoolServiceStubSettings.Builder>

Builder for DeploymentResourcePoolServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > DeploymentResourcePoolServiceStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(DeploymentResourcePoolServiceStubSettings settings)

protected Builder(DeploymentResourcePoolServiceStubSettings settings)
Parameter
Name Description
settings DeploymentResourcePoolServiceStubSettings

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public DeploymentResourcePoolServiceStubSettings.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.

Parameter
Name Description
settingsUpdater ApiFunction<Builder<?,?>,java.lang.Void>

build()

public DeploymentResourcePoolServiceStubSettings build()
Overrides
Exceptions
Type Description
IOException

createDeploymentResourcePoolOperationSettings()

public OperationCallSettings.Builder<CreateDeploymentResourcePoolRequest,DeploymentResourcePool,CreateDeploymentResourcePoolOperationMetadata> createDeploymentResourcePoolOperationSettings()

Returns the builder for the settings used for calls to createDeploymentResourcePool.

createDeploymentResourcePoolSettings()

public UnaryCallSettings.Builder<CreateDeploymentResourcePoolRequest,Operation> createDeploymentResourcePoolSettings()

Returns the builder for the settings used for calls to createDeploymentResourcePool.

deleteDeploymentResourcePoolOperationSettings()

public OperationCallSettings.Builder<DeleteDeploymentResourcePoolRequest,Empty,DeleteOperationMetadata> deleteDeploymentResourcePoolOperationSettings()

Returns the builder for the settings used for calls to deleteDeploymentResourcePool.

deleteDeploymentResourcePoolSettings()

public UnaryCallSettings.Builder<DeleteDeploymentResourcePoolRequest,Operation> deleteDeploymentResourcePoolSettings()

Returns the builder for the settings used for calls to deleteDeploymentResourcePool.

getDeploymentResourcePoolSettings()

public UnaryCallSettings.Builder<GetDeploymentResourcePoolRequest,DeploymentResourcePool> getDeploymentResourcePoolSettings()

Returns the builder for the settings used for calls to getDeploymentResourcePool.

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
Type Description
String
Overrides

getIamPolicySettings()

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>

getLocationSettings()

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>

listDeploymentResourcePoolsSettings()

public PagedCallSettings.Builder<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPagedResponse> listDeploymentResourcePoolsSettings()

Returns the builder for the settings used for calls to listDeploymentResourcePools.

listLocationsSettings()

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

Returns the builder for the settings used for calls to listLocations.

Returns
Type Description
Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

queryDeployedModelsSettings()

public PagedCallSettings.Builder<QueryDeployedModelsRequest,QueryDeployedModelsResponse,DeploymentResourcePoolServiceClient.QueryDeployedModelsPagedResponse> queryDeployedModelsSettings()

Returns the builder for the settings used for calls to queryDeployedModels.

setIamPolicySettings()

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>

testIamPermissionsSettings()

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>

unaryMethodSettingsBuilders()

public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
Type Description
com.google.common.collect.ImmutableList<Builder<?,?>>