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 |
---|---|
StopInstanceHttpRequest |
StopInstanceHttpRequest.Builder.build() |
static StopInstanceHttpRequest |
StopInstanceHttpRequest.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<StopInstanceHttpRequest,Operation> |
InstanceClient.stopInstanceCallable()
Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a
later time.
|
UnaryCallSettings<StopInstanceHttpRequest,Operation> |
InstanceSettings.stopInstanceSettings()
Returns the object with the settings used for calls to stopInstance.
|
UnaryCallSettings.Builder<StopInstanceHttpRequest,Operation> |
InstanceSettings.Builder.stopInstanceSettings()
Returns the builder for the settings used for calls to stopInstance.
|
Modifier and Type | Method and Description |
---|---|
StopInstanceHttpRequest.Builder |
StopInstanceHttpRequest.Builder.mergeFrom(StopInstanceHttpRequest other) |
static StopInstanceHttpRequest.Builder |
StopInstanceHttpRequest.newBuilder(StopInstanceHttpRequest prototype) |
Operation |
InstanceClient.stopInstance(StopInstanceHttpRequest request)
Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a
later time.
|
Modifier and Type | Field and Description |
---|---|
static ApiMethodDescriptor<StopInstanceHttpRequest,Operation> |
HttpJsonInstanceStub.stopInstanceMethodDescriptor |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<StopInstanceHttpRequest,Operation> |
HttpJsonInstanceStub.stopInstanceCallable() |
UnaryCallable<StopInstanceHttpRequest,Operation> |
InstanceStub.stopInstanceCallable() |
UnaryCallSettings<StopInstanceHttpRequest,Operation> |
InstanceStubSettings.stopInstanceSettings()
Returns the object with the settings used for calls to stopInstance.
|
UnaryCallSettings.Builder<StopInstanceHttpRequest,Operation> |
InstanceStubSettings.Builder.stopInstanceSettings()
Returns the builder for the settings used for calls to stopInstance.
|
Copyright © 2019 Google LLC. All rights reserved.