Uses of Class
com.google.cloud.dns.ChangeRequestInfo.Status
-
Packages that use ChangeRequestInfo.Status Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of ChangeRequestInfo.Status in com.google.cloud.dns
Fields in com.google.cloud.dns declared as ChangeRequestInfo.Status Modifier and Type Field Description static ChangeRequestInfo.StatusChangeRequestInfo.Status. DONEstatic ChangeRequestInfo.StatusChangeRequestInfo.Status. PENDINGMethods in com.google.cloud.dns that return ChangeRequestInfo.Status Modifier and Type Method Description ChangeRequestInfo.StatusChangeRequestInfo. getStatus()Returns the status of this change request.ChangeRequestInfo.StatusChangeRequestInfo. status()Returns the status of this change request.static ChangeRequestInfo.StatusChangeRequestInfo.Status. valueOf(String constant)Get the Status for the given String constant, and allow unrecognized values.static ChangeRequestInfo.StatusChangeRequestInfo.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.
-