Class SnapshotsV1Beta3StubSettings.Builder (0.43.0)

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

Builder for SnapshotsV1Beta3StubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > SnapshotsV1Beta3StubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(SnapshotsV1Beta3StubSettings settings)

protected Builder(SnapshotsV1Beta3StubSettings settings)
Parameter
NameDescription
settingsSnapshotsV1Beta3StubSettings

Methods

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

public SnapshotsV1Beta3StubSettings.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
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>

build()

public SnapshotsV1Beta3StubSettings build()
Returns
TypeDescription
SnapshotsV1Beta3StubSettings
Overrides
Exceptions
TypeDescription
IOException

deleteSnapshotSettings()

public UnaryCallSettings.Builder<DeleteSnapshotRequest,DeleteSnapshotResponse> deleteSnapshotSettings()

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

getEndpoint()

public String getEndpoint()

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

Returns
TypeDescription
String
Overrides

getSnapshotSettings()

public UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot> getSnapshotSettings()

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

Returns
TypeDescription
Builder<GetSnapshotRequest,Snapshot>

listSnapshotsSettings()

public UnaryCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse> listSnapshotsSettings()

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

unaryMethodSettingsBuilders()

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