Class ProjectInfo.State

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ProjectInfo

    public static final class ProjectInfo.State
    extends com.google.cloud.StringEnumValue
    The project lifecycle states.
    See Also:
    Serialized Form
    • Field Detail

      • LIFECYCLE_STATE_UNSPECIFIED

        public static final ProjectInfo.State LIFECYCLE_STATE_UNSPECIFIED
        Only used/useful for distinguishing unset values.
      • DELETE_IN_PROGRESS

        public static final ProjectInfo.State DELETE_IN_PROGRESS
        The process of deleting the project has begun. Reversing the deletion is no longer possible.
    • Method Detail

      • valueOfStrict

        public static ProjectInfo.State valueOfStrict​(String constant)
        Get the State for the given String constant, and throw an exception if the constant is not recognized.
      • valueOf

        public static ProjectInfo.State valueOf​(String constant)
        Get the State for the given String constant, and allow unrecognized values.
      • values

        public static ProjectInfo.State[] values()
        Return the known values for State.