Uses of Class
com.google.devtools.clouddebugger.v2.RegisterDebuggeeRequest
-
Packages that use RegisterDebuggeeRequest 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 RegisterDebuggeeRequest in com.google.cloud.debugger.v2
Methods in com.google.cloud.debugger.v2 that return types with arguments of type RegisterDebuggeeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RegisterDebuggeeRequest,RegisterDebuggeeResponse>
Controller2Client. registerDebuggeeCallable()
Registers the debuggee with the controller service.com.google.api.gax.rpc.UnaryCallSettings.Builder<RegisterDebuggeeRequest,RegisterDebuggeeResponse>
Controller2Settings.Builder. registerDebuggeeSettings()
Returns the builder for the settings used for calls to registerDebuggee.com.google.api.gax.rpc.UnaryCallSettings<RegisterDebuggeeRequest,RegisterDebuggeeResponse>
Controller2Settings. registerDebuggeeSettings()
Returns the object with the settings used for calls to registerDebuggee.Methods in com.google.cloud.debugger.v2 with parameters of type RegisterDebuggeeRequest Modifier and Type Method Description RegisterDebuggeeResponse
Controller2Client. registerDebuggee(RegisterDebuggeeRequest request)
Registers the debuggee with the controller service. -
Uses of RegisterDebuggeeRequest in com.google.cloud.debugger.v2.stub
Methods in com.google.cloud.debugger.v2.stub that return types with arguments of type RegisterDebuggeeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RegisterDebuggeeRequest,RegisterDebuggeeResponse>
Controller2Stub. registerDebuggeeCallable()
com.google.api.gax.rpc.UnaryCallable<RegisterDebuggeeRequest,RegisterDebuggeeResponse>
GrpcController2Stub. registerDebuggeeCallable()
com.google.api.gax.rpc.UnaryCallable<RegisterDebuggeeRequest,RegisterDebuggeeResponse>
HttpJsonController2Stub. registerDebuggeeCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<RegisterDebuggeeRequest,RegisterDebuggeeResponse>
Controller2StubSettings.Builder. registerDebuggeeSettings()
Returns the builder for the settings used for calls to registerDebuggee.com.google.api.gax.rpc.UnaryCallSettings<RegisterDebuggeeRequest,RegisterDebuggeeResponse>
Controller2StubSettings. registerDebuggeeSettings()
Returns the object with the settings used for calls to registerDebuggee. -
Uses of RegisterDebuggeeRequest in com.google.devtools.clouddebugger.v2
Methods in com.google.devtools.clouddebugger.v2 that return RegisterDebuggeeRequest Modifier and Type Method Description RegisterDebuggeeRequest
RegisterDebuggeeRequest.Builder. build()
RegisterDebuggeeRequest
RegisterDebuggeeRequest.Builder. buildPartial()
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. getDefaultInstance()
RegisterDebuggeeRequest
RegisterDebuggeeRequest.Builder. getDefaultInstanceForType()
RegisterDebuggeeRequest
RegisterDebuggeeRequest. getDefaultInstanceForType()
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. parseDelimitedFrom(InputStream input)
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. parseFrom(byte[] data)
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. parseFrom(com.google.protobuf.ByteString data)
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. parseFrom(InputStream input)
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. parseFrom(ByteBuffer data)
static RegisterDebuggeeRequest
RegisterDebuggeeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type RegisterDebuggeeRequest Modifier and Type Method Description com.google.protobuf.Parser<RegisterDebuggeeRequest>
RegisterDebuggeeRequest. getParserForType()
static io.grpc.MethodDescriptor<RegisterDebuggeeRequest,RegisterDebuggeeResponse>
Controller2Grpc. getRegisterDebuggeeMethod()
static com.google.protobuf.Parser<RegisterDebuggeeRequest>
RegisterDebuggeeRequest. parser()
Methods in com.google.devtools.clouddebugger.v2 with parameters of type RegisterDebuggeeRequest Modifier and Type Method Description RegisterDebuggeeRequest.Builder
RegisterDebuggeeRequest.Builder. mergeFrom(RegisterDebuggeeRequest other)
static RegisterDebuggeeRequest.Builder
RegisterDebuggeeRequest. newBuilder(RegisterDebuggeeRequest prototype)
default void
Controller2Grpc.AsyncService. registerDebuggee(RegisterDebuggeeRequest request, io.grpc.stub.StreamObserver<RegisterDebuggeeResponse> responseObserver)
Registers the debuggee with the controller service.RegisterDebuggeeResponse
Controller2Grpc.Controller2BlockingStub. registerDebuggee(RegisterDebuggeeRequest request)
Registers the debuggee with the controller service.com.google.common.util.concurrent.ListenableFuture<RegisterDebuggeeResponse>
Controller2Grpc.Controller2FutureStub. registerDebuggee(RegisterDebuggeeRequest request)
Registers the debuggee with the controller service.void
Controller2Grpc.Controller2Stub. registerDebuggee(RegisterDebuggeeRequest request, io.grpc.stub.StreamObserver<RegisterDebuggeeResponse> responseObserver)
Registers the debuggee with the controller service.
-