Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::SchemaRegistry::V1::ListVersionsRequest.
Request for GetVersions.
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 an active or soft-deleted subject. The default is false.
#deleted=
def deleted=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The subject whose versions are to be listed. Structured like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/subjects/{subject}
orprojects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subject}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The subject whose versions are to be listed. Structured like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/subjects/{subject}
orprojects/{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}
orprojects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subject}