Class SessionsStubSettings.Builder (4.47.0)

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

Builder for SessionsStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > SessionsStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(SessionsStubSettings settings)

protected Builder(SessionsStubSettings settings)
Parameter
NameDescription
settingsSessionsStubSettings

Methods

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

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

build()

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

detectIntentSettings()

public UnaryCallSettings.Builder<DetectIntentRequest,DetectIntentResponse> detectIntentSettings()

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

Returns
TypeDescription
Builder<DetectIntentRequest,DetectIntentResponse>

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>

listLocationsSettings()

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

streamingDetectIntentSettings()

public StreamingCallSettings.Builder<StreamingDetectIntentRequest,StreamingDetectIntentResponse> streamingDetectIntentSettings()

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

Returns
TypeDescription
Builder<StreamingDetectIntentRequest,StreamingDetectIntentResponse>

unaryMethodSettingsBuilders()

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