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 CreateRuntimeRequest
CreateRuntimeRequest.Builder. build()
CreateRuntimeRequest
CreateRuntimeRequest.Builder. buildPartial()
static CreateRuntimeRequest
CreateRuntimeRequest. getDefaultInstance()
CreateRuntimeRequest
CreateRuntimeRequest.Builder. getDefaultInstanceForType()
CreateRuntimeRequest
CreateRuntimeRequest. getDefaultInstanceForType()
static CreateRuntimeRequest
CreateRuntimeRequest. parseDelimitedFrom(InputStream input)
static CreateRuntimeRequest
CreateRuntimeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRuntimeRequest
CreateRuntimeRequest. parseFrom(byte[] data)
static CreateRuntimeRequest
CreateRuntimeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRuntimeRequest
CreateRuntimeRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateRuntimeRequest
CreateRuntimeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRuntimeRequest
CreateRuntimeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateRuntimeRequest
CreateRuntimeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRuntimeRequest
CreateRuntimeRequest. parseFrom(InputStream input)
static CreateRuntimeRequest
CreateRuntimeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateRuntimeRequest
CreateRuntimeRequest. parseFrom(ByteBuffer data)
static CreateRuntimeRequest
CreateRuntimeRequest. 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 void
ManagedNotebookServiceGrpc.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.Operation
ManagedNotebookServiceGrpc.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.void
ManagedNotebookServiceGrpc.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.Builder
CreateRuntimeRequest.Builder. mergeFrom(CreateRuntimeRequest other)
static CreateRuntimeRequest.Builder
CreateRuntimeRequest. 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.
-