Package com.google.cloud.debugger.v2
Class Controller2Settings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<Controller2Settings,Controller2Settings.Builder>
-
- com.google.cloud.debugger.v2.Controller2Settings.Builder
-
- Enclosing class:
- Controller2Settings
public static class Controller2Settings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<Controller2Settings,Controller2Settings.Builder>
Builder for Controller2Settings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(Controller2Settings settings)
protected
Builder(Controller2StubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Controller2Settings.Builder
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.Controller2Settings
build()
Controller2StubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListActiveBreakpointsRequest,ListActiveBreakpointsResponse>
listActiveBreakpointsSettings()
Returns the builder for the settings used for calls to listActiveBreakpoints.com.google.api.gax.rpc.UnaryCallSettings.Builder<RegisterDebuggeeRequest,RegisterDebuggeeResponse>
registerDebuggeeSettings()
Returns the builder for the settings used for calls to registerDebuggee.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateActiveBreakpointRequest,UpdateActiveBreakpointResponse>
updateActiveBreakpointSettings()
Returns the builder for the settings used for calls to updateActiveBreakpoint.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(Controller2Settings settings)
-
Builder
protected Builder(Controller2StubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public Controller2StubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public Controller2Settings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.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.
-
registerDebuggeeSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RegisterDebuggeeRequest,RegisterDebuggeeResponse> registerDebuggeeSettings()
Returns the builder for the settings used for calls to registerDebuggee.
-
listActiveBreakpointsSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ListActiveBreakpointsRequest,ListActiveBreakpointsResponse> listActiveBreakpointsSettings()
Returns the builder for the settings used for calls to listActiveBreakpoints.
-
updateActiveBreakpointSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateActiveBreakpointRequest,UpdateActiveBreakpointResponse> updateActiveBreakpointSettings()
Returns the builder for the settings used for calls to updateActiveBreakpoint.
-
build
public Controller2Settings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<Controller2Settings,Controller2Settings.Builder>
- Throws:
IOException
-
-