| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
DeprecationStatus.Status |
DeprecationStatus.status()
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.builder(DeprecationStatus.Status status)
Returns the builder for a
DeprecationStatus object given the status. |
static <T extends ResourceId> |
DeprecationStatus.builder(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.status(DeprecationStatus.Status status)
Sets the status of the deprecated resource.
|
Copyright © 2016 Google. All rights reserved.