Uses of Class
com.google.devtools.clouddebugger.v2.SetBreakpointResponse
-
Packages that use SetBreakpointResponse 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 SetBreakpointResponse in com.google.cloud.debugger.v2
Methods in com.google.cloud.debugger.v2 that return SetBreakpointResponse Modifier and Type Method Description SetBreakpointResponse
Debugger2Client. setBreakpoint(SetBreakpointRequest request)
Sets the breakpoint to the debuggee.SetBreakpointResponse
Debugger2Client. setBreakpoint(String debuggeeId, Breakpoint breakpoint, String clientVersion)
Sets the breakpoint to the debuggee.Methods in com.google.cloud.debugger.v2 that return types with arguments of type SetBreakpointResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetBreakpointRequest,SetBreakpointResponse>
Debugger2Client. setBreakpointCallable()
Sets the breakpoint to the debuggee.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetBreakpointRequest,SetBreakpointResponse>
Debugger2Settings.Builder. setBreakpointSettings()
Returns the builder for the settings used for calls to setBreakpoint.com.google.api.gax.rpc.UnaryCallSettings<SetBreakpointRequest,SetBreakpointResponse>
Debugger2Settings. setBreakpointSettings()
Returns the object with the settings used for calls to setBreakpoint. -
Uses of SetBreakpointResponse in com.google.cloud.debugger.v2.stub
Methods in com.google.cloud.debugger.v2.stub that return types with arguments of type SetBreakpointResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetBreakpointRequest,SetBreakpointResponse>
Debugger2Stub. setBreakpointCallable()
com.google.api.gax.rpc.UnaryCallable<SetBreakpointRequest,SetBreakpointResponse>
GrpcDebugger2Stub. setBreakpointCallable()
com.google.api.gax.rpc.UnaryCallable<SetBreakpointRequest,SetBreakpointResponse>
HttpJsonDebugger2Stub. setBreakpointCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SetBreakpointRequest,SetBreakpointResponse>
Debugger2StubSettings.Builder. setBreakpointSettings()
Returns the builder for the settings used for calls to setBreakpoint.com.google.api.gax.rpc.UnaryCallSettings<SetBreakpointRequest,SetBreakpointResponse>
Debugger2StubSettings. setBreakpointSettings()
Returns the object with the settings used for calls to setBreakpoint. -
Uses of SetBreakpointResponse in com.google.devtools.clouddebugger.v2
Methods in com.google.devtools.clouddebugger.v2 that return SetBreakpointResponse Modifier and Type Method Description SetBreakpointResponse
SetBreakpointResponse.Builder. build()
SetBreakpointResponse
SetBreakpointResponse.Builder. buildPartial()
static SetBreakpointResponse
SetBreakpointResponse. getDefaultInstance()
SetBreakpointResponse
SetBreakpointResponse.Builder. getDefaultInstanceForType()
SetBreakpointResponse
SetBreakpointResponse. getDefaultInstanceForType()
static SetBreakpointResponse
SetBreakpointResponse. parseDelimitedFrom(InputStream input)
static SetBreakpointResponse
SetBreakpointResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetBreakpointResponse
SetBreakpointResponse. parseFrom(byte[] data)
static SetBreakpointResponse
SetBreakpointResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetBreakpointResponse
SetBreakpointResponse. parseFrom(com.google.protobuf.ByteString data)
static SetBreakpointResponse
SetBreakpointResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetBreakpointResponse
SetBreakpointResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SetBreakpointResponse
SetBreakpointResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetBreakpointResponse
SetBreakpointResponse. parseFrom(InputStream input)
static SetBreakpointResponse
SetBreakpointResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetBreakpointResponse
SetBreakpointResponse. parseFrom(ByteBuffer data)
static SetBreakpointResponse
SetBreakpointResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SetBreakpointResponse
Debugger2Grpc.Debugger2BlockingStub. setBreakpoint(SetBreakpointRequest request)
Sets the breakpoint to the debuggee.Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type SetBreakpointResponse Modifier and Type Method Description com.google.protobuf.Parser<SetBreakpointResponse>
SetBreakpointResponse. getParserForType()
static io.grpc.MethodDescriptor<SetBreakpointRequest,SetBreakpointResponse>
Debugger2Grpc. getSetBreakpointMethod()
static com.google.protobuf.Parser<SetBreakpointResponse>
SetBreakpointResponse. parser()
com.google.common.util.concurrent.ListenableFuture<SetBreakpointResponse>
Debugger2Grpc.Debugger2FutureStub. setBreakpoint(SetBreakpointRequest request)
Sets the breakpoint to the debuggee.Methods in com.google.devtools.clouddebugger.v2 with parameters of type SetBreakpointResponse Modifier and Type Method Description SetBreakpointResponse.Builder
SetBreakpointResponse.Builder. mergeFrom(SetBreakpointResponse other)
static SetBreakpointResponse.Builder
SetBreakpointResponse. newBuilder(SetBreakpointResponse prototype)
Method parameters in com.google.devtools.clouddebugger.v2 with type arguments of type SetBreakpointResponse Modifier and Type Method Description default void
Debugger2Grpc.AsyncService. setBreakpoint(SetBreakpointRequest request, io.grpc.stub.StreamObserver<SetBreakpointResponse> responseObserver)
Sets the breakpoint to the debuggee.void
Debugger2Grpc.Debugger2Stub. setBreakpoint(SetBreakpointRequest request, io.grpc.stub.StreamObserver<SetBreakpointResponse> responseObserver)
Sets the breakpoint to the debuggee.
-