@Generated(value="by gapic-generator-java") public class HttpJsonDebugger2Stub extends Debugger2Stub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonDebugger2Stub(Debugger2StubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonDebugger2Stub, using the given settings.
|
protected |
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonDebugger2Stub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonDebugger2Stub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonDebugger2Stub |
create(Debugger2StubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<DeleteBreakpointRequest,com.google.protobuf.Empty> |
deleteBreakpointCallable() |
com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse> |
getBreakpointCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
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 HttpJsonDebugger2Stub(Debugger2StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonDebugger2Stub(Debugger2StubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonDebugger2Stub create(Debugger2StubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonDebugger2Stub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonDebugger2Stub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
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.