Class Debugger2StubSettings.Builder (1.7.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

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

build()

publicDebugger2StubSettingsbuild()
Returns
Type Description
Overrides Exceptions
Type Description

deleteBreakpointSettings()

publicUnaryCallSettings.Builder<DeleteBreakpointRequest,Empty>deleteBreakpointSettings()

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

Returns
Type Description

getBreakpointSettings()

publicUnaryCallSettings.Builder<GetBreakpointRequest,GetBreakpointResponse>getBreakpointSettings()

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

Returns
Type Description

listBreakpointsSettings()

publicUnaryCallSettings.Builder<ListBreakpointsRequest,ListBreakpointsResponse>listBreakpointsSettings()

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

Returns
Type Description

listDebuggeesSettings()

publicUnaryCallSettings.Builder<ListDebuggeesRequest,ListDebuggeesResponse>listDebuggeesSettings()

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

Returns
Type Description

setBreakpointSettings()

publicUnaryCallSettings.Builder<SetBreakpointRequest,SetBreakpointResponse>setBreakpointSettings()

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

Returns
Type Description

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.