Uses of Class
com.google.cloud.notebooks.v1.ReportRuntimeEventRequest
-
Packages that use ReportRuntimeEventRequest Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of ReportRuntimeEventRequest in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return ReportRuntimeEventRequest Modifier and Type Method Description ReportRuntimeEventRequest
ReportRuntimeEventRequest.Builder. build()
ReportRuntimeEventRequest
ReportRuntimeEventRequest.Builder. buildPartial()
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. getDefaultInstance()
ReportRuntimeEventRequest
ReportRuntimeEventRequest.Builder. getDefaultInstanceForType()
ReportRuntimeEventRequest
ReportRuntimeEventRequest. getDefaultInstanceForType()
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. parseDelimitedFrom(InputStream input)
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. parseFrom(byte[] data)
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. parseFrom(com.google.protobuf.ByteString data)
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. parseFrom(InputStream input)
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. parseFrom(ByteBuffer data)
static ReportRuntimeEventRequest
ReportRuntimeEventRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v1 that return types with arguments of type ReportRuntimeEventRequest Modifier and Type Method Description com.google.protobuf.Parser<ReportRuntimeEventRequest>
ReportRuntimeEventRequest. getParserForType()
static io.grpc.MethodDescriptor<ReportRuntimeEventRequest,com.google.longrunning.Operation>
ManagedNotebookServiceGrpc. getReportRuntimeEventMethod()
static com.google.protobuf.Parser<ReportRuntimeEventRequest>
ReportRuntimeEventRequest. parser()
com.google.api.gax.rpc.UnaryCallable<ReportRuntimeEventRequest,com.google.longrunning.Operation>
ManagedNotebookServiceClient. reportRuntimeEventCallable()
Report and process a runtime event.com.google.api.gax.rpc.OperationCallable<ReportRuntimeEventRequest,Runtime,OperationMetadata>
ManagedNotebookServiceClient. reportRuntimeEventOperationCallable()
Report and process a runtime event.com.google.api.gax.rpc.OperationCallSettings.Builder<ReportRuntimeEventRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings.Builder. reportRuntimeEventOperationSettings()
Returns the builder for the settings used for calls to reportRuntimeEvent.com.google.api.gax.rpc.OperationCallSettings<ReportRuntimeEventRequest,Runtime,OperationMetadata>
ManagedNotebookServiceSettings. reportRuntimeEventOperationSettings()
Returns the object with the settings used for calls to reportRuntimeEvent.com.google.api.gax.rpc.UnaryCallSettings.Builder<ReportRuntimeEventRequest,com.google.longrunning.Operation>
ManagedNotebookServiceSettings.Builder. reportRuntimeEventSettings()
Returns the builder for the settings used for calls to reportRuntimeEvent.com.google.api.gax.rpc.UnaryCallSettings<ReportRuntimeEventRequest,com.google.longrunning.Operation>
ManagedNotebookServiceSettings. reportRuntimeEventSettings()
Returns the object with the settings used for calls to reportRuntimeEvent.Methods in com.google.cloud.notebooks.v1 with parameters of type ReportRuntimeEventRequest Modifier and Type Method Description ReportRuntimeEventRequest.Builder
ReportRuntimeEventRequest.Builder. mergeFrom(ReportRuntimeEventRequest other)
static ReportRuntimeEventRequest.Builder
ReportRuntimeEventRequest. newBuilder(ReportRuntimeEventRequest prototype)
default void
ManagedNotebookServiceGrpc.AsyncService. reportRuntimeEvent(ReportRuntimeEventRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Report and process a runtime event.com.google.longrunning.Operation
ManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub. reportRuntimeEvent(ReportRuntimeEventRequest request)
Report and process a runtime event.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub. reportRuntimeEvent(ReportRuntimeEventRequest request)
Report and process a runtime event.void
ManagedNotebookServiceGrpc.ManagedNotebookServiceStub. reportRuntimeEvent(ReportRuntimeEventRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Report and process a runtime event.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>
ManagedNotebookServiceClient. reportRuntimeEventAsync(ReportRuntimeEventRequest request)
Report and process a runtime event. -
Uses of ReportRuntimeEventRequest in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type ReportRuntimeEventRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ReportRuntimeEventRequest,com.google.longrunning.Operation>
GrpcManagedNotebookServiceStub. reportRuntimeEventCallable()
com.google.api.gax.rpc.UnaryCallable<ReportRuntimeEventRequest,com.google.longrunning.Operation>
ManagedNotebookServiceStub. reportRuntimeEventCallable()
com.google.api.gax.rpc.OperationCallable<ReportRuntimeEventRequest,Runtime,OperationMetadata>
GrpcManagedNotebookServiceStub. reportRuntimeEventOperationCallable()
com.google.api.gax.rpc.OperationCallable<ReportRuntimeEventRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStub. reportRuntimeEventOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ReportRuntimeEventRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings.Builder. reportRuntimeEventOperationSettings()
Returns the builder for the settings used for calls to reportRuntimeEvent.com.google.api.gax.rpc.OperationCallSettings<ReportRuntimeEventRequest,Runtime,OperationMetadata>
ManagedNotebookServiceStubSettings. reportRuntimeEventOperationSettings()
Returns the object with the settings used for calls to reportRuntimeEvent.com.google.api.gax.rpc.UnaryCallSettings.Builder<ReportRuntimeEventRequest,com.google.longrunning.Operation>
ManagedNotebookServiceStubSettings.Builder. reportRuntimeEventSettings()
Returns the builder for the settings used for calls to reportRuntimeEvent.com.google.api.gax.rpc.UnaryCallSettings<ReportRuntimeEventRequest,com.google.longrunning.Operation>
ManagedNotebookServiceStubSettings. reportRuntimeEventSettings()
Returns the object with the settings used for calls to reportRuntimeEvent.
-