Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::SchemaRegistry::V1::CheckCompatibilityResponse.
Response for CheckCompatibility.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#is_compatible
def is_compatible() -> ::Boolean
Returns
- (::Boolean) — The compatibility check result. If true, the schema is compatible with the resource.
#is_compatible=
def is_compatible=(value) -> ::Boolean
Parameter
- value (::Boolean) — The compatibility check result. If true, the schema is compatible with the resource.
Returns
- (::Boolean) — The compatibility check result. If true, the schema is compatible with the resource.
#messages
def messages() -> ::Array<::String>
Returns
- (::Array<::String>) — Failure reasons if verbose = true.
#messages=
def messages=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Failure reasons if verbose = true.
Returns
- (::Array<::String>) — Failure reasons if verbose = true.