Package | Description |
---|---|
com.google.cloud.dns |
A client for Cloud DNS - A highly available global DNS network.
|
Modifier and Type | Field and Description |
---|---|
static ChangeRequestInfo.Status |
ChangeRequestInfo.Status.DONE |
static ChangeRequestInfo.Status |
ChangeRequestInfo.Status.PENDING |
Modifier and Type | Method and Description |
---|---|
ChangeRequestInfo.Status |
ChangeRequestInfo.getStatus()
Returns the status of this change request.
|
ChangeRequestInfo.Status |
ChangeRequestInfo.status()
Returns the status of this change request.
|
static ChangeRequestInfo.Status |
ChangeRequestInfo.Status.valueOf(String constant)
Get the Status for the given String constant, and allow unrecognized values.
|
static ChangeRequestInfo.Status |
ChangeRequestInfo.Status.valueOfStrict(String constant)
Get the Status for the given String constant, and throw an exception if the constant is not
recognized.
|
static ChangeRequestInfo.Status[] |
ChangeRequestInfo.Status.values()
Return the known values for Status.
|
Copyright © 2019 Google LLC. All rights reserved.