Class AlertPolicyServiceSettings.Builder (3.4.6)

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>
Returns

build()

public AlertPolicyServiceSettings build()
Returns Overrides Exceptions
TypeDescription
IOException

createAlertPolicySettings()

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

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

Returns

deleteAlertPolicySettings()

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

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

Returns

getAlertPolicySettings()

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

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

Returns

getStubSettingsBuilder()

public AlertPolicyServiceStubSettings.Builder getStubSettingsBuilder()
Returns

listAlertPoliciesSettings()

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

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

Returns

updateAlertPolicySettings()

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

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

Returns