Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
com.google.cloud.compute.v1.stub |
Modifier and Type | Method and Description |
---|---|
StartInstanceHttpRequest |
StartInstanceHttpRequest.Builder.build() |
static StartInstanceHttpRequest |
StartInstanceHttpRequest.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<StartInstanceHttpRequest,Operation> |
InstanceClient.startInstanceCallable()
Starts an instance that was stopped using the instances().stop method.
|
UnaryCallSettings<StartInstanceHttpRequest,Operation> |
InstanceSettings.startInstanceSettings()
Returns the object with the settings used for calls to startInstance.
|
UnaryCallSettings.Builder<StartInstanceHttpRequest,Operation> |
InstanceSettings.Builder.startInstanceSettings()
Returns the builder for the settings used for calls to startInstance.
|
Modifier and Type | Method and Description |
---|---|
StartInstanceHttpRequest.Builder |
StartInstanceHttpRequest.Builder.mergeFrom(StartInstanceHttpRequest other) |
static StartInstanceHttpRequest.Builder |
StartInstanceHttpRequest.newBuilder(StartInstanceHttpRequest prototype) |
Operation |
InstanceClient.startInstance(StartInstanceHttpRequest request)
Starts an instance that was stopped using the instances().stop method.
|
Modifier and Type | Field and Description |
---|---|
static ApiMethodDescriptor<StartInstanceHttpRequest,Operation> |
HttpJsonInstanceStub.startInstanceMethodDescriptor |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<StartInstanceHttpRequest,Operation> |
HttpJsonInstanceStub.startInstanceCallable() |
UnaryCallable<StartInstanceHttpRequest,Operation> |
InstanceStub.startInstanceCallable() |
UnaryCallSettings<StartInstanceHttpRequest,Operation> |
InstanceStubSettings.startInstanceSettings()
Returns the object with the settings used for calls to startInstance.
|
UnaryCallSettings.Builder<StartInstanceHttpRequest,Operation> |
InstanceStubSettings.Builder.startInstanceSettings()
Returns the builder for the settings used for calls to startInstance.
|
Copyright © 2019 Google LLC. All rights reserved.