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 EnvironmentEnvironment.Builder. build()EnvironmentEnvironment.Builder. buildPartial()static EnvironmentEnvironment. getDefaultInstance()EnvironmentEnvironment.Builder. getDefaultInstanceForType()EnvironmentEnvironment. getDefaultInstanceForType()EnvironmentCloudShellServiceClient. getEnvironment(EnvironmentName name)Gets an environment.EnvironmentCloudShellServiceClient. getEnvironment(GetEnvironmentRequest request)Gets an environment.EnvironmentCloudShellServiceClient. getEnvironment(String name)Gets an environment.EnvironmentCloudShellServiceGrpc.CloudShellServiceBlockingStub. getEnvironment(GetEnvironmentRequest request)Gets an environment.EnvironmentStartEnvironmentResponse.Builder. getEnvironment()Environment that was started.EnvironmentStartEnvironmentResponse. getEnvironment()Environment that was started.EnvironmentStartEnvironmentResponseOrBuilder. getEnvironment()Environment that was started.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.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.BuilderStartEnvironmentResponse.Builder. mergeEnvironment(Environment value)Environment that was started.Environment.BuilderEnvironment.Builder. mergeFrom(Environment other)static Environment.BuilderEnvironment. newBuilder(Environment prototype)StartEnvironmentResponse.BuilderStartEnvironmentResponse.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 voidCloudShellServiceGrpc.AsyncService. getEnvironment(GetEnvironmentRequest request, io.grpc.stub.StreamObserver<Environment> responseObserver)Gets an environment.voidCloudShellServiceGrpc.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.
-