Definition of version resource.
YAML representation | |
---|---|
name: string
versionState:
object ( |
Fields | |
---|---|
name |
The unique identifier of the version in the following format. |
versionState |
The current state of the version. |
creator |
Email of the user who created this version. |
updateTime |
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: |
VersionState
Represents the current state of the version.
YAML representation | |
---|---|
state: enum ( |
Fields | |
---|---|
state |
The current state of the version. |
message |
User-friendly message for the current state of the version. |