تم إيقاف إجراءات المحادثات نهائيًا في 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) "زولو" بدقة نانوثانية وما يصل إلى تسعة أرقام كسرية. أمثلة: "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 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]