Class ProjectInfo

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    Project

    @Deprecated
    public class ProjectInfo
    extends Object
    implements Serializable
    Deprecated.
    v3 GAPIC client of ResourceManager is now available
    A Google Cloud Resource Manager project metadata object. A Project is a high-level Google Cloud Platform entity. It is a container for ACLs, APIs, AppEngine Apps, VMs, and other Google Cloud Platform resources.
    See Also:
    Serialized Form
    • Field Detail

      • DATE_TIME_FORMATTER

        public static final org.threeten.bp.format.DateTimeFormatter DATE_TIME_FORMATTER
        Deprecated.
    • Method Detail

      • getProjectId

        public String getProjectId()
        Deprecated.
        Get the unique, user-assigned ID of the project.

        This field cannot be changed after the server creates the project.

      • getName

        public String getName()
        Deprecated.
        Get the user-assigned name of the project.

        This field is optional, can remain unset, and can be changed after project creation.

      • getProjectNumber

        public Long getProjectNumber()
        Deprecated.
        Get number uniquely identifying the project.

        This field is set by the server and is read-only.

      • getLabels

        public Map<String,​String> getLabels()
        Deprecated.
        Get the immutable map of labels associated with this project.
      • getState

        public ProjectInfo.State getState()
        Deprecated.
        Get the project's lifecycle state.

        This is a read-only field. To change the lifecycle state of your project, use the delete or undelete method.

      • getCreateTimeMillis

        public Long getCreateTimeMillis()
        Deprecated.
        Get the project's creation time (in milliseconds).

        This field is set by the server and is read-only.

      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object