Uses of Class
com.google.cloud.notebooks.v1.GetEnvironmentRequest
-
Packages that use GetEnvironmentRequest Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of GetEnvironmentRequest in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return GetEnvironmentRequest Modifier and Type Method Description GetEnvironmentRequest
GetEnvironmentRequest.Builder. build()
GetEnvironmentRequest
GetEnvironmentRequest.Builder. buildPartial()
static GetEnvironmentRequest
GetEnvironmentRequest. getDefaultInstance()
GetEnvironmentRequest
GetEnvironmentRequest.Builder. getDefaultInstanceForType()
GetEnvironmentRequest
GetEnvironmentRequest. getDefaultInstanceForType()
static GetEnvironmentRequest
GetEnvironmentRequest. parseDelimitedFrom(InputStream input)
static GetEnvironmentRequest
GetEnvironmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEnvironmentRequest
GetEnvironmentRequest. parseFrom(byte[] data)
static GetEnvironmentRequest
GetEnvironmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEnvironmentRequest
GetEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetEnvironmentRequest
GetEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEnvironmentRequest
GetEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetEnvironmentRequest
GetEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEnvironmentRequest
GetEnvironmentRequest. parseFrom(InputStream input)
static GetEnvironmentRequest
GetEnvironmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetEnvironmentRequest
GetEnvironmentRequest. parseFrom(ByteBuffer data)
static GetEnvironmentRequest
GetEnvironmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v1 that return types with arguments of type GetEnvironmentRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment>
NotebookServiceGrpc. getGetEnvironmentMethod()
com.google.protobuf.Parser<GetEnvironmentRequest>
GetEnvironmentRequest. getParserForType()
static com.google.protobuf.Parser<GetEnvironmentRequest>
GetEnvironmentRequest. parser()
Methods in com.google.cloud.notebooks.v1 with parameters of type GetEnvironmentRequest Modifier and Type Method Description Environment
NotebookServiceClient. getEnvironment(GetEnvironmentRequest request)
Gets details of a single Environment.default void
NotebookServiceGrpc.AsyncService. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)
Gets details of a single Environment.Environment
NotebookServiceGrpc.NotebookServiceBlockingStub. getEnvironment(GetEnvironmentRequest request)
Gets details of a single Environment.com.google.common.util.concurrent.ListenableFuture<Environment>
NotebookServiceGrpc.NotebookServiceFutureStub. getEnvironment(GetEnvironmentRequest request)
Gets details of a single Environment.void
NotebookServiceGrpc.NotebookServiceStub. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)
Gets details of a single Environment.GetEnvironmentRequest.Builder
GetEnvironmentRequest.Builder. mergeFrom(GetEnvironmentRequest other)
static GetEnvironmentRequest.Builder
GetEnvironmentRequest. newBuilder(GetEnvironmentRequest prototype)
-
Uses of GetEnvironmentRequest in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type GetEnvironmentRequest Modifier and Type Method Description 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.
-