v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13226495.2 KB
projects

Create a new environment.

post/v1/{+parent}/environments

Path parameters

parentstring required

The parent must be of the form "projects/{projectId}/locations/{locationId}".

Request body

namestring

Identifier. The resource name of the environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.

uuidstring

Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created.

updateTimestring google-datetime

Output only. The time at which this environment was last modified.

createTimestring google-datetime

Output only. The time at which this environment was created.

labelsobject

Optional. User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: * Keys must conform to regexp: \p{Ll}\p{Lo}{0,62} * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size.

satisfiesPziboolean

Output only. Reserved for future use.

satisfiesPzsboolean

Output only. Reserved for future use.

state'STATE_UNSPECIFIED' | 'CREATING' | 'RUNNING' | 'UPDATING' | 'DELETING' | 'ERROR'

The current state of the environment.

Response

Successful response