REST Resource: projects.locations.skills.revisions

Resource: SkillRevision

A revision of a Skill.

Fields
name string

Identifier. The resource name of the Skill Revision. Format: projects/{project}/locations/{location}/skills/{skill}/revisions/{revision}

createTime string (Timestamp format)

Output only. timestamp when this Skill Revision was 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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

skill object (Skill)

Output only. The state of the Skill at this revision.

state enum (State)

Output only. The state of the Skill Revision.

JSON representation
{
  "name": string,
  "createTime": string,
  "skill": {
    object (Skill)
  },
  "state": enum (State)
}

State

The state of the Skill Revision.

Enums
STATE_UNSPECIFIED The state of the Skill Revision is unspecified.
ACTIVE The Skill Revision is active.
CREATING The Skill Revision is being created.
FAILED The Skill Revision was created, but failed to process.
DELETING The Skill Revision is being deleted.

Methods

get

Get a Skill Revision.

list

List Skill Revisions for a Skill.