Class RegionInstantSnapshotGroupsStubSettings.Builder (1.105.0)

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

Builder for RegionInstantSnapshotGroupsStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > RegionInstantSnapshotGroupsStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(@Nullable ClientContext clientContext)

protected Builder(@Nullable ClientContext clientContext)
Parameter
Name Description
clientContext @org.jspecify.annotations.Nullable com.google.api.gax.rpc.ClientContext

Builder(RegionInstantSnapshotGroupsStubSettings settings)

protected Builder(RegionInstantSnapshotGroupsStubSettings settings)
Parameter
Name Description
settings RegionInstantSnapshotGroupsStubSettings

Methods

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

public RegionInstantSnapshotGroupsStubSettings.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
RegionInstantSnapshotGroupsStubSettings.Builder

build()

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

deleteOperationSettings()

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

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

Returns
Type Description
Builder<DeleteRegionInstantSnapshotGroupRequest,Operation,Operation>

deleteSettings()

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

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

Returns
Type Description
Builder<DeleteRegionInstantSnapshotGroupRequest,Operation>

getIamPolicySettings()

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

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

Returns
Type Description
Builder<GetIamPolicyRegionInstantSnapshotGroupRequest,Policy>

getSettings()

public UnaryCallSettings.Builder<GetRegionInstantSnapshotGroupRequest,InstantSnapshotGroup> getSettings()

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

Returns
Type Description
Builder<GetRegionInstantSnapshotGroupRequest,InstantSnapshotGroup>

insertOperationSettings()

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

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

Returns
Type Description
Builder<InsertRegionInstantSnapshotGroupRequest,Operation,Operation>

insertSettings()

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

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

Returns
Type Description
Builder<InsertRegionInstantSnapshotGroupRequest,Operation>

listSettings()

public PagedCallSettings.Builder<ListRegionInstantSnapshotGroupsRequest,ListInstantSnapshotGroups,RegionInstantSnapshotGroupsClient.ListPagedResponse> listSettings()

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

Returns
Type Description
Builder<ListRegionInstantSnapshotGroupsRequest,ListInstantSnapshotGroups,ListPagedResponse>

setIamPolicySettings()

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

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

Returns
Type Description
Builder<SetIamPolicyRegionInstantSnapshotGroupRequest,Policy>

testIamPermissionsSettings()

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

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

Returns
Type Description
Builder<TestIamPermissionsRegionInstantSnapshotGroupRequest,TestPermissionsResponse>

unaryMethodSettingsBuilders()

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