Class WebhooksStubSettings.Builder (0.48.0)

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

Builder for WebhooksStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > WebhooksStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(WebhooksStubSettings settings)

protected Builder(WebhooksStubSettings settings)
Parameter
NameDescription
settingsWebhooksStubSettings

Methods

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

public WebhooksStubSettings.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
TypeDescription
WebhooksStubSettings.Builder

build()

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

createWebhookSettings()

public UnaryCallSettings.Builder<CreateWebhookRequest,Webhook> createWebhookSettings()

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

Returns
TypeDescription
Builder<CreateWebhookRequest,Webhook>

deleteWebhookSettings()

public UnaryCallSettings.Builder<DeleteWebhookRequest,Empty> deleteWebhookSettings()

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

Returns
TypeDescription
Builder<DeleteWebhookRequest,Empty>

getEndpoint()

public String getEndpoint()

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

Returns
TypeDescription
String
Overrides

getLocationSettings()

public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()

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

Returns
TypeDescription
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getWebhookSettings()

public UnaryCallSettings.Builder<GetWebhookRequest,Webhook> getWebhookSettings()

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

Returns
TypeDescription
Builder<GetWebhookRequest,Webhook>

listLocationsSettings()

public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,WebhooksClient.ListLocationsPagedResponse> listLocationsSettings()

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

Returns
TypeDescription
Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

listWebhooksSettings()

public PagedCallSettings.Builder<ListWebhooksRequest,ListWebhooksResponse,WebhooksClient.ListWebhooksPagedResponse> listWebhooksSettings()

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

Returns
TypeDescription
Builder<ListWebhooksRequest,ListWebhooksResponse,ListWebhooksPagedResponse>

unaryMethodSettingsBuilders()

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

updateWebhookSettings()

public UnaryCallSettings.Builder<UpdateWebhookRequest,Webhook> updateWebhookSettings()

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

Returns
TypeDescription
Builder<UpdateWebhookRequest,Webhook>