Uses of Class
com.google.cloud.notebooks.v1beta1.Environment
-
Packages that use Environment Package Description com.google.cloud.notebooks.v1beta1 A client to Notebooks APIcom.google.cloud.notebooks.v1beta1.stub -
-
Uses of Environment in com.google.cloud.notebooks.v1beta1
Methods in com.google.cloud.notebooks.v1beta1 that return Environment Modifier and Type Method Description Environment
Environment.Builder. build()
Environment
Environment.Builder. buildPartial()
static Environment
Environment. getDefaultInstance()
Environment
Environment.Builder. getDefaultInstanceForType()
Environment
Environment. getDefaultInstanceForType()
Environment
CreateEnvironmentRequest.Builder. getEnvironment()
Required.Environment
CreateEnvironmentRequest. getEnvironment()
Required.Environment
CreateEnvironmentRequestOrBuilder. getEnvironment()
Required.Environment
NotebookServiceClient. getEnvironment(GetEnvironmentRequest request)
Gets details of a single Environment.Environment
NotebookServiceGrpc.NotebookServiceBlockingStub. getEnvironment(GetEnvironmentRequest request)
Gets details of a single Environment.Environment
ListEnvironmentsResponse.Builder. getEnvironments(int index)
A list of returned environments.Environment
ListEnvironmentsResponse. getEnvironments(int index)
A list of returned environments.Environment
ListEnvironmentsResponseOrBuilder. getEnvironments(int index)
A list of returned environments.static Environment
Environment. parseDelimitedFrom(InputStream input)
static Environment
Environment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(byte[] data)
static Environment
Environment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(com.google.protobuf.ByteString data)
static Environment
Environment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(com.google.protobuf.CodedInputStream input)
static Environment
Environment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(InputStream input)
static Environment
Environment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Environment
Environment. parseFrom(ByteBuffer data)
static Environment
Environment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v1beta1 that return types with arguments of type Environment Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Environment,OperationMetadata>
NotebookServiceClient. createEnvironmentAsync(CreateEnvironmentRequest request)
Creates a new Environment.com.google.api.gax.rpc.OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata>
NotebookServiceClient. createEnvironmentOperationCallable()
Creates a new Environment.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEnvironmentRequest,Environment,OperationMetadata>
NotebookServiceSettings.Builder. createEnvironmentOperationSettings()
Returns the builder for the settings used for calls to createEnvironment.com.google.api.gax.rpc.OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata>
NotebookServiceSettings. createEnvironmentOperationSettings()
Returns the object with the settings used for calls to createEnvironment.com.google.common.util.concurrent.ListenableFuture<Environment>
NotebookServiceGrpc.NotebookServiceFutureStub. getEnvironment(GetEnvironmentRequest request)
Gets details of a single Environment.com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>
NotebookServiceClient. getEnvironmentCallable()
Gets details of a single Environment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,Environment>
NotebookServiceSettings.Builder. getEnvironmentSettings()
Returns the builder for the settings used for calls to getEnvironment.com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment>
NotebookServiceSettings. getEnvironmentSettings()
Returns the object with the settings used for calls to getEnvironment.List<Environment>
ListEnvironmentsResponse.Builder. getEnvironmentsList()
A list of returned environments.List<Environment>
ListEnvironmentsResponse. getEnvironmentsList()
A list of returned environments.List<Environment>
ListEnvironmentsResponseOrBuilder. getEnvironmentsList()
A list of returned environments.static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment>
NotebookServiceGrpc. getGetEnvironmentMethod()
com.google.protobuf.Parser<Environment>
Environment. getParserForType()
static com.google.protobuf.Parser<Environment>
Environment. parser()
Methods in com.google.cloud.notebooks.v1beta1 with parameters of type Environment Modifier and Type Method Description ListEnvironmentsResponse.Builder
ListEnvironmentsResponse.Builder. addEnvironments(int index, Environment value)
A list of returned environments.ListEnvironmentsResponse.Builder
ListEnvironmentsResponse.Builder. addEnvironments(Environment value)
A list of returned environments.CreateEnvironmentRequest.Builder
CreateEnvironmentRequest.Builder. mergeEnvironment(Environment value)
Required.Environment.Builder
Environment.Builder. mergeFrom(Environment other)
static Environment.Builder
Environment. newBuilder(Environment prototype)
CreateEnvironmentRequest.Builder
CreateEnvironmentRequest.Builder. setEnvironment(Environment value)
Required.ListEnvironmentsResponse.Builder
ListEnvironmentsResponse.Builder. setEnvironments(int index, Environment value)
A list of returned environments.Method parameters in com.google.cloud.notebooks.v1beta1 with type arguments of type Environment Modifier and Type Method Description ListEnvironmentsResponse.Builder
ListEnvironmentsResponse.Builder. addAllEnvironments(Iterable<? extends Environment> values)
A list of returned environments.static com.google.api.core.ApiFuture<NotebookServiceClient.ListEnvironmentsPagedResponse>
NotebookServiceClient.ListEnvironmentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListEnvironmentsRequest,ListEnvironmentsResponse,Environment> context, com.google.api.core.ApiFuture<ListEnvironmentsResponse> futureResponse)
protected NotebookServiceClient.ListEnvironmentsPage
NotebookServiceClient.ListEnvironmentsPage. createPage(com.google.api.gax.rpc.PageContext<ListEnvironmentsRequest,ListEnvironmentsResponse,Environment> context, ListEnvironmentsResponse response)
com.google.api.core.ApiFuture<NotebookServiceClient.ListEnvironmentsPage>
NotebookServiceClient.ListEnvironmentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListEnvironmentsRequest,ListEnvironmentsResponse,Environment> context, com.google.api.core.ApiFuture<ListEnvironmentsResponse> futureResponse)
default void
NotebookServiceGrpc.AsyncService. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)
Gets details of a single Environment.void
NotebookServiceGrpc.NotebookServiceStub. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)
Gets details of a single Environment. -
Uses of Environment in com.google.cloud.notebooks.v1beta1.stub
Methods in com.google.cloud.notebooks.v1beta1.stub that return types with arguments of type Environment Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata>
GrpcNotebookServiceStub. createEnvironmentOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata>
NotebookServiceStub. createEnvironmentOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEnvironmentRequest,Environment,OperationMetadata>
NotebookServiceStubSettings.Builder. createEnvironmentOperationSettings()
Returns the builder for the settings used for calls to createEnvironment.com.google.api.gax.rpc.OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata>
NotebookServiceStubSettings. createEnvironmentOperationSettings()
Returns the object with the settings used for calls to createEnvironment.com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>
GrpcNotebookServiceStub. getEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>
NotebookServiceStub. getEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,Environment>
NotebookServiceStubSettings.Builder. getEnvironmentSettings()
Returns the builder for the settings used for calls to getEnvironment.com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment>
NotebookServiceStubSettings. getEnvironmentSettings()
Returns the object with the settings used for calls to getEnvironment.
-