Uses of Class
com.google.cloud.compute.v1.StartInstanceRequest
-
Packages that use StartInstanceRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of StartInstanceRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return StartInstanceRequest Modifier and Type Method Description StartInstanceRequest
StartInstanceRequest.Builder. build()
StartInstanceRequest
StartInstanceRequest.Builder. buildPartial()
static StartInstanceRequest
StartInstanceRequest. getDefaultInstance()
StartInstanceRequest
StartInstanceRequest.Builder. getDefaultInstanceForType()
StartInstanceRequest
StartInstanceRequest. getDefaultInstanceForType()
static StartInstanceRequest
StartInstanceRequest. parseDelimitedFrom(InputStream input)
static StartInstanceRequest
StartInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartInstanceRequest
StartInstanceRequest. parseFrom(byte[] data)
static StartInstanceRequest
StartInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartInstanceRequest
StartInstanceRequest. parseFrom(com.google.protobuf.ByteString data)
static StartInstanceRequest
StartInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartInstanceRequest
StartInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StartInstanceRequest
StartInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartInstanceRequest
StartInstanceRequest. parseFrom(InputStream input)
static StartInstanceRequest
StartInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StartInstanceRequest
StartInstanceRequest. parseFrom(ByteBuffer data)
static StartInstanceRequest
StartInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type StartInstanceRequest Modifier and Type Method Description com.google.protobuf.Parser<StartInstanceRequest>
StartInstanceRequest. getParserForType()
static com.google.protobuf.Parser<StartInstanceRequest>
StartInstanceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<StartInstanceRequest,Operation>
InstancesClient. startCallable()
Starts an instance that was stopped using the instances().stop method.com.google.api.gax.rpc.OperationCallable<StartInstanceRequest,Operation,Operation>
InstancesClient. startOperationCallable()
Starts an instance that was stopped using the instances().stop method.com.google.api.gax.rpc.OperationCallSettings.Builder<StartInstanceRequest,Operation,Operation>
InstancesSettings.Builder. startOperationSettings()
Returns the builder for the settings used for calls to start.com.google.api.gax.rpc.OperationCallSettings<StartInstanceRequest,Operation,Operation>
InstancesSettings. startOperationSettings()
Returns the object with the settings used for calls to start.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartInstanceRequest,Operation>
InstancesSettings.Builder. startSettings()
Returns the builder for the settings used for calls to start.com.google.api.gax.rpc.UnaryCallSettings<StartInstanceRequest,Operation>
InstancesSettings. startSettings()
Returns the object with the settings used for calls to start.Methods in com.google.cloud.compute.v1 with parameters of type StartInstanceRequest Modifier and Type Method Description StartInstanceRequest.Builder
StartInstanceRequest.Builder. mergeFrom(StartInstanceRequest other)
static StartInstanceRequest.Builder
StartInstanceRequest. newBuilder(StartInstanceRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. startAsync(StartInstanceRequest request)
Starts an instance that was stopped using the instances().stop method. -
Uses of StartInstanceRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type StartInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<StartInstanceRequest,Operation>
HttpJsonInstancesStub. startCallable()
com.google.api.gax.rpc.UnaryCallable<StartInstanceRequest,Operation>
InstancesStub. startCallable()
com.google.api.gax.rpc.OperationCallable<StartInstanceRequest,Operation,Operation>
HttpJsonInstancesStub. startOperationCallable()
com.google.api.gax.rpc.OperationCallable<StartInstanceRequest,Operation,Operation>
InstancesStub. startOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<StartInstanceRequest,Operation,Operation>
InstancesStubSettings.Builder. startOperationSettings()
Returns the builder for the settings used for calls to start.com.google.api.gax.rpc.OperationCallSettings<StartInstanceRequest,Operation,Operation>
InstancesStubSettings. startOperationSettings()
Returns the object with the settings used for calls to start.com.google.api.gax.rpc.UnaryCallSettings.Builder<StartInstanceRequest,Operation>
InstancesStubSettings.Builder. startSettings()
Returns the builder for the settings used for calls to start.com.google.api.gax.rpc.UnaryCallSettings<StartInstanceRequest,Operation>
InstancesStubSettings. startSettings()
Returns the object with the settings used for calls to start.
-