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