Uses of Class
com.google.cloud.notebooks.v1beta1.CreateInstanceRequest
-
Packages that use CreateInstanceRequest Package Description com.google.cloud.notebooks.v1beta1 A client to Notebooks APIcom.google.cloud.notebooks.v1beta1.stub -
-
Uses of CreateInstanceRequest in com.google.cloud.notebooks.v1beta1
Methods in com.google.cloud.notebooks.v1beta1 that return CreateInstanceRequest Modifier and Type Method Description CreateInstanceRequest
CreateInstanceRequest.Builder. build()
CreateInstanceRequest
CreateInstanceRequest.Builder. buildPartial()
static CreateInstanceRequest
CreateInstanceRequest. getDefaultInstance()
CreateInstanceRequest
CreateInstanceRequest.Builder. getDefaultInstanceForType()
CreateInstanceRequest
CreateInstanceRequest. getDefaultInstanceForType()
static CreateInstanceRequest
CreateInstanceRequest. parseDelimitedFrom(InputStream input)
static CreateInstanceRequest
CreateInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateInstanceRequest
CreateInstanceRequest. parseFrom(byte[] data)
static CreateInstanceRequest
CreateInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateInstanceRequest
CreateInstanceRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateInstanceRequest
CreateInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateInstanceRequest
CreateInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateInstanceRequest
CreateInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateInstanceRequest
CreateInstanceRequest. parseFrom(InputStream input)
static CreateInstanceRequest
CreateInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateInstanceRequest
CreateInstanceRequest. parseFrom(ByteBuffer data)
static CreateInstanceRequest
CreateInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v1beta1 that return types with arguments of type CreateInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateInstanceRequest,com.google.longrunning.Operation>
NotebookServiceClient. createInstanceCallable()
Creates a new Instance in a given project and location.com.google.api.gax.rpc.OperationCallable<CreateInstanceRequest,Instance,OperationMetadata>
NotebookServiceClient. createInstanceOperationCallable()
Creates a new Instance in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateInstanceRequest,Instance,OperationMetadata>
NotebookServiceSettings.Builder. createInstanceOperationSettings()
Returns the builder for the settings used for calls to createInstance.com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata>
NotebookServiceSettings. createInstanceOperationSettings()
Returns the object with the settings used for calls to createInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateInstanceRequest,com.google.longrunning.Operation>
NotebookServiceSettings.Builder. createInstanceSettings()
Returns the builder for the settings used for calls to createInstance.com.google.api.gax.rpc.UnaryCallSettings<CreateInstanceRequest,com.google.longrunning.Operation>
NotebookServiceSettings. createInstanceSettings()
Returns the object with the settings used for calls to createInstance.static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation>
NotebookServiceGrpc. getCreateInstanceMethod()
com.google.protobuf.Parser<CreateInstanceRequest>
CreateInstanceRequest. getParserForType()
static com.google.protobuf.Parser<CreateInstanceRequest>
CreateInstanceRequest. parser()
Methods in com.google.cloud.notebooks.v1beta1 with parameters of type CreateInstanceRequest Modifier and Type Method Description default void
NotebookServiceGrpc.AsyncService. createInstance(CreateInstanceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new Instance in a given project and location.com.google.longrunning.Operation
NotebookServiceGrpc.NotebookServiceBlockingStub. createInstance(CreateInstanceRequest request)
Creates a new Instance in a given project and location.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
NotebookServiceGrpc.NotebookServiceFutureStub. createInstance(CreateInstanceRequest request)
Creates a new Instance in a given project and location.void
NotebookServiceGrpc.NotebookServiceStub. createInstance(CreateInstanceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new Instance in a given project and location.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
NotebookServiceClient. createInstanceAsync(CreateInstanceRequest request)
Creates a new Instance in a given project and location.CreateInstanceRequest.Builder
CreateInstanceRequest.Builder. mergeFrom(CreateInstanceRequest other)
static CreateInstanceRequest.Builder
CreateInstanceRequest. newBuilder(CreateInstanceRequest prototype)
-
Uses of CreateInstanceRequest in com.google.cloud.notebooks.v1beta1.stub
Methods in com.google.cloud.notebooks.v1beta1.stub that return types with arguments of type CreateInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateInstanceRequest,com.google.longrunning.Operation>
GrpcNotebookServiceStub. createInstanceCallable()
com.google.api.gax.rpc.UnaryCallable<CreateInstanceRequest,com.google.longrunning.Operation>
NotebookServiceStub. createInstanceCallable()
com.google.api.gax.rpc.OperationCallable<CreateInstanceRequest,Instance,OperationMetadata>
GrpcNotebookServiceStub. createInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateInstanceRequest,Instance,OperationMetadata>
NotebookServiceStub. createInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateInstanceRequest,Instance,OperationMetadata>
NotebookServiceStubSettings.Builder. createInstanceOperationSettings()
Returns the builder for the settings used for calls to createInstance.com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata>
NotebookServiceStubSettings. createInstanceOperationSettings()
Returns the object with the settings used for calls to createInstance.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateInstanceRequest,com.google.longrunning.Operation>
NotebookServiceStubSettings.Builder. createInstanceSettings()
Returns the builder for the settings used for calls to createInstance.com.google.api.gax.rpc.UnaryCallSettings<CreateInstanceRequest,com.google.longrunning.Operation>
NotebookServiceStubSettings. createInstanceSettings()
Returns the object with the settings used for calls to createInstance.
-