Class AlertPolicyServiceSettings.Builder (3.36.0)

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

Builder for AlertPolicyServiceSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > AlertPolicyServiceSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(AlertPolicyServiceSettings settings)

protected Builder(AlertPolicyServiceSettings settings)
Parameter
NameDescription
settingsAlertPolicyServiceSettings

Builder(AlertPolicyServiceStubSettings.Builder stubSettings)

protected Builder(AlertPolicyServiceStubSettings.Builder stubSettings)
Parameter
NameDescription
stubSettingsAlertPolicyServiceStubSettings.Builder

Methods

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

public AlertPolicyServiceSettings.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 AlertPolicyServiceSettings build()
Returns
TypeDescription
AlertPolicyServiceSettings
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.

getStubSettingsBuilder()

public AlertPolicyServiceStubSettings.Builder getStubSettingsBuilder()

listAlertPoliciesSettings()

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

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

updateAlertPolicySettings()

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

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