Class RegionBackendServicesSettings.Builder (1.68.0)

public static class RegionBackendServicesSettings.Builder extends ClientSettings.Builder<RegionBackendServicesSettings,RegionBackendServicesSettings.Builder>

Builder for RegionBackendServicesSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > RegionBackendServicesSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(RegionBackendServicesSettings settings)

protected Builder(RegionBackendServicesSettings settings)
Parameter
Name Description
settings RegionBackendServicesSettings

Builder(RegionBackendServicesStubSettings.Builder stubSettings)

protected Builder(RegionBackendServicesStubSettings.Builder stubSettings)
Parameter
Name Description
stubSettings RegionBackendServicesStubSettings.Builder

Methods

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

public RegionBackendServicesSettings.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>
Returns
Type Description
RegionBackendServicesSettings.Builder

build()

public RegionBackendServicesSettings build()
Returns
Type Description
RegionBackendServicesSettings
Overrides
Exceptions
Type Description
IOException

deleteOperationSettings()

public OperationCallSettings.Builder<DeleteRegionBackendServiceRequest,Operation,Operation> deleteOperationSettings()

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

deleteSettings()

public UnaryCallSettings.Builder<DeleteRegionBackendServiceRequest,Operation> deleteSettings()

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

getHealthSettings()

public UnaryCallSettings.Builder<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth> getHealthSettings()

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

getIamPolicySettings()

public UnaryCallSettings.Builder<GetIamPolicyRegionBackendServiceRequest,Policy> getIamPolicySettings()

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

getSettings()

public UnaryCallSettings.Builder<GetRegionBackendServiceRequest,BackendService> getSettings()

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

getStubSettingsBuilder()

public RegionBackendServicesStubSettings.Builder getStubSettingsBuilder()

insertOperationSettings()

public OperationCallSettings.Builder<InsertRegionBackendServiceRequest,Operation,Operation> insertOperationSettings()

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

insertSettings()

public UnaryCallSettings.Builder<InsertRegionBackendServiceRequest,Operation> insertSettings()

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

listSettings()

public PagedCallSettings.Builder<ListRegionBackendServicesRequest,BackendServiceList,RegionBackendServicesClient.ListPagedResponse> listSettings()

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

listUsableSettings()

public PagedCallSettings.Builder<ListUsableRegionBackendServicesRequest,BackendServiceListUsable,RegionBackendServicesClient.ListUsablePagedResponse> listUsableSettings()

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

patchOperationSettings()

public OperationCallSettings.Builder<PatchRegionBackendServiceRequest,Operation,Operation> patchOperationSettings()

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

patchSettings()

public UnaryCallSettings.Builder<PatchRegionBackendServiceRequest,Operation> patchSettings()

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

setIamPolicySettings()

public UnaryCallSettings.Builder<SetIamPolicyRegionBackendServiceRequest,Policy> setIamPolicySettings()

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

setSecurityPolicyOperationSettings()

public OperationCallSettings.Builder<SetSecurityPolicyRegionBackendServiceRequest,Operation,Operation> setSecurityPolicyOperationSettings()

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

setSecurityPolicySettings()

public UnaryCallSettings.Builder<SetSecurityPolicyRegionBackendServiceRequest,Operation> setSecurityPolicySettings()

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

testIamPermissionsSettings()

public UnaryCallSettings.Builder<TestIamPermissionsRegionBackendServiceRequest,TestPermissionsResponse> testIamPermissionsSettings()

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

updateOperationSettings()

public OperationCallSettings.Builder<UpdateRegionBackendServiceRequest,Operation,Operation> updateOperationSettings()

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

updateSettings()

public UnaryCallSettings.Builder<UpdateRegionBackendServiceRequest,Operation> updateSettings()

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