התכונה 'פעולות שיחה' הוצאה משימוש ב-13 ביוני 2023.
כאן תוכלו לקרוא מידע נוסף על ההוצאה משימוש של 'פעולות שיחה'.
Version
ייצוג YAML |
name: string
versionState:
object (VersionState )
creator: string
updateTime: string |
שדות |
name |
string
המזהה הייחודי של הגרסה בפורמט הבא. projects/{project}/versions/{version} .
|
versionState |
object (VersionState )
המצב הנוכחי של הגרסה.
|
creator |
string
כתובת האימייל של המשתמש שיצר את הגרסה הזו.
|
updateTime |
string (Timestamp format)
חותמת הזמן של השינוי האחרון בגרסה הזו. חותמת זמן ב-RFC3339 UTC 'Zulu' בפורמט של רזולוציה של ננו-שנייה ועד תשע ספרות עשרוניות. דוגמאות: "2014-10-02T15:01:23Z" ו-"2014-10-02T15:01:23.045123456Z" .
|
VersionState
מייצג את המצב הנוכחי של הגרסה.
ייצוג YAML |
state: enum (State )
message: string |
שדות |
state |
enum (State )
המצב הנוכחי של הגרסה.
|
message |
string
הודעה ידידותית למשתמש בנוגע למצב הנוכחי של הגרסה.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]