Uses of Class
com.google.cloud.shell.v1.StartEnvironmentRequest
-
Packages that use StartEnvironmentRequest Package Description com.google.cloud.shell.v1 A client to Cloud Shell APIcom.google.cloud.shell.v1.stub -
-
Uses of StartEnvironmentRequest in com.google.cloud.shell.v1
Methods in com.google.cloud.shell.v1 that return StartEnvironmentRequest Modifier and Type Method Description StartEnvironmentRequest
StartEnvironmentRequest.Builder. build()
StartEnvironmentRequest
StartEnvironmentRequest.Builder. buildPartial()
static StartEnvironmentRequest
StartEnvironmentRequest. getDefaultInstance()
StartEnvironmentRequest
StartEnvironmentRequest.Builder. getDefaultInstanceForType()
StartEnvironmentRequest
StartEnvironmentRequest. getDefaultInstanceForType()
static StartEnvironmentRequest
StartEnvironmentRequest. parseDelimitedFrom(InputStream input)
static StartEnvironmentRequest
StartEnvironmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartEnvironmentRequest
StartEnvironmentRequest. parseFrom(byte[] data)
static StartEnvironmentRequest
StartEnvironmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartEnvironmentRequest
StartEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data)
static StartEnvironmentRequest
StartEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartEnvironmentRequest
StartEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StartEnvironmentRequest
StartEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartEnvironmentRequest
StartEnvironmentRequest. parseFrom(InputStream input)
static StartEnvironmentRequest
StartEnvironmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartEnvironmentRequest
StartEnvironmentRequest. parseFrom(ByteBuffer data)
static StartEnvironmentRequest
StartEnvironmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.shell.v1 that return types with arguments of type StartEnvironmentRequest Modifier and Type Method Description com.google.protobuf.Parser<StartEnvironmentRequest>
StartEnvironmentRequest. getParserForType()
static io.grpc.MethodDescriptor<StartEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceGrpc. getStartEnvironmentMethod()
static com.google.protobuf.Parser<StartEnvironmentRequest>
StartEnvironmentRequest. parser()
com.google.api.gax.rpc.UnaryCallable<StartEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceClient. startEnvironmentCallable()
Starts an existing environment, allowing clients to connect to it.com.google.api.gax.rpc.OperationCallable<StartEnvironmentRequest,StartEnvironmentResponse,StartEnvironmentMetadata>
CloudShellServiceClient. startEnvironmentOperationCallable()
Starts an existing environment, allowing clients to connect to it.com.google.api.gax.rpc.OperationCallSettings.Builder<StartEnvironmentRequest,StartEnvironmentResponse,StartEnvironmentMetadata>
CloudShellServiceSettings.Builder. startEnvironmentOperationSettings()
Returns the builder for the settings used for calls to startEnvironment.com.google.api.gax.rpc.OperationCallSettings<StartEnvironmentRequest,StartEnvironmentResponse,StartEnvironmentMetadata>
CloudShellServiceSettings. startEnvironmentOperationSettings()
Returns the object with the settings used for calls to startEnvironment.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceSettings.Builder. startEnvironmentSettings()
Returns the builder for the settings used for calls to startEnvironment.com.google.api.gax.rpc.UnaryCallSettings<StartEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceSettings. startEnvironmentSettings()
Returns the object with the settings used for calls to startEnvironment.Methods in com.google.cloud.shell.v1 with parameters of type StartEnvironmentRequest Modifier and Type Method Description StartEnvironmentRequest.Builder
StartEnvironmentRequest.Builder. mergeFrom(StartEnvironmentRequest other)
static StartEnvironmentRequest.Builder
StartEnvironmentRequest. newBuilder(StartEnvironmentRequest prototype)
default void
CloudShellServiceGrpc.AsyncService. startEnvironment(StartEnvironmentRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts an existing environment, allowing clients to connect to it.com.google.longrunning.Operation
CloudShellServiceGrpc.CloudShellServiceBlockingStub. startEnvironment(StartEnvironmentRequest request)
Starts an existing environment, allowing clients to connect to it.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
CloudShellServiceGrpc.CloudShellServiceFutureStub. startEnvironment(StartEnvironmentRequest request)
Starts an existing environment, allowing clients to connect to it.void
CloudShellServiceGrpc.CloudShellServiceStub. startEnvironment(StartEnvironmentRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts an existing environment, allowing clients to connect to it.com.google.api.gax.longrunning.OperationFuture<StartEnvironmentResponse,StartEnvironmentMetadata>
CloudShellServiceClient. startEnvironmentAsync(StartEnvironmentRequest request)
Starts an existing environment, allowing clients to connect to it. -
Uses of StartEnvironmentRequest in com.google.cloud.shell.v1.stub
Methods in com.google.cloud.shell.v1.stub that return types with arguments of type StartEnvironmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<StartEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceStub. startEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<StartEnvironmentRequest,com.google.longrunning.Operation>
GrpcCloudShellServiceStub. startEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<StartEnvironmentRequest,com.google.longrunning.Operation>
HttpJsonCloudShellServiceStub. startEnvironmentCallable()
com.google.api.gax.rpc.OperationCallable<StartEnvironmentRequest,StartEnvironmentResponse,StartEnvironmentMetadata>
CloudShellServiceStub. startEnvironmentOperationCallable()
com.google.api.gax.rpc.OperationCallable<StartEnvironmentRequest,StartEnvironmentResponse,StartEnvironmentMetadata>
GrpcCloudShellServiceStub. startEnvironmentOperationCallable()
com.google.api.gax.rpc.OperationCallable<StartEnvironmentRequest,StartEnvironmentResponse,StartEnvironmentMetadata>
HttpJsonCloudShellServiceStub. startEnvironmentOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<StartEnvironmentRequest,StartEnvironmentResponse,StartEnvironmentMetadata>
CloudShellServiceStubSettings.Builder. startEnvironmentOperationSettings()
Returns the builder for the settings used for calls to startEnvironment.com.google.api.gax.rpc.OperationCallSettings<StartEnvironmentRequest,StartEnvironmentResponse,StartEnvironmentMetadata>
CloudShellServiceStubSettings. startEnvironmentOperationSettings()
Returns the object with the settings used for calls to startEnvironment.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceStubSettings.Builder. startEnvironmentSettings()
Returns the builder for the settings used for calls to startEnvironment.com.google.api.gax.rpc.UnaryCallSettings<StartEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceStubSettings. startEnvironmentSettings()
Returns the object with the settings used for calls to startEnvironment.
-