Class ProjectInfo (1.44.0)

public class ProjectInfo 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.

Inheritance

Object > ProjectInfo

Implements

Serializable

Static Fields

DATE_TIME_FORMATTER (deprecated)

public static final DateTimeFormatter DATE_TIME_FORMATTER
Field Value
Type Description
org.threeten.bp.format.DateTimeFormatter

Static Methods

newBuilder(String id) (deprecated)

public static ProjectInfo.Builder newBuilder(String id)
Parameter
Name Description
id String
Returns
Type Description
ProjectInfo.Builder

Methods

equals(Object obj) (deprecated)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCreateTimeMillis() (deprecated)

public Long getCreateTimeMillis()

Get the project's creation time (in milliseconds).

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

Returns
Type Description
Long

getLabels() (deprecated)

public Map<String,String> getLabels()

Get the immutable map of labels associated with this project.

Returns
Type Description
Map<String,String>

getName() (deprecated)

public String getName()

Get the user-assigned name of the project.

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

Returns
Type Description
String

getProjectId() (deprecated)

public String getProjectId()

Get the unique, user-assigned ID of the project.

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

Returns
Type Description
String

getProjectNumber() (deprecated)

public Long getProjectNumber()

Get number uniquely identifying the project.

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

Returns
Type Description
Long

getState() (deprecated)

public ProjectInfo.State getState()

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.

Returns
Type Description
ProjectInfo.State

hashCode() (deprecated)

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder() (deprecated)

public ProjectInfo.Builder toBuilder()
Returns
Type Description
ProjectInfo.Builder