public static class PersistentResourceServiceSettings.Builder extends ClientSettings.Builder<PersistentResourceServiceSettings,PersistentResourceServiceSettings.Builder>
Builder for PersistentResourceServiceSettings.
Constructors
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
protected Builder(PersistentResourceServiceSettings settings)
protected Builder(PersistentResourceServiceStubSettings.Builder stubSettings)
Methods
public PersistentResourceServiceSettings.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 PersistentResourceServiceSettings build()
Overrides
public OperationCallSettings.Builder<CreatePersistentResourceRequest,PersistentResource,CreatePersistentResourceOperationMetadata> createPersistentResourceOperationSettings()
Returns the builder for the settings used for calls to createPersistentResource.
public UnaryCallSettings.Builder<CreatePersistentResourceRequest,Operation> createPersistentResourceSettings()
Returns the builder for the settings used for calls to createPersistentResource.
public OperationCallSettings.Builder<DeletePersistentResourceRequest,Empty,DeleteOperationMetadata> deletePersistentResourceOperationSettings()
Returns the builder for the settings used for calls to deletePersistentResource.
public UnaryCallSettings.Builder<DeletePersistentResourceRequest,Operation> deletePersistentResourceSettings()
Returns the builder for the settings used for calls to deletePersistentResource.
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 UnaryCallSettings.Builder<GetPersistentResourceRequest,PersistentResource> getPersistentResourceSettings()
Returns the builder for the settings used for calls to getPersistentResource.
public PersistentResourceServiceStubSettings.Builder getStubSettingsBuilder()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,PersistentResourceServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
public PagedCallSettings.Builder<ListPersistentResourcesRequest,ListPersistentResourcesResponse,PersistentResourceServiceClient.ListPersistentResourcesPagedResponse> listPersistentResourcesSettings()
Returns the builder for the settings used for calls to listPersistentResources.
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> | |
public OperationCallSettings.Builder<UpdatePersistentResourceRequest,PersistentResource,UpdatePersistentResourceOperationMetadata> updatePersistentResourceOperationSettings()
Returns the builder for the settings used for calls to updatePersistentResource.
public UnaryCallSettings.Builder<UpdatePersistentResourceRequest,Operation> updatePersistentResourceSettings()
Returns the builder for the settings used for calls to updatePersistentResource.