Uses of Class
com.google.cloud.shell.v1.StartEnvironmentResponse
-
Packages that use StartEnvironmentResponse Package Description com.google.cloud.shell.v1 A client to Cloud Shell APIcom.google.cloud.shell.v1.stub -
-
Uses of StartEnvironmentResponse in com.google.cloud.shell.v1
Methods in com.google.cloud.shell.v1 that return StartEnvironmentResponse Modifier and Type Method Description StartEnvironmentResponseStartEnvironmentResponse.Builder. build()StartEnvironmentResponseStartEnvironmentResponse.Builder. buildPartial()static StartEnvironmentResponseStartEnvironmentResponse. getDefaultInstance()StartEnvironmentResponseStartEnvironmentResponse.Builder. getDefaultInstanceForType()StartEnvironmentResponseStartEnvironmentResponse. getDefaultInstanceForType()static StartEnvironmentResponseStartEnvironmentResponse. parseDelimitedFrom(InputStream input)static StartEnvironmentResponseStartEnvironmentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartEnvironmentResponseStartEnvironmentResponse. parseFrom(byte[] data)static StartEnvironmentResponseStartEnvironmentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartEnvironmentResponseStartEnvironmentResponse. parseFrom(com.google.protobuf.ByteString data)static StartEnvironmentResponseStartEnvironmentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartEnvironmentResponseStartEnvironmentResponse. parseFrom(com.google.protobuf.CodedInputStream input)static StartEnvironmentResponseStartEnvironmentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartEnvironmentResponseStartEnvironmentResponse. parseFrom(InputStream input)static StartEnvironmentResponseStartEnvironmentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartEnvironmentResponseStartEnvironmentResponse. parseFrom(ByteBuffer data)static StartEnvironmentResponseStartEnvironmentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.shell.v1 that return types with arguments of type StartEnvironmentResponse Modifier and Type Method Description com.google.protobuf.Parser<StartEnvironmentResponse>StartEnvironmentResponse. getParserForType()static com.google.protobuf.Parser<StartEnvironmentResponse>StartEnvironmentResponse. parser()com.google.api.gax.longrunning.OperationFuture<StartEnvironmentResponse,StartEnvironmentMetadata>CloudShellServiceClient. startEnvironmentAsync(StartEnvironmentRequest request)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.Methods in com.google.cloud.shell.v1 with parameters of type StartEnvironmentResponse Modifier and Type Method Description StartEnvironmentResponse.BuilderStartEnvironmentResponse.Builder. mergeFrom(StartEnvironmentResponse other)static StartEnvironmentResponse.BuilderStartEnvironmentResponse. newBuilder(StartEnvironmentResponse prototype) -
Uses of StartEnvironmentResponse in com.google.cloud.shell.v1.stub
Methods in com.google.cloud.shell.v1.stub that return types with arguments of type StartEnvironmentResponse Modifier and Type Method Description 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.
-