Reference documentation and code samples for the Managed Service for Apache Kafka V1 API module Google::Cloud::ManagedKafka::SchemaRegistry::V1::ManagedSchemaRegistry::Paths.
Path helper methods for the ManagedSchemaRegistry API.
Methods
#schema_config_path
def schema_config_path(project:, location:, schema_registry:) -> ::String
def schema_config_path(project:, location:, schema_registry:, subject:) -> ::String
def schema_config_path(project:, location:, schema_registry:, context:) -> ::String
def schema_config_path(project:, location:, schema_registry:, context:, subject:) -> ::String
Create a fully-qualified SchemaConfig resource string.
def schema_config_path(project:, location:, schema_registry:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config
- project (String)
- location (String)
- schema_registry (String)
def schema_config_path(project:, location:, schema_registry:, subject:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}
- project (String)
- location (String)
- schema_registry (String)
- subject (String)
def schema_config_path(project:, location:, schema_registry:, context:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/config
- project (String)
- location (String)
- schema_registry (String)
- context (String)
def schema_config_path(project:, location:, schema_registry:, context:, subject:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/config/{subject}
- project (String)
- location (String)
- schema_registry (String)
- context (String)
- subject (String)
- (::String)
- (::ArgumentError)
#schema_context_path
def schema_context_path(project:, location:, schema_registry:, context:) -> ::String
Create a fully-qualified SchemaContext resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}
- project (String)
- location (String)
- schema_registry (String)
- context (String)
- (::String)
- (::ArgumentError)
#schema_mode_path
def schema_mode_path(project:, location:, schema_registry:) -> ::String
def schema_mode_path(project:, location:, schema_registry:, subject:) -> ::String
def schema_mode_path(project:, location:, schema_registry:, context:) -> ::String
def schema_mode_path(project:, location:, schema_registry:, context:, subject:) -> ::String
Create a fully-qualified SchemaMode resource string.
def schema_mode_path(project:, location:, schema_registry:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/mode
- project (String)
- location (String)
- schema_registry (String)
def schema_mode_path(project:, location:, schema_registry:, subject:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/mode/{subject}
- project (String)
- location (String)
- schema_registry (String)
- subject (String)
def schema_mode_path(project:, location:, schema_registry:, context:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/mode
- project (String)
- location (String)
- schema_registry (String)
- context (String)
def schema_mode_path(project:, location:, schema_registry:, context:, subject:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{subject}
- project (String)
- location (String)
- schema_registry (String)
- context (String)
- subject (String)
- (::String)
- (::ArgumentError)
#schema_path
def schema_path(project:, location:, schema_registry:, schema:) -> ::String
def schema_path(project:, location:, schema_registry:, context:, schema:) -> ::String
Create a fully-qualified Schema resource string.
def schema_path(project:, location:, schema_registry:, schema:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/schemas/ids/{schema}
- project (String)
- location (String)
- schema_registry (String)
- schema (String)
def schema_path(project:, location:, schema_registry:, context:, schema:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/schemas/ids/{schema}
- project (String)
- location (String)
- schema_registry (String)
- context (String)
- schema (String)
- (::String)
- (::ArgumentError)
#schema_registry_path
def schema_registry_path(project:, location:, schema_registry:) -> ::String
Create a fully-qualified SchemaRegistry resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}
- project (String)
- location (String)
- schema_registry (String)
- (::String)
- (::ArgumentError)
#schema_subject_path
def schema_subject_path(project:, location:, schema_registry:, subject:) -> ::String
def schema_subject_path(project:, location:, schema_registry:, context:, subject:) -> ::String
Create a fully-qualified SchemaSubject resource string.
def schema_subject_path(project:, location:, schema_registry:, subject:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/subjects/{subject}
- project (String)
- location (String)
- schema_registry (String)
- subject (String)
def schema_subject_path(project:, location:, schema_registry:, context:, subject:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subject}
- project (String)
- location (String)
- schema_registry (String)
- context (String)
- subject (String)
- (::String)
- (::ArgumentError)
#schema_version_path
def schema_version_path(project:, location:, schema_registry:, subject:, version:) -> ::String
def schema_version_path(project:, location:, schema_registry:, context:, subject:, version:) -> ::String
def schema_version_path(project:, location:, schema_registry:, subject:) -> ::String
def schema_version_path(project:, location:, schema_registry:, context:, subject:) -> ::String
Create a fully-qualified SchemaVersion resource string.
def schema_version_path(project:, location:, schema_registry:, subject:, version:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/subjects/{subject}/versions/{version}
- project (String)
- location (String)
- schema_registry (String)
- subject (String)
- version (String)
def schema_version_path(project:, location:, schema_registry:, context:, subject:, version:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subject}/versions/{version}
- project (String)
- location (String)
- schema_registry (String)
- context (String)
- subject (String)
- version (String)
def schema_version_path(project:, location:, schema_registry:, subject:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/compatibility/subjects/{subject}/versions
- project (String)
- location (String)
- schema_registry (String)
- subject (String)
def schema_version_path(project:, location:, schema_registry:, context:, subject:) -> ::String
projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/compatibility/subjects/{subject}/versions
- project (String)
- location (String)
- schema_registry (String)
- context (String)
- subject (String)
- (::String)
- (::ArgumentError)