Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::SchemaRegistry::V1::ListSubjectsRequest.
Request for listing subjects.
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 subjects. The default is false.
#deleted=
def deleted=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If true, the response will include soft-deleted subjects. The default is false.
Returns
- (::Boolean) — Optional. If true, the response will include soft-deleted subjects. The default is false.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent schema registry/context whose subjects are to be
listed. Structured like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}
orprojects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent schema registry/context whose subjects are to be
listed. Structured like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}
orprojects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}
Returns
-
(::String) — Required. The parent schema registry/context whose subjects are to be
listed. Structured like:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}
orprojects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}
#subject_prefix
def subject_prefix() -> ::String
Returns
-
(::String) — Optional. The context to filter the subjects by, in the format of
:.{context}:
. If unset, all subjects in the registry are returned. Set to empty string or add as '?subjectPrefix=' at the end of this request to list subjects in the default context.
#subject_prefix=
def subject_prefix=(value) -> ::String
Parameter
-
value (::String) — Optional. The context to filter the subjects by, in the format of
:.{context}:
. If unset, all subjects in the registry are returned. Set to empty string or add as '?subjectPrefix=' at the end of this request to list subjects in the default context.
Returns
-
(::String) — Optional. The context to filter the subjects by, in the format of
:.{context}:
. If unset, all subjects in the registry are returned. Set to empty string or add as '?subjectPrefix=' at the end of this request to list subjects in the default context.