Class PagesStubSettings.Builder (0.52.0)

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

Builder for PagesStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > PagesStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(PagesStubSettings settings)

protected Builder(PagesStubSettings settings)
Parameter
NameDescription
settingsPagesStubSettings

Methods

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

public PagesStubSettings.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
PagesStubSettings.Builder

build()

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

createPageSettings()

public UnaryCallSettings.Builder<CreatePageRequest,Page> createPageSettings()

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

Returns
TypeDescription
Builder<CreatePageRequest,Page>

deletePageSettings()

public UnaryCallSettings.Builder<DeletePageRequest,Empty> deletePageSettings()

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

Returns
TypeDescription
Builder<DeletePageRequest,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>

getPageSettings()

public UnaryCallSettings.Builder<GetPageRequest,Page> getPageSettings()

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

Returns
TypeDescription
Builder<GetPageRequest,Page>

listLocationsSettings()

public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,PagesClient.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>

listPagesSettings()

public PagedCallSettings.Builder<ListPagesRequest,ListPagesResponse,PagesClient.ListPagesPagedResponse> listPagesSettings()

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

Returns
TypeDescription
Builder<ListPagesRequest,ListPagesResponse,ListPagesPagedResponse>

unaryMethodSettingsBuilders()

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

updatePageSettings()

public UnaryCallSettings.Builder<UpdatePageRequest,Page> updatePageSettings()

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

Returns
TypeDescription
Builder<UpdatePageRequest,Page>