Version
Definizione di risorsa di versione.
Rappresentazione YAML |
name: string
versionState:
object (VersionState )
creator: string
updateTime: string |
Campi |
name |
string
L'identificatore univoco della versione nel formato seguente. projects/{project}/versions/{version} .
|
versionState |
object (VersionState )
Lo stato attuale della versione.
|
creator |
string
Indirizzo email dell'utente che ha creato questa versione.
|
updateTime |
string (Timestamp format)
Timestamp dell'ultima modifica a questa versione. Un timestamp nel formato RFC3339 UTC "Zulu" con risoluzione in nanosecondi e fino a nove cifre frazionarie. Esempi: "2014-10-02T15:01:23Z" e "2014-10-02T15:01:23.045123456Z" .
|
VersionState
Rappresenta lo stato attuale della versione.
Rappresentazione YAML |
state: enum (State )
message: string |
Campi |
state |
enum (State )
Lo stato attuale della versione.
|
message |
string
Messaggio semplice da usare per lo stato attuale della versione.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-22 UTC.
[null,null,["Ultimo aggiornamento 2024-08-22 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."]]],["This document defines the structure of a \"version\" resource and its state. A version has a unique `name`, `versionState`, `creator`, and `updateTime`. The `name` is a string identifier, the `creator` is the creator's email, and `updateTime` represents the last modification timestamp. The `versionState`, composed of an enum `state` and a string `message`, provides details about the current status of the version. The document specifies how to represent these details in YAML format.\n"]]