Class: Google::Cloud::ManagedKafka::SchemaRegistry::V1::ListVersionsRequest

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

Request for GetVersions.

Instance Attribute Summary collapse

Instance Attribute Details

#deleted::Boolean

Returns Optional. If true, the response will include soft-deleted versions of an active or soft-deleted subject. The default is false.

Returns:

  • (::Boolean)

    Optional. If true, the response will include soft-deleted versions of an active or soft-deleted subject. The default is false.



207
208
209
210
# File 'proto_docs/google/cloud/managedkafka/schemaregistry/v1/schema_registry.rb', line 207

class ListVersionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The subject whose versions are to be listed. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/subjects/{subject} or projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subject}.

Returns:

  • (::String)

    Required. The subject whose versions are to be listed. Structured like: projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/subjects/{subject} or projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subject}



207
208
209
210
# File 'proto_docs/google/cloud/managedkafka/schemaregistry/v1/schema_registry.rb', line 207

class ListVersionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end