Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
DeprecationStatus.Status |
DeprecationStatus.getStatus()
Returns the deprecation state of this resource.
|
static DeprecationStatus.Status |
DeprecationStatus.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeprecationStatus.Status[] |
DeprecationStatus.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ResourceId> |
DeprecationStatus.newBuilder(DeprecationStatus.Status status)
Returns the builder for a
DeprecationStatus object given the status. |
static <T extends ResourceId> |
DeprecationStatus.newBuilder(DeprecationStatus.Status status,
T replacement)
Returns the builder for a
DeprecationStatus object given the status and replacement's
identity. |
static <T extends ResourceId> |
DeprecationStatus.of(DeprecationStatus.Status status,
T replacement)
Returns a
DeprecationStatus object given the status and replacement's identity. |
DeprecationStatus.Builder<T> |
DeprecationStatus.Builder.setStatus(DeprecationStatus.Status status)
Sets the status of the deprecated resource.
|
Copyright © 2019 Google LLC. All rights reserved.