CheckCompatibilityRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request for CheckCompatibility.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The name of the resource to check compatibility for. The format is either of following: - projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/compatibility/subjects/*/versions :
Check compatibility with one or more versions of the
specified subject.
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/compatibility/subjects/{subject}/versions/{version}:
Check compatibility with a specific version of the
subject.
|
schema_type |
google.cloud.managedkafka_schemaregistry_v1.types.Schema.SchemaType
Optional. The schema type of the schema. This field is a member of oneof _ _schema_type .
|
schema |
str
Required. The schema payload |
references |
MutableSequence[google.cloud.managedkafka_schemaregistry_v1.types.Schema.SchemaReference]
Optional. The schema references used by the schema. |
verbose |
bool
Optional. If true, the response will contain the compatibility check result with reasons for failed checks. The default is false. This field is a member of oneof _ _verbose .
|