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 SetBreakpointResponseDebugger2Client. setBreakpoint(SetBreakpointRequest request)Sets the breakpoint to the debuggee.SetBreakpointResponseDebugger2Client. 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 SetBreakpointResponseSetBreakpointResponse.Builder. build()SetBreakpointResponseSetBreakpointResponse.Builder. buildPartial()static SetBreakpointResponseSetBreakpointResponse. getDefaultInstance()SetBreakpointResponseSetBreakpointResponse.Builder. getDefaultInstanceForType()SetBreakpointResponseSetBreakpointResponse. getDefaultInstanceForType()static SetBreakpointResponseSetBreakpointResponse. parseDelimitedFrom(InputStream input)static SetBreakpointResponseSetBreakpointResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetBreakpointResponseSetBreakpointResponse. parseFrom(byte[] data)static SetBreakpointResponseSetBreakpointResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetBreakpointResponseSetBreakpointResponse. parseFrom(com.google.protobuf.ByteString data)static SetBreakpointResponseSetBreakpointResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetBreakpointResponseSetBreakpointResponse. parseFrom(com.google.protobuf.CodedInputStream input)static SetBreakpointResponseSetBreakpointResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetBreakpointResponseSetBreakpointResponse. parseFrom(InputStream input)static SetBreakpointResponseSetBreakpointResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetBreakpointResponseSetBreakpointResponse. parseFrom(ByteBuffer data)static SetBreakpointResponseSetBreakpointResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SetBreakpointResponseDebugger2Grpc.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.BuilderSetBreakpointResponse.Builder. mergeFrom(SetBreakpointResponse other)static SetBreakpointResponse.BuilderSetBreakpointResponse. newBuilder(SetBreakpointResponse prototype)Method parameters in com.google.devtools.clouddebugger.v2 with type arguments of type SetBreakpointResponse Modifier and Type Method Description default voidDebugger2Grpc.AsyncService. setBreakpoint(SetBreakpointRequest request, io.grpc.stub.StreamObserver<SetBreakpointResponse> responseObserver)Sets the breakpoint to the debuggee.voidDebugger2Grpc.Debugger2Stub. setBreakpoint(SetBreakpointRequest request, io.grpc.stub.StreamObserver<SetBreakpointResponse> responseObserver)Sets the breakpoint to the debuggee.
-