Reference documentation and code samples for the Managed Service for Apache Kafka V1 API class Google::Cloud::ManagedKafka::SchemaRegistry::V1::GetSchemaConfigRequest.
Request for getting config.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#default_to_global
def default_to_global() -> ::Boolean
- (::Boolean) — Optional. If true, the config will fall back to the config at the global level if no subject level config is found.
#default_to_global=
def default_to_global=(value) -> ::Boolean
- value (::Boolean) — Optional. If true, the config will fall back to the config at the global level if no subject level config is found.
- (::Boolean) — Optional. If true, the config will fall back to the config at the global level if no subject level config is found.
#name
def name() -> ::String
-
(::String) —
Required. The resource name to get the config for. It can be either of following:
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config: Get config at global level.
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}: Get config for a specific subject.
#name=
def name=(value) -> ::String
-
value (::String) —
Required. The resource name to get the config for. It can be either of following:
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config: Get config at global level.
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}: Get config for a specific subject.
-
(::String) —
Required. The resource name to get the config for. It can be either of following:
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config: Get config at global level.
- projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}: Get config for a specific subject.