Class: Google::Cloud::ManagedKafka::SchemaRegistry::V1::CreateVersionResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#id::Integer

Returns The unique identifier of the schema created.

Returns:

  • (::Integer)

    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