Uses of Class
com.google.cloud.debugger.v2.stub.Debugger2StubSettings
-
Packages that use Debugger2StubSettings Package Description com.google.cloud.debugger.v2 A client to Stackdriver Debugger APIcom.google.cloud.debugger.v2.stub -
-
Uses of Debugger2StubSettings in com.google.cloud.debugger.v2
Methods in com.google.cloud.debugger.v2 with parameters of type Debugger2StubSettings Modifier and Type Method Description static Debugger2SettingsDebugger2Settings. create(Debugger2StubSettings stub) -
Uses of Debugger2StubSettings in com.google.cloud.debugger.v2.stub
Methods in com.google.cloud.debugger.v2.stub that return Debugger2StubSettings Modifier and Type Method Description Debugger2StubSettingsDebugger2StubSettings.Builder. build()Methods in com.google.cloud.debugger.v2.stub with parameters of type Debugger2StubSettings Modifier and Type Method Description static GrpcDebugger2StubGrpcDebugger2Stub. create(Debugger2StubSettings settings)static HttpJsonDebugger2StubHttpJsonDebugger2Stub. create(Debugger2StubSettings settings)Constructors in com.google.cloud.debugger.v2.stub with parameters of type Debugger2StubSettings Constructor Description Builder(Debugger2StubSettings settings)GrpcDebugger2Stub(Debugger2StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcDebugger2Stub, using the given settings.GrpcDebugger2Stub(Debugger2StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcDebugger2Stub, using the given settings.HttpJsonDebugger2Stub(Debugger2StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonDebugger2Stub, using the given settings.HttpJsonDebugger2Stub(Debugger2StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonDebugger2Stub, using the given settings.
-