Class Controller2StubSettings.Builder (1.13.0)

publicstaticclass Controller2StubSettings.BuilderextendsStubSettings.Builder<Controller2StubSettings,Controller2StubSettings.Builder>

Builder for Controller2StubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > Controller2StubSettings.Builder

Inherited Members

Constructors

Builder()

protectedBuilder()

Builder(ClientContext clientContext)

protectedBuilder(ClientContextclientContext)
Parameter
Name Description
clientContext ClientContext

Builder(Controller2StubSettings settings)

protectedBuilder(Controller2StubSettingssettings)
Parameter
Name Description
settings Controller2StubSettings

Methods

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

publicController2StubSettings.BuilderapplyToAllUnaryMethods(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
Name Description
settingsUpdater ApiFunction<Builder<?,?>,java.lang.Void>
Returns
Type Description
Controller2StubSettings.Builder

build()

publicController2StubSettingsbuild()
Returns
Type Description
Controller2StubSettings
Overrides
Exceptions
Type Description
IOException

listActiveBreakpointsSettings()

publicUnaryCallSettings.Builder<ListActiveBreakpointsRequest,ListActiveBreakpointsResponse>listActiveBreakpointsSettings()

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

Returns
Type Description
Builder<ListActiveBreakpointsRequest,ListActiveBreakpointsResponse>

registerDebuggeeSettings()

publicUnaryCallSettings.Builder<RegisterDebuggeeRequest,RegisterDebuggeeResponse>registerDebuggeeSettings()

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

Returns
Type Description
Builder<RegisterDebuggeeRequest,RegisterDebuggeeResponse>

unaryMethodSettingsBuilders()

publicImmutableList<UnaryCallSettings.Builder<?,?>>unaryMethodSettingsBuilders()
Returns
Type Description
com.google.common.collect.ImmutableList<Builder<?,?>>

updateActiveBreakpointSettings()

publicUnaryCallSettings.Builder<UpdateActiveBreakpointRequest,UpdateActiveBreakpointResponse>updateActiveBreakpointSettings()

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

Returns
Type Description
Builder<UpdateActiveBreakpointRequest,UpdateActiveBreakpointResponse>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.