Uses of Class
com.google.cloud.shell.v1.Environment
-
Packages that use Environment Package Description com.google.cloud.shell.v1 A client to Cloud Shell APIcom.google.cloud.shell.v1.stub -
-
Uses of Environment in com.google.cloud.shell.v1
Methods in com.google.cloud.shell.v1 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
CloudShellServiceClient. getEnvironment(EnvironmentName name)
Gets an environment.Environment
CloudShellServiceClient. getEnvironment(GetEnvironmentRequest request)
Gets an environment.Environment
CloudShellServiceClient. getEnvironment(String name)
Gets an environment.Environment
CloudShellServiceGrpc.CloudShellServiceBlockingStub. getEnvironment(GetEnvironmentRequest request)
Gets an environment.Environment
StartEnvironmentResponse.Builder. getEnvironment()
Environment that was started.Environment
StartEnvironmentResponse. getEnvironment()
Environment that was started.Environment
StartEnvironmentResponseOrBuilder. getEnvironment()
Environment that was started.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.shell.v1 that return types with arguments of type Environment Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Environment>
CloudShellServiceGrpc.CloudShellServiceFutureStub. getEnvironment(GetEnvironmentRequest request)
Gets an environment.com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>
CloudShellServiceClient. getEnvironmentCallable()
Gets an environment.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,Environment>
CloudShellServiceSettings.Builder. getEnvironmentSettings()
Returns the builder for the settings used for calls to getEnvironment.com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment>
CloudShellServiceSettings. getEnvironmentSettings()
Returns the object with the settings used for calls to getEnvironment.static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment>
CloudShellServiceGrpc. getGetEnvironmentMethod()
com.google.protobuf.Parser<Environment>
Environment. getParserForType()
static com.google.protobuf.Parser<Environment>
Environment. parser()
Methods in com.google.cloud.shell.v1 with parameters of type Environment Modifier and Type Method Description StartEnvironmentResponse.Builder
StartEnvironmentResponse.Builder. mergeEnvironment(Environment value)
Environment that was started.Environment.Builder
Environment.Builder. mergeFrom(Environment other)
static Environment.Builder
Environment. newBuilder(Environment prototype)
StartEnvironmentResponse.Builder
StartEnvironmentResponse.Builder. setEnvironment(Environment value)
Environment that was started.Method parameters in com.google.cloud.shell.v1 with type arguments of type Environment Modifier and Type Method Description default void
CloudShellServiceGrpc.AsyncService. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)
Gets an environment.void
CloudShellServiceGrpc.CloudShellServiceStub. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)
Gets an environment. -
Uses of Environment in com.google.cloud.shell.v1.stub
Methods in com.google.cloud.shell.v1.stub that return types with arguments of type Environment Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>
CloudShellServiceStub. getEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>
GrpcCloudShellServiceStub. getEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<GetEnvironmentRequest,Environment>
HttpJsonCloudShellServiceStub. getEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,Environment>
CloudShellServiceStubSettings.Builder. getEnvironmentSettings()
Returns the builder for the settings used for calls to getEnvironment.com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment>
CloudShellServiceStubSettings. getEnvironmentSettings()
Returns the object with the settings used for calls to getEnvironment.
-