| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| 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. |
DeprecationStatus.Builder<T> |
DeprecationStatus.Builder.deleted(long deleted)
Sets the timestamp on or after which the deprecation state of this resource will be changed
to
DeprecationStatus.Status.DELETED. |
DeprecationStatus.Builder<T> |
DeprecationStatus.Builder.deleted(String deleted)
Sets the timestamp on or after which the deprecation state of this resource will be changed
to
DeprecationStatus.Status.DELETED. |
DeprecationStatus.Builder<T> |
DeprecationStatus.Builder.deprecated(long deprecated)
Sets the timestamp on or after which the deprecation state of this resource will be changed
to
DeprecationStatus.Status.DEPRECATED. |
DeprecationStatus.Builder<T> |
DeprecationStatus.Builder.deprecated(String deprecated)
Sets the timestamp on or after which the deprecation state of this resource will be changed
to
DeprecationStatus.Status.DEPRECATED. |
DeprecationStatus.Builder<T> |
DeprecationStatus.Builder.obsolete(long obsolete)
Sets the timestamp on or after which the deprecation state of this resource will be changed
to
DeprecationStatus.Status.OBSOLETE. |
DeprecationStatus.Builder<T> |
DeprecationStatus.Builder.obsolete(String obsolete)
Sets the timestamp on or after which the deprecation state of this resource will be changed
to
DeprecationStatus.Status.OBSOLETE. |
DeprecationStatus.Builder<T> |
DeprecationStatus.Builder.replacement(T replacement)
Sets the identity of the suggested replacement for a deprecated resource.
|
DeprecationStatus.Builder<T> |
DeprecationStatus.Builder.status(DeprecationStatus.Status status)
Sets the status of the deprecated resource.
|
DeprecationStatus.Builder<T> |
DeprecationStatus.toBuilder()
Returns a builder for the
DeprecationStatus object. |
Copyright © 2016 Google. All rights reserved.