@Generated(value="by gapic-generator-java") public class GrpcDebugger2Stub extends Debugger2Stub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcDebugger2Stub(Debugger2StubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcDebugger2Stub, using the given settings.
|
protected |
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcDebugger2Stub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcDebugger2Stub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcDebugger2Stub |
create(Debugger2StubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<DeleteBreakpointRequest,com.google.protobuf.Empty> |
deleteBreakpointCallable() |
com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse> |
getBreakpointCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListBreakpointsRequest,ListBreakpointsResponse> |
listBreakpointsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListDebuggeesRequest,ListDebuggeesResponse> |
listDebuggeesCallable() |
com.google.api.gax.rpc.UnaryCallable<SetBreakpointRequest,SetBreakpointResponse> |
setBreakpointCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected GrpcDebugger2Stub(Debugger2StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcDebugger2Stub(Debugger2StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcDebugger2Stub create(Debugger2StubSettings settings) throws IOException
IOExceptionpublic static final GrpcDebugger2Stub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcDebugger2Stub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<SetBreakpointRequest,SetBreakpointResponse> setBreakpointCallable()
setBreakpointCallable in class Debugger2Stubpublic com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse> getBreakpointCallable()
getBreakpointCallable in class Debugger2Stubpublic com.google.api.gax.rpc.UnaryCallable<DeleteBreakpointRequest,com.google.protobuf.Empty> deleteBreakpointCallable()
deleteBreakpointCallable in class Debugger2Stubpublic com.google.api.gax.rpc.UnaryCallable<ListBreakpointsRequest,ListBreakpointsResponse> listBreakpointsCallable()
listBreakpointsCallable in class Debugger2Stubpublic com.google.api.gax.rpc.UnaryCallable<ListDebuggeesRequest,ListDebuggeesResponse> listDebuggeesCallable()
listDebuggeesCallable in class Debugger2Stubpublic final void close()
close in interface AutoCloseableclose in class Debugger2Stubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.