Class: Google::Cloud::ManagedKafka::SchemaRegistry::V1::CreateVersionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::SchemaRegistry::V1::CreateVersionResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/schemaregistry/v1/schema_registry.rb
Overview
Response for CreateVersion.
Instance Attribute Summary collapse
-
#id ⇒ ::Integer
The unique identifier of the schema created.
Instance Attribute Details
#id ⇒ ::Integer
Returns The unique identifier of the schema created.
289 290 291 292 |
# File 'proto_docs/google/cloud/managedkafka/schemaregistry/v1/schema_registry.rb', line 289 class CreateVersionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |