Class Debugger2Stub
- java.lang.Object
-
- com.google.cloud.debugger.v2.stub.Debugger2Stub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcDebugger2Stub
,HttpJsonDebugger2Stub
@Generated("by gapic-generator-java") public abstract class Debugger2Stub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Debugger2 service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description Debugger2Stub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<DeleteBreakpointRequest,com.google.protobuf.Empty>
deleteBreakpointCallable()
com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse>
getBreakpointCallable()
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()
-
-
-
Method Detail
-
setBreakpointCallable
public com.google.api.gax.rpc.UnaryCallable<SetBreakpointRequest,SetBreakpointResponse> setBreakpointCallable()
-
getBreakpointCallable
public com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse> getBreakpointCallable()
-
deleteBreakpointCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteBreakpointRequest,com.google.protobuf.Empty> deleteBreakpointCallable()
-
listBreakpointsCallable
public com.google.api.gax.rpc.UnaryCallable<ListBreakpointsRequest,ListBreakpointsResponse> listBreakpointsCallable()
-
listDebuggeesCallable
public com.google.api.gax.rpc.UnaryCallable<ListDebuggeesRequest,ListDebuggeesResponse> listDebuggeesCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-