Class ProjectInfo (1.43.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
TypeDescription
org.threeten.bp.format.DateTimeFormatter

Static Methods

newBuilder(String id) (deprecated)

public static ProjectInfo.Builder newBuilder(String id)
Parameter
NameDescription
idString
Returns
TypeDescription
ProjectInfo.Builder

Methods

equals(Object obj) (deprecated)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
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
TypeDescription
Long

getLabels() (deprecated)

public Map<String,String> getLabels()

Get the immutable map of labels associated with this project.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
String

getProjectNumber() (deprecated)

public Long getProjectNumber()

Get number uniquely identifying the project.

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

Returns
TypeDescription
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
TypeDescription
ProjectInfo.State

hashCode() (deprecated)

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder() (deprecated)

public ProjectInfo.Builder toBuilder()
Returns
TypeDescription
ProjectInfo.Builder