Managed Service for Apache Kafka V1 API - Module Google::Cloud::ManagedKafka::SchemaRegistry::V1::ManagedSchemaRegistry::Paths (v0.1.0)

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.

Overloads
def schema_config_path(project:, location:, schema_registry:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
def schema_config_path(project:, location:, schema_registry:, subject:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/config/{subject}

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • subject (String)
def schema_config_path(project:, location:, schema_registry:, context:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/config

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • context (String)
def schema_config_path(project:, location:, schema_registry:, context:, subject:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/config/{subject}

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • context (String)
  • subject (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • context (String)
Returns
  • (::String)
Raises
  • (::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.

Overloads
def schema_mode_path(project:, location:, schema_registry:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/mode

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
def schema_mode_path(project:, location:, schema_registry:, subject:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/mode/{subject}

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • subject (String)
def schema_mode_path(project:, location:, schema_registry:, context:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/mode

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • context (String)
def schema_mode_path(project:, location:, schema_registry:, context:, subject:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{subject}

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • context (String)
  • subject (String)
Returns
  • (::String)
Raises
  • (::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.

Overloads
def schema_path(project:, location:, schema_registry:, schema:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/schemas/ids/{schema}

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • schema (String)
def schema_path(project:, location:, schema_registry:, context:, schema:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/schemas/ids/{schema}

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • context (String)
  • schema (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
Returns
  • (::String)
Raises
  • (::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.

Overloads
def schema_subject_path(project:, location:, schema_registry:, subject:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/subjects/{subject}

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • subject (String)
def schema_subject_path(project:, location:, schema_registry:, context:, subject:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subject}

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • context (String)
  • subject (String)
Returns
  • (::String)
Raises
  • (::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.

Overloads
def schema_version_path(project:, location:, schema_registry:, subject:, version:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/subjects/{subject}/versions/{version}

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • subject (String)
  • version (String)
def schema_version_path(project:, location:, schema_registry:, context:, subject:, version:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subject}/versions/{version}

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • context (String)
  • subject (String)
  • version (String)
def schema_version_path(project:, location:, schema_registry:, subject:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/compatibility/subjects/{subject}/versions

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • subject (String)
def schema_version_path(project:, location:, schema_registry:, context:, subject:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{context}/compatibility/subjects/{subject}/versions

Parameters
  • project (String)
  • location (String)
  • schema_registry (String)
  • context (String)
  • subject (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)