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