REST Resource: projects.locations.schemas

Resource: NextSchema

NextSchema is a collection of SchemaVersions.

JSON representation
{
  "name": string,
  "displayName": string,
  "labels": {
    string: string,
    ...
  },
  "createTime": string,
  "updateTime": string
}
Fields
name

string

Identifier. The resource name of the Schema. Format: projects/{project}/locations/{location}/schemas/{schema}

displayName

string

Optional. The user-defined name of the Schema.

labels

map (key: string, value: string)

Optional. The Google Cloud labels for the Schema.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

Methods

create

Creates a schema.

delete

Deletes a schema.

get

Gets a schema.

list

Lists Schemas.

patch

Updates a schema.