Resource: SchemaVersion
SchemaVersion is a version of the Schema which is created in SchemaGroup.
| JSON representation |
|---|
{
"name": string,
"displayName": string,
"labels": {
string: string,
...
},
"createTime": string,
"schema": {
object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the SchemaVersion. Format: |
displayName |
Optional. The user-defined name of the SchemaVersion. |
labels |
Optional. The Google Cloud labels for the SchemaVersion. |
createTime |
Output only. The time when the SchemaVersion was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
schema |
Required. The schema of the SchemaVersion. |
Methods |
|
|---|---|
|
Creates a schema version. |
|
Deletes a schema version. |
|
Generates a schema version. |
|
Gets a schema version. |
|
Lists SchemaVersions. |
|
Updates a schema version. |