Uses of Class
com.google.cloud.notebooks.v1.Environment
-
Packages that use Environment Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of Environment in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return Environment Modifier and Type Method Description EnvironmentEnvironment.Builder. build()EnvironmentEnvironment.Builder. buildPartial()static EnvironmentEnvironment. getDefaultInstance()EnvironmentEnvironment.Builder. getDefaultInstanceForType()EnvironmentEnvironment. getDefaultInstanceForType()EnvironmentCreateEnvironmentRequest.Builder. getEnvironment()Required.EnvironmentCreateEnvironmentRequest. getEnvironment()Required.EnvironmentCreateEnvironmentRequestOrBuilder. getEnvironment()Required.EnvironmentNotebookServiceClient. getEnvironment(GetEnvironmentRequest request)Gets details of a single Environment.EnvironmentNotebookServiceClient. getEnvironment(String name)Gets details of a single Environment.EnvironmentNotebookServiceGrpc.NotebookServiceBlockingStub. getEnvironment(GetEnvironmentRequest request)Gets details of a single Environment.EnvironmentListEnvironmentsResponse.Builder. getEnvironments(int index)A list of returned environments.EnvironmentListEnvironmentsResponse. getEnvironments(int index)A list of returned environments.EnvironmentListEnvironmentsResponseOrBuilder. getEnvironments(int index)A list of returned environments.static EnvironmentEnvironment. parseDelimitedFrom(InputStream input)static EnvironmentEnvironment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(byte[] data)static EnvironmentEnvironment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(com.google.protobuf.ByteString data)static EnvironmentEnvironment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(com.google.protobuf.CodedInputStream input)static EnvironmentEnvironment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(InputStream input)static EnvironmentEnvironment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvironmentEnvironment. parseFrom(ByteBuffer data)static EnvironmentEnvironment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1 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.longrunning.OperationFuture<Environment,OperationMetadata>NotebookServiceClient. createEnvironmentAsync(String parent, Environment environment, String environmentId)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.v1 with parameters of type Environment Modifier and Type Method Description ListEnvironmentsResponse.BuilderListEnvironmentsResponse.Builder. addEnvironments(int index, Environment value)A list of returned environments.ListEnvironmentsResponse.BuilderListEnvironmentsResponse.Builder. addEnvironments(Environment value)A list of returned environments.com.google.api.gax.longrunning.OperationFuture<Environment,OperationMetadata>NotebookServiceClient. createEnvironmentAsync(String parent, Environment environment, String environmentId)Creates a new Environment.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. mergeEnvironment(Environment value)Required.Environment.BuilderEnvironment.Builder. mergeFrom(Environment other)static Environment.BuilderEnvironment. newBuilder(Environment prototype)CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. setEnvironment(Environment value)Required.ListEnvironmentsResponse.BuilderListEnvironmentsResponse.Builder. setEnvironments(int index, Environment value)A list of returned environments.Method parameters in com.google.cloud.notebooks.v1 with type arguments of type Environment Modifier and Type Method Description ListEnvironmentsResponse.BuilderListEnvironmentsResponse.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.ListEnvironmentsPageNotebookServiceClient.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 voidNotebookServiceGrpc.AsyncService. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)Gets details of a single Environment.voidNotebookServiceGrpc.NotebookServiceStub. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)Gets details of a single Environment. -
Uses of Environment in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.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.
-