REST Resource: projects.locations.spaces

Resource: Space

Space is a top level resource for managing teams building applications through Application Design Center.

JSON representation
{
  "name": string,
  "displayName": string,
  "description": string,
  "createTime": string,
  "updateTime": string,
  "enableGcpSharedTemplates": boolean
}
Fields
name

string

Identifier. The space name.

displayName

string

Optional. Display name for the space.

description

string

Optional. Description for the space.

createTime

string (Timestamp format)

Output only. Space creation timestamp.

Uses RFC 3339, where generated output will always be Z-normalized and uses 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".

updateTime

string (Timestamp format)

Output only. Space update timestamp

Uses RFC 3339, where generated output will always be Z-normalized and uses 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".

enableGcpSharedTemplates

boolean

Optional. Flag to enable Google opinionated shared templates.

Methods

create

Creates a space.

delete

Deletes a space.

get

Gets details about a space.

getIamPolicy

Gets the access control policy for a resource.

list

Lists spaces in a given project and location.

patch

Updates a space.

setIamPolicy

Sets the access control policy on the specified resource.

testIamPermissions

Returns permissions that a caller has on the specified resource.