str
Required. The name of the subject to return versions.
Structured like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/subjects/{subject}/versions/{version}
or
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subject}/versions/{version}
deleted
bool
Optional. If true, no matter if the subject/version is
soft-deleted or not, it returns the version details. If
false, it returns NOT_FOUND error if the subject/version is
soft-deleted. The default is false.
This field is a member of oneof_ _deleted.
[[["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 GetVersionRequest (0.1.0)\n\n GetVersionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nRequest for GetVersion.\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e"]]