Resource: Project
Metadata and configurations for a Google Cloud project in the service.
JSON representation |
---|
{
"name"
:
string
,
"createTime"
:
string
,
"provisionCompletionTime"
:
string
,
"serviceTermsMap"
:
{
string
:
{
object (
|
Fields | |
---|---|
name
|
Output only. Full resource name of the project, for example |
createTime
|
Output only. The timestamp when this project is created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
provisionCompletionTime
|
Output only. The timestamp when this project is successfully provisioned. Empty value means this project is still provisioning and is not ready for use. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
serviceTermsMap
|
Output only. A map of terms of services. The key is the |
ServiceTerms
Metadata about the terms of service.
JSON representation |
---|
{
"id"
:
string
,
"version"
:
string
,
"state"
:
enum (
|
id
string
The unique identifier of this terms of service. Available terms:
-
GA_DATA_USE_TERMS
: Terms for data use . When using this asid
, the acceptableversion
to provide is2022-11-23
.
version
string
The version string of the terms of service. For acceptable values, see the comments for id
above.
state
enum (
State
)
Whether the project has accepted/rejected the service terms or it is still pending.
acceptTime
string (
Timestamp
format)
The last time when the project agreed to the terms of service.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
declineTime
string (
Timestamp
format)
The last time when the project declined or revoked the agreement to terms of service.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
State
The agreement states this terms of service.
Enums | |
---|---|
STATE_UNSPECIFIED
|
The default value of the enum. This value is not actually used. |
TERMS_ACCEPTED
|
The project has given consent to the terms of service. |
TERMS_PENDING
|
The project is pending to review and accept the terms of service. |
TERMS_DECLINED
|
The project has declined or revoked the agreement to terms of service. |
Methods |
|
---|---|
|
Gets a Project
. |
|
Provisions the project resource. |
|
Updates service terms for this project. |