Subject defines the evolution scope of schemas as a holder of
schema versions.
Attributes
Name
Description
name
str
The name of the subject. Structured like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/subjects/{subject}
or
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subject}
Subject name {subject} can contain the following:
- Up to 255 UTF-8 bytes.
- Allowed characters: letters (uppercase or lowercase),
numbers, and the following special characters: .,
`-, _, +, %`, and .
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class SchemaSubject (0.1.0)\n\n SchemaSubject(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nSubject defines the evolution scope of schemas as a holder of\nschema versions."]]