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 RegisterDebuggeeResponseController2Client. 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 RegisterDebuggeeRequestRegisterDebuggeeRequest.Builder. build()RegisterDebuggeeRequestRegisterDebuggeeRequest.Builder. buildPartial()static RegisterDebuggeeRequestRegisterDebuggeeRequest. getDefaultInstance()RegisterDebuggeeRequestRegisterDebuggeeRequest.Builder. getDefaultInstanceForType()RegisterDebuggeeRequestRegisterDebuggeeRequest. getDefaultInstanceForType()static RegisterDebuggeeRequestRegisterDebuggeeRequest. parseDelimitedFrom(InputStream input)static RegisterDebuggeeRequestRegisterDebuggeeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterDebuggeeRequestRegisterDebuggeeRequest. parseFrom(byte[] data)static RegisterDebuggeeRequestRegisterDebuggeeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterDebuggeeRequestRegisterDebuggeeRequest. parseFrom(com.google.protobuf.ByteString data)static RegisterDebuggeeRequestRegisterDebuggeeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterDebuggeeRequestRegisterDebuggeeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static RegisterDebuggeeRequestRegisterDebuggeeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterDebuggeeRequestRegisterDebuggeeRequest. parseFrom(InputStream input)static RegisterDebuggeeRequestRegisterDebuggeeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegisterDebuggeeRequestRegisterDebuggeeRequest. parseFrom(ByteBuffer data)static RegisterDebuggeeRequestRegisterDebuggeeRequest. 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.BuilderRegisterDebuggeeRequest.Builder. mergeFrom(RegisterDebuggeeRequest other)static RegisterDebuggeeRequest.BuilderRegisterDebuggeeRequest. newBuilder(RegisterDebuggeeRequest prototype)default voidController2Grpc.AsyncService. registerDebuggee(RegisterDebuggeeRequest request, io.grpc.stub.StreamObserver<RegisterDebuggeeResponse> responseObserver)Registers the debuggee with the controller service.RegisterDebuggeeResponseController2Grpc.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.voidController2Grpc.Controller2Stub. registerDebuggee(RegisterDebuggeeRequest request, io.grpc.stub.StreamObserver<RegisterDebuggeeResponse> responseObserver)Registers the debuggee with the controller service.
-