Uses of Class
com.google.cloud.notebooks.v1.CreateRuntimeRequest
-
Packages that use CreateRuntimeRequest Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of CreateRuntimeRequest in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return CreateRuntimeRequest Modifier and Type Method Description CreateRuntimeRequestCreateRuntimeRequest.Builder. build()CreateRuntimeRequestCreateRuntimeRequest.Builder. buildPartial()static CreateRuntimeRequestCreateRuntimeRequest. getDefaultInstance()CreateRuntimeRequestCreateRuntimeRequest.Builder. getDefaultInstanceForType()CreateRuntimeRequestCreateRuntimeRequest. getDefaultInstanceForType()static CreateRuntimeRequestCreateRuntimeRequest. parseDelimitedFrom(InputStream input)static CreateRuntimeRequestCreateRuntimeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateRuntimeRequestCreateRuntimeRequest. parseFrom(byte[] data)static CreateRuntimeRequestCreateRuntimeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateRuntimeRequestCreateRuntimeRequest. parseFrom(com.google.protobuf.ByteString data)static CreateRuntimeRequestCreateRuntimeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateRuntimeRequestCreateRuntimeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateRuntimeRequestCreateRuntimeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateRuntimeRequestCreateRuntimeRequest. parseFrom(InputStream input)static CreateRuntimeRequestCreateRuntimeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateRuntimeRequestCreateRuntimeRequest. parseFrom(ByteBuffer data)static CreateRuntimeRequestCreateRuntimeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1 that return types with arguments of type CreateRuntimeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceClient. createRuntimeCallable()Creates a new Runtime in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateRuntimeRequest,Runtime,OperationMetadata>ManagedNotebookServiceClient. createRuntimeOperationCallable()Creates a new Runtime in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateRuntimeRequest,Runtime,OperationMetadata>ManagedNotebookServiceSettings.Builder. createRuntimeOperationSettings()Returns the builder for the settings used for calls to createRuntime.com.google.api.gax.rpc.OperationCallSettings<CreateRuntimeRequest,Runtime,OperationMetadata>ManagedNotebookServiceSettings. createRuntimeOperationSettings()Returns the object with the settings used for calls to createRuntime.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceSettings.Builder. createRuntimeSettings()Returns the builder for the settings used for calls to createRuntime.com.google.api.gax.rpc.UnaryCallSettings<CreateRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceSettings. createRuntimeSettings()Returns the object with the settings used for calls to createRuntime.static io.grpc.MethodDescriptor<CreateRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceGrpc. getCreateRuntimeMethod()com.google.protobuf.Parser<CreateRuntimeRequest>CreateRuntimeRequest. getParserForType()static com.google.protobuf.Parser<CreateRuntimeRequest>CreateRuntimeRequest. parser()Methods in com.google.cloud.notebooks.v1 with parameters of type CreateRuntimeRequest Modifier and Type Method Description default voidManagedNotebookServiceGrpc.AsyncService. createRuntime(CreateRuntimeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new Runtime in a given project and location.com.google.longrunning.OperationManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub. createRuntime(CreateRuntimeRequest request)Creates a new Runtime in a given project and location.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub. createRuntime(CreateRuntimeRequest request)Creates a new Runtime in a given project and location.voidManagedNotebookServiceGrpc.ManagedNotebookServiceStub. createRuntime(CreateRuntimeRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new Runtime in a given project and location.com.google.api.gax.longrunning.OperationFuture<Runtime,OperationMetadata>ManagedNotebookServiceClient. createRuntimeAsync(CreateRuntimeRequest request)Creates a new Runtime in a given project and location.CreateRuntimeRequest.BuilderCreateRuntimeRequest.Builder. mergeFrom(CreateRuntimeRequest other)static CreateRuntimeRequest.BuilderCreateRuntimeRequest. newBuilder(CreateRuntimeRequest prototype) -
Uses of CreateRuntimeRequest in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type CreateRuntimeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateRuntimeRequest,com.google.longrunning.Operation>GrpcManagedNotebookServiceStub. createRuntimeCallable()com.google.api.gax.rpc.UnaryCallable<CreateRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceStub. createRuntimeCallable()com.google.api.gax.rpc.OperationCallable<CreateRuntimeRequest,Runtime,OperationMetadata>GrpcManagedNotebookServiceStub. createRuntimeOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateRuntimeRequest,Runtime,OperationMetadata>ManagedNotebookServiceStub. createRuntimeOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateRuntimeRequest,Runtime,OperationMetadata>ManagedNotebookServiceStubSettings.Builder. createRuntimeOperationSettings()Returns the builder for the settings used for calls to createRuntime.com.google.api.gax.rpc.OperationCallSettings<CreateRuntimeRequest,Runtime,OperationMetadata>ManagedNotebookServiceStubSettings. createRuntimeOperationSettings()Returns the object with the settings used for calls to createRuntime.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceStubSettings.Builder. createRuntimeSettings()Returns the builder for the settings used for calls to createRuntime.com.google.api.gax.rpc.UnaryCallSettings<CreateRuntimeRequest,com.google.longrunning.Operation>ManagedNotebookServiceStubSettings. createRuntimeSettings()Returns the object with the settings used for calls to createRuntime.
-