Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::SchemaRegistry::V1::ListSchemaVersionsRequest.
Request for ListSchemaVersions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deleted
def deleted() -> ::Boolean
Returns
- (::Boolean) — Optional. If true, the response will include soft-deleted versions of the schema, even if the subject is soft-deleted. The default is false.
#deleted=
def deleted=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If true, the response will include soft-deleted versions of the schema, even if the subject is soft-deleted. The default is false.
Returns
- (::Boolean) — Optional. If true, the response will include soft-deleted versions of the schema, even if the subject is soft-deleted. The default is false.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The schema whose schema versions are to be listed. Structured
like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/schemas/ids/{schema}
orprojects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/schemas/ids/{schema}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The schema whose schema versions are to be listed. Structured
like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/schemas/ids/{schema}
orprojects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/schemas/ids/{schema}
Returns
-
(::String) — Required. The schema whose schema versions are to be listed. Structured
like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/schemas/ids/{schema}
orprojects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/schemas/ids/{schema}
#subject
def subject() -> ::String
Returns
- (::String) — Optional. The subject to filter the subjects by.
#subject=
def subject=(value) -> ::String
Parameter
- value (::String) — Optional. The subject to filter the subjects by.
Returns
- (::String) — Optional. The subject to filter the subjects by.