| Package | Description | 
|---|---|
| com.google.cloud.compute.deprecated | 
 A client for Google Compute Engine – High-performance, scalable virtual machines. 
 | 
| 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. | 
DeprecationStatus.Builder<T> | 
DeprecationStatus.Builder.setDeleted(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.setDeprecated(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.setObsolete(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.setReplacement(T replacement)
Sets the identity of the suggested replacement for a deprecated resource. 
 | 
DeprecationStatus.Builder<T> | 
DeprecationStatus.Builder.setStatus(DeprecationStatus.Status status)
Sets the status of the deprecated resource. 
 | 
DeprecationStatus.Builder<T> | 
DeprecationStatus.toBuilder()
Returns a builder for the  
DeprecationStatus object. | 
Copyright © 2019 Google LLC. All rights reserved.