Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::SchemaRegistry::V1::CheckCompatibilityRequest.
Request for CheckCompatibility.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
-
(::String) —
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.
#name=
def name=(value) -> ::String
-
value (::String) —
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.
-
(::String) —
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.
#references
def references() -> ::Array<::Google::Cloud::ManagedKafka::SchemaRegistry::V1::Schema::SchemaReference>
- (::Array<::Google::Cloud::ManagedKafka::SchemaRegistry::V1::Schema::SchemaReference>) — Optional. The schema references used by the schema.
#references=
def references=(value) -> ::Array<::Google::Cloud::ManagedKafka::SchemaRegistry::V1::Schema::SchemaReference>
- value (::Array<::Google::Cloud::ManagedKafka::SchemaRegistry::V1::Schema::SchemaReference>) — Optional. The schema references used by the schema.
- (::Array<::Google::Cloud::ManagedKafka::SchemaRegistry::V1::Schema::SchemaReference>) — Optional. The schema references used by the schema.
#schema
def schema() -> ::String
- (::String) — Required. The schema payload
#schema=
def schema=(value) -> ::String
- value (::String) — Required. The schema payload
- (::String) — Required. The schema payload
#schema_type
def schema_type() -> ::Google::Cloud::ManagedKafka::SchemaRegistry::V1::Schema::SchemaType
- (::Google::Cloud::ManagedKafka::SchemaRegistry::V1::Schema::SchemaType) — Optional. The schema type of the schema.
#schema_type=
def schema_type=(value) -> ::Google::Cloud::ManagedKafka::SchemaRegistry::V1::Schema::SchemaType
- value (::Google::Cloud::ManagedKafka::SchemaRegistry::V1::Schema::SchemaType) — Optional. The schema type of the schema.
- (::Google::Cloud::ManagedKafka::SchemaRegistry::V1::Schema::SchemaType) — Optional. The schema type of the schema.
#verbose
def verbose() -> ::Boolean
- (::Boolean) — Optional. If true, the response will contain the compatibility check result with reasons for failed checks. The default is false.
#verbose=
def verbose=(value) -> ::Boolean
- value (::Boolean) — Optional. If true, the response will contain the compatibility check result with reasons for failed checks. The default is false.
- (::Boolean) — Optional. If true, the response will contain the compatibility check result with reasons for failed checks. The default is false.