Version

Definition of version resource.

YAML representation
name: string
versionState: 
  object (VersionState)
creator: string
updateTime: string
Fields
name

string

The unique identifier of the version in the following format. projects/{project}/versions/{version}.

versionState

object (VersionState)

The current state of the version.

creator

string

Email of the user who created this version.

updateTime

string (Timestamp format)

Timestamp of the last change to this version.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

VersionState

Represents the current state of the version.

YAML representation
state: enum (State)
message: string
Fields
state

enum (State)

The current state of the version.

message

string

User-friendly message for the current state of the version.