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 RegisterDebuggeeResponseController2Client. registerDebuggee(Debuggee debuggee)Registers the debuggee with the controller service.RegisterDebuggeeResponseController2Client. 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 RegisterDebuggeeResponseRegisterDebuggeeResponse.Builder. build()RegisterDebuggeeResponseRegisterDebuggeeResponse.Builder. buildPartial()static RegisterDebuggeeResponseRegisterDebuggeeResponse. getDefaultInstance()RegisterDebuggeeResponseRegisterDebuggeeResponse.Builder. getDefaultInstanceForType()RegisterDebuggeeResponseRegisterDebuggeeResponse. getDefaultInstanceForType()static RegisterDebuggeeResponseRegisterDebuggeeResponse. parseDelimitedFrom(InputStream input)static RegisterDebuggeeResponseRegisterDebuggeeResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterDebuggeeResponseRegisterDebuggeeResponse. parseFrom(byte[] data)static RegisterDebuggeeResponseRegisterDebuggeeResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterDebuggeeResponseRegisterDebuggeeResponse. parseFrom(com.google.protobuf.ByteString data)static RegisterDebuggeeResponseRegisterDebuggeeResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterDebuggeeResponseRegisterDebuggeeResponse. parseFrom(com.google.protobuf.CodedInputStream input)static RegisterDebuggeeResponseRegisterDebuggeeResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterDebuggeeResponseRegisterDebuggeeResponse. parseFrom(InputStream input)static RegisterDebuggeeResponseRegisterDebuggeeResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterDebuggeeResponseRegisterDebuggeeResponse. parseFrom(ByteBuffer data)static RegisterDebuggeeResponseRegisterDebuggeeResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RegisterDebuggeeResponseController2Grpc.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.BuilderRegisterDebuggeeResponse.Builder. mergeFrom(RegisterDebuggeeResponse other)static RegisterDebuggeeResponse.BuilderRegisterDebuggeeResponse. newBuilder(RegisterDebuggeeResponse prototype)Method parameters in com.google.devtools.clouddebugger.v2 with type arguments of type RegisterDebuggeeResponse Modifier and Type Method Description default voidController2Grpc.AsyncService. registerDebuggee(RegisterDebuggeeRequest request, io.grpc.stub.StreamObserver<RegisterDebuggeeResponse> responseObserver)Registers the debuggee with the controller service.voidController2Grpc.Controller2Stub. registerDebuggee(RegisterDebuggeeRequest request, io.grpc.stub.StreamObserver<RegisterDebuggeeResponse> responseObserver)Registers the debuggee with the controller service.
-