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 StartEnvironmentRequestStartEnvironmentRequest.Builder. build()StartEnvironmentRequestStartEnvironmentRequest.Builder. buildPartial()static StartEnvironmentRequestStartEnvironmentRequest. getDefaultInstance()StartEnvironmentRequestStartEnvironmentRequest.Builder. getDefaultInstanceForType()StartEnvironmentRequestStartEnvironmentRequest. getDefaultInstanceForType()static StartEnvironmentRequestStartEnvironmentRequest. parseDelimitedFrom(InputStream input)static StartEnvironmentRequestStartEnvironmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartEnvironmentRequestStartEnvironmentRequest. parseFrom(byte[] data)static StartEnvironmentRequestStartEnvironmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartEnvironmentRequestStartEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data)static StartEnvironmentRequestStartEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartEnvironmentRequestStartEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static StartEnvironmentRequestStartEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartEnvironmentRequestStartEnvironmentRequest. parseFrom(InputStream input)static StartEnvironmentRequestStartEnvironmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartEnvironmentRequestStartEnvironmentRequest. parseFrom(ByteBuffer data)static StartEnvironmentRequestStartEnvironmentRequest. 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.BuilderStartEnvironmentRequest.Builder. mergeFrom(StartEnvironmentRequest other)static StartEnvironmentRequest.BuilderStartEnvironmentRequest. newBuilder(StartEnvironmentRequest prototype)default voidCloudShellServiceGrpc.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.OperationCloudShellServiceGrpc.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.voidCloudShellServiceGrpc.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.
-