Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class Project.
A project is a high-level Google Cloud entity. It is a container for ACLs, APIs, App Engine Apps, VMs, and other Google Cloud Platform resources.
Generated from protobuf message google.cloud.resourcemanager.v3.Project
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The unique resource name of the project. It is an int64 generated number prefixed by "projects/". Example: projects/415104041262
↳ parent
string
Optional. A reference to a parent Resource. eg., organizations/123
or folders/876
.
↳ project_id
string
Immutable. The unique, user-assigned id of the project. It must be 6 to 30 lowercase ASCII letters, digits, or hyphens. It must start with a letter. Trailing hyphens are prohibited. Example: tokyo-rain-123
↳ state
int
Output only. The project lifecycle state.
↳ display_name
string
Optional. A user-assigned display name of the project. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: My Project
↳ create_time
↳ update_time
↳ delete_time
↳ etag
string
Output only. A checksum computed by the server based on the current value of the Project resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
↳ labels
array| Google\Protobuf\Internal\MapField
Optional. The labels associated with this project. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9] [a-z0-9])?. Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]
[a-z0-9])?)?. No more than 256 labels can be associated with a given resource. Clients should store labels in a representation such as JSON that does not depend on specific characters being disallowed. Example: "myBusinessDimension" : "businessValue"
getName
Output only. The unique resource name of the project. It is an int64 generated number prefixed by "projects/".
Example: projects/415104041262
string
setName
Output only. The unique resource name of the project. It is an int64 generated number prefixed by "projects/".
Example: projects/415104041262
var
string
$this
getParent
Optional. A reference to a parent Resource. eg., organizations/123
or folders/876
.
string
setParent
Optional. A reference to a parent Resource. eg., organizations/123
or folders/876
.
var
string
$this
getProjectId
Immutable. The unique, user-assigned id of the project.
It must be 6 to 30 lowercase ASCII letters, digits, or hyphens.
It must start with a letter.
Trailing hyphens are prohibited.
Example: tokyo-rain-123
string
setProjectId
Immutable. The unique, user-assigned id of the project.
It must be 6 to 30 lowercase ASCII letters, digits, or hyphens.
It must start with a letter.
Trailing hyphens are prohibited.
Example: tokyo-rain-123
var
string
$this
getState
Output only. The project lifecycle state.
int
setState
Output only. The project lifecycle state.
var
int
$this
getDisplayName
Optional. A user-assigned display name of the project.
When present it must be between 4 to 30 characters.
Allowed characters are: lowercase and uppercase letters, numbers,
hyphen, single-quote, double-quote, space, and exclamation point.
Example: My Project
string
setDisplayName
Optional. A user-assigned display name of the project.
When present it must be between 4 to 30 characters.
Allowed characters are: lowercase and uppercase letters, numbers,
hyphen, single-quote, double-quote, space, and exclamation point.
Example: My Project
var
string
$this
getCreateTime
Output only. Creation time.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Creation time.
$this
getUpdateTime
Output only. The most recent time this resource was modified.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The most recent time this resource was modified.
$this
getDeleteTime
Output only. The time at which this resource was requested for deletion.
hasDeleteTime
clearDeleteTime
setDeleteTime
Output only. The time at which this resource was requested for deletion.
$this
getEtag
Output only. A checksum computed by the server based on the current value of the Project resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
string
setEtag
Output only. A checksum computed by the server based on the current value of the Project resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
var
string
$this
getLabels
Optional. The labels associated with this project.
Label keys must be between 1 and 63 characters long and must conform
to the following regular expression: [a-z]([-a-z0-9] [a-z0-9])?.
Label values must be between 0 and 63 characters long and must conform
to the regular expression ([a-z]([-a-z0-9]
[a-z0-9])?)?.
No more than 256 labels can be associated with a given resource.
Clients should store labels in a representation such as JSON that does not
depend on specific characters being disallowed.
Example: "myBusinessDimension" : "businessValue"
setLabels
Optional. The labels associated with this project.
Label keys must be between 1 and 63 characters long and must conform
to the following regular expression: [a-z]([-a-z0-9] [a-z0-9])?.
Label values must be between 0 and 63 characters long and must conform
to the regular expression ([a-z]([-a-z0-9]
[a-z0-9])?)?.
No more than 256 labels can be associated with a given resource.
Clients should store labels in a representation such as JSON that does not
depend on specific characters being disallowed.
Example: "myBusinessDimension" : "businessValue"
$this