REST Resource: projects.locations.spaces.applicationTemplates.components

Resource: Component

Component resource.

JSON representation
{
  "name": string,
  "sharedTemplateRevisionUri": string,
  "parameters": [
    {
      object (Parameter)
    }
  ],
  "createTime": string,
  "updateTime": string,
  "roles": [
    string
  ],
  "apis": [
    string
  ],
  "displayName": string
}
Fields
name

string

Identifier. The component name.

sharedTemplateRevisionUri

string

Required. The shared template used to generate the component.

parameters[]

object (Parameter)

Optional. The component parameters.

createTime

string (Timestamp format)

Output only.

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. The component 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".

roles[]

string

Output only. IAM roles required by the service account to deploy the component.

apis[]

string

Output only. APIs required to be enabled to deploy the component, in the form of "*.googleapis.com".

displayName

string

Optional. The component display name.

Methods

create

Creates a component.

delete

Deletes a component.

get

Gets details about a Component.

list

Lists components in an application template.

patch

Updates a component.