Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
DeprecationStatus.Builder |
DeprecationStatus.Builder.clone() |
DeprecationStatus.Builder |
DeprecationStatus.Builder.mergeFrom(DeprecationStatus other) |
static DeprecationStatus.Builder |
DeprecationStatus.newBuilder() |
static DeprecationStatus.Builder |
DeprecationStatus.newBuilder(DeprecationStatus prototype) |
DeprecationStatus.Builder |
DeprecationStatus.Builder.setDeleted(String deleted)
An optional RFC3339 timestamp on or after which the state of this resource is intended to
change to DELETED.
|
DeprecationStatus.Builder |
DeprecationStatus.Builder.setDeprecated(String deprecated)
An optional RFC3339 timestamp on or after which the state of this resource is intended to
change to DEPRECATED.
|
DeprecationStatus.Builder |
DeprecationStatus.Builder.setObsolete(String obsolete)
An optional RFC3339 timestamp on or after which the state of this resource is intended to
change to OBSOLETE.
|
DeprecationStatus.Builder |
DeprecationStatus.Builder.setReplacement(String replacement)
The URL of the suggested replacement for a deprecated resource.
|
DeprecationStatus.Builder |
DeprecationStatus.Builder.setState(String state)
The deprecation state of this resource.
|
DeprecationStatus.Builder |
DeprecationStatus.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.