Version
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Defines the `Version` resource, providing identification, state, creator, and update timestamp details."],["Introduces `VersionState`, which indicates the current state and includes a user-friendly status message."],["Outlines the specific fields and data types associated with both `Version` and `VersionState` for clarity."]]],[]]