Class ChangeRequestInfo.Status (2.10.0)

public static final class ChangeRequestInfo.Status extends StringEnumValue

This enumerates the possible states of a change request. See Also: Google Cloud DNS documentation

Inheritance

java.lang.Object > com.google.cloud.StringEnumValue > ChangeRequestInfo.Status
com.google.cloud.StringEnumValue.equals(java.lang.Object)
com.google.cloud.StringEnumValue.hashCode()
com.google.cloud.StringEnumValue.name()
com.google.cloud.StringEnumValue.toString()

Static Fields

DONE

public static final ChangeRequestInfo.Status DONE
Field Value

PENDING

public static final ChangeRequestInfo.Status PENDING
Field Value

Static Methods

valueOf(String constant)

public static ChangeRequestInfo.Status valueOf(String constant)

Get the Status for the given String constant, and allow unrecognized values.

Parameter
NameDescription
constantString
Returns

valueOfStrict(String constant)

public static ChangeRequestInfo.Status valueOfStrict(String constant)

Get the Status for the given String constant, and throw an exception if the constant is not recognized.

Parameter
NameDescription
constantString
Returns

values()

public static ChangeRequestInfo.Status[] values()

Return the known values for Status.

Returns
TypeDescription
Status[]