Class ChangeRequestInfo.Status (2.16.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

Static Fields

DONE

public static final ChangeRequestInfo.Status DONE
Field Value
TypeDescription
ChangeRequestInfo.Status

PENDING

public static final ChangeRequestInfo.Status PENDING
Field Value
TypeDescription
ChangeRequestInfo.Status

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
TypeDescription
ChangeRequestInfo.Status

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
TypeDescription
ChangeRequestInfo.Status

values()

public static ChangeRequestInfo.Status[] values()

Return the known values for Status.

Returns
TypeDescription
Status[]