Uses of Class
com.google.devtools.clouddebugger.v2.GetBreakpointRequest
-
Packages that use GetBreakpointRequest Package Description com.google.cloud.debugger.v2 A client to Stackdriver Debugger APIcom.google.cloud.debugger.v2.stub com.google.devtools.clouddebugger.v2 -
-
Uses of GetBreakpointRequest in com.google.cloud.debugger.v2
Methods in com.google.cloud.debugger.v2 that return types with arguments of type GetBreakpointRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse>
Debugger2Client. getBreakpointCallable()
Gets breakpoint information.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBreakpointRequest,GetBreakpointResponse>
Debugger2Settings.Builder. getBreakpointSettings()
Returns the builder for the settings used for calls to getBreakpoint.com.google.api.gax.rpc.UnaryCallSettings<GetBreakpointRequest,GetBreakpointResponse>
Debugger2Settings. getBreakpointSettings()
Returns the object with the settings used for calls to getBreakpoint.Methods in com.google.cloud.debugger.v2 with parameters of type GetBreakpointRequest Modifier and Type Method Description GetBreakpointResponse
Debugger2Client. getBreakpoint(GetBreakpointRequest request)
Gets breakpoint information. -
Uses of GetBreakpointRequest in com.google.cloud.debugger.v2.stub
Methods in com.google.cloud.debugger.v2.stub that return types with arguments of type GetBreakpointRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse>
Debugger2Stub. getBreakpointCallable()
com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse>
GrpcDebugger2Stub. getBreakpointCallable()
com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse>
HttpJsonDebugger2Stub. getBreakpointCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBreakpointRequest,GetBreakpointResponse>
Debugger2StubSettings.Builder. getBreakpointSettings()
Returns the builder for the settings used for calls to getBreakpoint.com.google.api.gax.rpc.UnaryCallSettings<GetBreakpointRequest,GetBreakpointResponse>
Debugger2StubSettings. getBreakpointSettings()
Returns the object with the settings used for calls to getBreakpoint. -
Uses of GetBreakpointRequest in com.google.devtools.clouddebugger.v2
Methods in com.google.devtools.clouddebugger.v2 that return GetBreakpointRequest Modifier and Type Method Description GetBreakpointRequest
GetBreakpointRequest.Builder. build()
GetBreakpointRequest
GetBreakpointRequest.Builder. buildPartial()
static GetBreakpointRequest
GetBreakpointRequest. getDefaultInstance()
GetBreakpointRequest
GetBreakpointRequest.Builder. getDefaultInstanceForType()
GetBreakpointRequest
GetBreakpointRequest. getDefaultInstanceForType()
static GetBreakpointRequest
GetBreakpointRequest. parseDelimitedFrom(InputStream input)
static GetBreakpointRequest
GetBreakpointRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBreakpointRequest
GetBreakpointRequest. parseFrom(byte[] data)
static GetBreakpointRequest
GetBreakpointRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBreakpointRequest
GetBreakpointRequest. parseFrom(com.google.protobuf.ByteString data)
static GetBreakpointRequest
GetBreakpointRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBreakpointRequest
GetBreakpointRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetBreakpointRequest
GetBreakpointRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBreakpointRequest
GetBreakpointRequest. parseFrom(InputStream input)
static GetBreakpointRequest
GetBreakpointRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetBreakpointRequest
GetBreakpointRequest. parseFrom(ByteBuffer data)
static GetBreakpointRequest
GetBreakpointRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type GetBreakpointRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetBreakpointRequest,GetBreakpointResponse>
Debugger2Grpc. getGetBreakpointMethod()
com.google.protobuf.Parser<GetBreakpointRequest>
GetBreakpointRequest. getParserForType()
static com.google.protobuf.Parser<GetBreakpointRequest>
GetBreakpointRequest. parser()
Methods in com.google.devtools.clouddebugger.v2 with parameters of type GetBreakpointRequest Modifier and Type Method Description default void
Debugger2Grpc.AsyncService. getBreakpoint(GetBreakpointRequest request, io.grpc.stub.StreamObserver<GetBreakpointResponse> responseObserver)
Gets breakpoint information.GetBreakpointResponse
Debugger2Grpc.Debugger2BlockingStub. getBreakpoint(GetBreakpointRequest request)
Gets breakpoint information.com.google.common.util.concurrent.ListenableFuture<GetBreakpointResponse>
Debugger2Grpc.Debugger2FutureStub. getBreakpoint(GetBreakpointRequest request)
Gets breakpoint information.void
Debugger2Grpc.Debugger2Stub. getBreakpoint(GetBreakpointRequest request, io.grpc.stub.StreamObserver<GetBreakpointResponse> responseObserver)
Gets breakpoint information.GetBreakpointRequest.Builder
GetBreakpointRequest.Builder. mergeFrom(GetBreakpointRequest other)
static GetBreakpointRequest.Builder
GetBreakpointRequest. newBuilder(GetBreakpointRequest prototype)
-