Class Debugger2StubSettings.Builder (1.55.0)

publicstaticclass Debugger2StubSettings.BuilderextendsStubSettings.Builder<Debugger2StubSettings,Debugger2StubSettings.Builder>

Builder for Debugger2StubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > Debugger2StubSettings.Builder

Inherited Members

Constructors

Builder()

protectedBuilder()

Builder(ClientContext clientContext)

protectedBuilder(ClientContextclientContext)
Parameter
Name Description
clientContext ClientContext

Builder(Debugger2StubSettings settings)

protectedBuilder(Debugger2StubSettingssettings)
Parameter
Name Description
settings Debugger2StubSettings

Methods

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

publicDebugger2StubSettings.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
Debugger2StubSettings.Builder

build()

publicDebugger2StubSettingsbuild()
Returns
Type Description
Debugger2StubSettings
Overrides
Exceptions
Type Description
IOException

deleteBreakpointSettings()

publicUnaryCallSettings.Builder<DeleteBreakpointRequest,Empty>deleteBreakpointSettings()

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

Returns
Type Description
Builder<DeleteBreakpointRequest,Empty>

getBreakpointSettings()

publicUnaryCallSettings.Builder<GetBreakpointRequest,GetBreakpointResponse>getBreakpointSettings()

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

Returns
Type Description
Builder<GetBreakpointRequest,GetBreakpointResponse>

listBreakpointsSettings()

publicUnaryCallSettings.Builder<ListBreakpointsRequest,ListBreakpointsResponse>listBreakpointsSettings()

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

Returns
Type Description
Builder<ListBreakpointsRequest,ListBreakpointsResponse>

listDebuggeesSettings()

publicUnaryCallSettings.Builder<ListDebuggeesRequest,ListDebuggeesResponse>listDebuggeesSettings()

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

Returns
Type Description
Builder<ListDebuggeesRequest,ListDebuggeesResponse>

setBreakpointSettings()

publicUnaryCallSettings.Builder<SetBreakpointRequest,SetBreakpointResponse>setBreakpointSettings()

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

Returns
Type Description
Builder<SetBreakpointRequest,SetBreakpointResponse>

unaryMethodSettingsBuilders()

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

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.