Version
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Definition der Versionsressource.
YAML-Darstellung |
name: string
versionState:
object (VersionState )
creator: string
updateTime: string |
Felder |
name |
string
Die eindeutige ID der Version im folgenden Format. projects/{project}/versions/{version} .
|
versionState |
object (VersionState )
Der aktuelle Status der Version.
|
creator |
string
E-Mail-Adresse des Nutzers, der diese Version erstellt hat.
|
updateTime |
string (Timestamp format)
Zeitstempel der letzten Änderung an dieser Version. Ein Zeitstempel im Format RFC3339 UTC "Zulu" mit einer Auflösung im Nanosekundenbereich und bis zu neun Nachkommastellen. Beispiele: "2014-10-02T15:01:23Z" und "2014-10-02T15:01:23.045123456Z" .
|
VersionState
Der aktuelle Status der Version.
YAML-Darstellung |
state: enum (State )
message: string |
Felder |
state |
enum (State )
Der aktuelle Status der Version.
|
message |
string
Nutzerfreundliche Nachricht zum aktuellen Status der Version.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eDefines the \u003ccode\u003eVersion\u003c/code\u003e resource, providing identification, state, creator, and update timestamp details.\u003c/p\u003e\n"],["\u003cp\u003eIntroduces \u003ccode\u003eVersionState\u003c/code\u003e, which indicates the current state and includes a user-friendly status message.\u003c/p\u003e\n"],["\u003cp\u003eOutlines the specific fields and data types associated with both \u003ccode\u003eVersion\u003c/code\u003e and \u003ccode\u003eVersionState\u003c/code\u003e for clarity.\u003c/p\u003e\n"]]],["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"],null,["# Version\n\n- [YAML representation](#SCHEMA_REPRESENTATION)\n- [VersionState](#VersionState)\n - [YAML representation](#VersionState.SCHEMA_REPRESENTATION)\n\nDefinition of version resource.\n\n| YAML representation ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` name: string versionState: object (/assistant/actionssdk/reference/rest/Shared.Types/Version#VersionState) creator: string updateTime: string ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The unique identifier of the version in the following format. `projects/{project}/versions/{version}`. |\n| `versionState` | `object (`[VersionState](/assistant/actionssdk/reference/rest/Shared.Types/Version#VersionState)`)` The current state of the version. |\n| `creator` | `string` Email of the user who created this version. |\n| `updateTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.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\"`. |\n\nVersionState\n------------\n\nRepresents the current state of the version.\n\n| YAML representation ||\n|-----------------------------------------------------------------------------------------------|---|\n| ``` state: enum (/assistant/actionssdk/reference/rest/Shared.Types/State) message: string ``` |\n\n| Fields ||\n|-----------|---------------------------------------------------------------------------------------------------------------|\n| `state` | `enum (`[State](/assistant/actionssdk/reference/rest/Shared.Types/State)`)` The current state of the version. |\n| `message` | `string` User-friendly message for the current state of the version. |"]]