会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
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」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 。
|
VersionState
YAML 表現 |
state: enum (State )
message: string |
フィールド |
state |
enum (State )
バージョンの現在の状態。
|
message |
string
バージョンの現在の状態に関するユーザー フレンドリーなメッセージ。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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"]]