Class AlertPolicyServiceStubSettings.Builder (3.41.0)

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

Builder for AlertPolicyServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > AlertPolicyServiceStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(AlertPolicyServiceStubSettings settings)

protected Builder(AlertPolicyServiceStubSettings settings)
Parameter
NameDescription
settingsAlertPolicyServiceStubSettings

Methods

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

public AlertPolicyServiceStubSettings.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 AlertPolicyServiceStubSettings build()
Returns
TypeDescription
AlertPolicyServiceStubSettings
Overrides
Exceptions
TypeDescription
IOException

createAlertPolicySettings()

public UnaryCallSettings.Builder<CreateAlertPolicyRequest,AlertPolicy> createAlertPolicySettings()

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

deleteAlertPolicySettings()

public UnaryCallSettings.Builder<DeleteAlertPolicyRequest,Empty> deleteAlertPolicySettings()

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

Returns
TypeDescription
Builder<DeleteAlertPolicyRequest,Empty>

getAlertPolicySettings()

public UnaryCallSettings.Builder<GetAlertPolicyRequest,AlertPolicy> getAlertPolicySettings()

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

getEndpoint()

public String getEndpoint()

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

Returns
TypeDescription
String
Overrides

listAlertPoliciesSettings()

public PagedCallSettings.Builder<ListAlertPoliciesRequest,ListAlertPoliciesResponse,AlertPolicyServiceClient.ListAlertPoliciesPagedResponse> listAlertPoliciesSettings()

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

unaryMethodSettingsBuilders()

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

updateAlertPolicySettings()

public UnaryCallSettings.Builder<UpdateAlertPolicyRequest,AlertPolicy> updateAlertPolicySettings()

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