Package com.google.cloud.debugger.v2
Class Debugger2Settings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<Debugger2Settings,Debugger2Settings.Builder>
-
- com.google.cloud.debugger.v2.Debugger2Settings.Builder
-
- Enclosing class:
- Debugger2Settings
public static class Debugger2Settings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<Debugger2Settings,Debugger2Settings.Builder>
Builder for Debugger2Settings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(Debugger2Settings settings)
protected
Builder(Debugger2StubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Debugger2Settings.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.Debugger2Settings
build()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBreakpointRequest,com.google.protobuf.Empty>
deleteBreakpointSettings()
Returns the builder for the settings used for calls to deleteBreakpoint.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBreakpointRequest,GetBreakpointResponse>
getBreakpointSettings()
Returns the builder for the settings used for calls to getBreakpoint.Debugger2StubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListBreakpointsRequest,ListBreakpointsResponse>
listBreakpointsSettings()
Returns the builder for the settings used for calls to listBreakpoints.com.google.api.gax.rpc.UnaryCallSettings.Builder<ListDebuggeesRequest,ListDebuggeesResponse>
listDebuggeesSettings()
Returns the builder for the settings used for calls to listDebuggees.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetBreakpointRequest,SetBreakpointResponse>
setBreakpointSettings()
Returns the builder for the settings used for calls to setBreakpoint.-
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(Debugger2Settings settings)
-
Builder
protected Builder(Debugger2StubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public Debugger2StubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public Debugger2Settings.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.
-
setBreakpointSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetBreakpointRequest,SetBreakpointResponse> setBreakpointSettings()
Returns the builder for the settings used for calls to setBreakpoint.
-
getBreakpointSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBreakpointRequest,GetBreakpointResponse> getBreakpointSettings()
Returns the builder for the settings used for calls to getBreakpoint.
-
deleteBreakpointSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBreakpointRequest,com.google.protobuf.Empty> deleteBreakpointSettings()
Returns the builder for the settings used for calls to deleteBreakpoint.
-
listBreakpointsSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ListBreakpointsRequest,ListBreakpointsResponse> listBreakpointsSettings()
Returns the builder for the settings used for calls to listBreakpoints.
-
listDebuggeesSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ListDebuggeesRequest,ListDebuggeesResponse> listDebuggeesSettings()
Returns the builder for the settings used for calls to listDebuggees.
-
build
public Debugger2Settings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<Debugger2Settings,Debugger2Settings.Builder>
- Throws:
IOException
-
-