Class PersistentResourceServiceStubSettings.Builder (3.42.0)

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

Builder for PersistentResourceServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > PersistentResourceServiceStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(PersistentResourceServiceStubSettings settings)

protected Builder(PersistentResourceServiceStubSettings settings)
Parameter
Name Description
settings PersistentResourceServiceStubSettings

Methods

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

public PersistentResourceServiceStubSettings.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 PersistentResourceServiceStubSettings build()
Returns
Type Description
PersistentResourceServiceStubSettings
Overrides
Exceptions
Type Description
IOException

createPersistentResourceOperationSettings()

public OperationCallSettings.Builder<CreatePersistentResourceRequest,PersistentResource,CreatePersistentResourceOperationMetadata> createPersistentResourceOperationSettings()

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

createPersistentResourceSettings()

public UnaryCallSettings.Builder<CreatePersistentResourceRequest,Operation> createPersistentResourceSettings()

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

deletePersistentResourceOperationSettings()

public OperationCallSettings.Builder<DeletePersistentResourceRequest,Empty,DeleteOperationMetadata> deletePersistentResourceOperationSettings()

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

deletePersistentResourceSettings()

public UnaryCallSettings.Builder<DeletePersistentResourceRequest,Operation> deletePersistentResourceSettings()

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

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>

getPersistentResourceSettings()

public UnaryCallSettings.Builder<GetPersistentResourceRequest,PersistentResource> getPersistentResourceSettings()

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

listLocationsSettings()

public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,PersistentResourceServiceClient.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>

listPersistentResourcesSettings()

public PagedCallSettings.Builder<ListPersistentResourcesRequest,ListPersistentResourcesResponse,PersistentResourceServiceClient.ListPersistentResourcesPagedResponse> listPersistentResourcesSettings()

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

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<?,?>>

updatePersistentResourceOperationSettings()

public OperationCallSettings.Builder<UpdatePersistentResourceRequest,PersistentResource,UpdatePersistentResourceOperationMetadata> updatePersistentResourceOperationSettings()

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

updatePersistentResourceSettings()

public UnaryCallSettings.Builder<UpdatePersistentResourceRequest,Operation> updatePersistentResourceSettings()

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