Managed Service for Apache Kafka V1 API - Class Google::Cloud::ManagedKafka::SchemaRegistry::V1::CheckCompatibilityResponse (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
defis_compatible()->::Boolean
Returns
(::Boolean) — The compatibility check result. If true, the schema is compatible with the
resource.
#is_compatible=
defis_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
defmessages()->::Array<::String>
Returns
(::Array<::String>) — Failure reasons if verbose = true.
#messages=
defmessages=(value)->::Array<::String>
Parameter
value (::Array<::String>) — Failure reasons if verbose = true.
Returns
(::Array<::String>) — Failure reasons if verbose = true.
[[["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,["# Managed Service for Apache Kafka V1 API - Class Google::Cloud::ManagedKafka::SchemaRegistry::V1::CheckCompatibilityResponse (v0.1.0)\n\nReference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::SchemaRegistry::V1::CheckCompatibilityResponse.\n\nResponse for CheckCompatibility. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #is_compatible\n\n def is_compatible() -\u003e ::Boolean\n\n**Returns**\n\n- (::Boolean) --- The compatibility check result. If true, the schema is compatible with the resource.\n\n### #is_compatible=\n\n def is_compatible=(value) -\u003e ::Boolean\n\n**Parameter**\n\n- **value** (::Boolean) --- The compatibility check result. If true, the schema is compatible with the resource. \n**Returns**\n\n- (::Boolean) --- The compatibility check result. If true, the schema is compatible with the resource.\n\n### #messages\n\n def messages() -\u003e ::Array\u003c::String\u003e\n\n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Failure reasons if verbose = true.\n\n### #messages=\n\n def messages=(value) -\u003e ::Array\u003c::String\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c::String\\\u003e) --- Failure reasons if verbose = true. \n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Failure reasons if verbose = true."]]