Resource: NextSchema
NextSchema is a collection of SchemaVersions.
| JSON representation |
|---|
{ "name" : string , "displayName" : string , "labels" : { string : string , ... } , "createTime" : string , "updateTime" : string } |
| Fields | |
|---|---|
name
|
Identifier. The resource name of the Schema. Format: |
displayName
|
Optional. The user-defined name of the Schema. |
labels
|
Optional. The Google Cloud labels for the Schema. |
createTime
|
Output only. The time when the Schema 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: |
updateTime
|
Output only. The time when the Schema was last updated. 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: |
Methods |
|
|---|---|
|
Creates a schema. |
|
Deletes a schema. |
|
Gets a schema. |
|
Lists Schemas. |
|
Updates a schema. |

