Uses of Class
com.google.devtools.clouddebugger.v2.GetBreakpointRequest
-
Packages that use GetBreakpointRequest 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 GetBreakpointRequest in com.google.cloud.debugger.v2
Methods in com.google.cloud.debugger.v2 that return types with arguments of type GetBreakpointRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse>Debugger2Client. getBreakpointCallable()Gets breakpoint information.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBreakpointRequest,GetBreakpointResponse>Debugger2Settings.Builder. getBreakpointSettings()Returns the builder for the settings used for calls to getBreakpoint.com.google.api.gax.rpc.UnaryCallSettings<GetBreakpointRequest,GetBreakpointResponse>Debugger2Settings. getBreakpointSettings()Returns the object with the settings used for calls to getBreakpoint.Methods in com.google.cloud.debugger.v2 with parameters of type GetBreakpointRequest Modifier and Type Method Description GetBreakpointResponseDebugger2Client. getBreakpoint(GetBreakpointRequest request)Gets breakpoint information. -
Uses of GetBreakpointRequest in com.google.cloud.debugger.v2.stub
Methods in com.google.cloud.debugger.v2.stub that return types with arguments of type GetBreakpointRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse>Debugger2Stub. getBreakpointCallable()com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse>GrpcDebugger2Stub. getBreakpointCallable()com.google.api.gax.rpc.UnaryCallable<GetBreakpointRequest,GetBreakpointResponse>HttpJsonDebugger2Stub. getBreakpointCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBreakpointRequest,GetBreakpointResponse>Debugger2StubSettings.Builder. getBreakpointSettings()Returns the builder for the settings used for calls to getBreakpoint.com.google.api.gax.rpc.UnaryCallSettings<GetBreakpointRequest,GetBreakpointResponse>Debugger2StubSettings. getBreakpointSettings()Returns the object with the settings used for calls to getBreakpoint. -
Uses of GetBreakpointRequest in com.google.devtools.clouddebugger.v2
Methods in com.google.devtools.clouddebugger.v2 that return GetBreakpointRequest Modifier and Type Method Description GetBreakpointRequestGetBreakpointRequest.Builder. build()GetBreakpointRequestGetBreakpointRequest.Builder. buildPartial()static GetBreakpointRequestGetBreakpointRequest. getDefaultInstance()GetBreakpointRequestGetBreakpointRequest.Builder. getDefaultInstanceForType()GetBreakpointRequestGetBreakpointRequest. getDefaultInstanceForType()static GetBreakpointRequestGetBreakpointRequest. parseDelimitedFrom(InputStream input)static GetBreakpointRequestGetBreakpointRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBreakpointRequestGetBreakpointRequest. parseFrom(byte[] data)static GetBreakpointRequestGetBreakpointRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBreakpointRequestGetBreakpointRequest. parseFrom(com.google.protobuf.ByteString data)static GetBreakpointRequestGetBreakpointRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBreakpointRequestGetBreakpointRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetBreakpointRequestGetBreakpointRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBreakpointRequestGetBreakpointRequest. parseFrom(InputStream input)static GetBreakpointRequestGetBreakpointRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBreakpointRequestGetBreakpointRequest. parseFrom(ByteBuffer data)static GetBreakpointRequestGetBreakpointRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.clouddebugger.v2 that return types with arguments of type GetBreakpointRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetBreakpointRequest,GetBreakpointResponse>Debugger2Grpc. getGetBreakpointMethod()com.google.protobuf.Parser<GetBreakpointRequest>GetBreakpointRequest. getParserForType()static com.google.protobuf.Parser<GetBreakpointRequest>GetBreakpointRequest. parser()Methods in com.google.devtools.clouddebugger.v2 with parameters of type GetBreakpointRequest Modifier and Type Method Description default voidDebugger2Grpc.AsyncService. getBreakpoint(GetBreakpointRequest request, io.grpc.stub.StreamObserver<GetBreakpointResponse> responseObserver)Gets breakpoint information.GetBreakpointResponseDebugger2Grpc.Debugger2BlockingStub. getBreakpoint(GetBreakpointRequest request)Gets breakpoint information.com.google.common.util.concurrent.ListenableFuture<GetBreakpointResponse>Debugger2Grpc.Debugger2FutureStub. getBreakpoint(GetBreakpointRequest request)Gets breakpoint information.voidDebugger2Grpc.Debugger2Stub. getBreakpoint(GetBreakpointRequest request, io.grpc.stub.StreamObserver<GetBreakpointResponse> responseObserver)Gets breakpoint information.GetBreakpointRequest.BuilderGetBreakpointRequest.Builder. mergeFrom(GetBreakpointRequest other)static GetBreakpointRequest.BuilderGetBreakpointRequest. newBuilder(GetBreakpointRequest prototype)
-