Cloud Pub/Sub V1 API - Module Google::Cloud::PubSub::V1::TopicAdmin::Paths (v1.14.0)

Reference documentation and code samples for the Cloud Pub/Sub V1 API module Google::Cloud::PubSub::V1::TopicAdmin::Paths.

Path helper methods for the TopicAdmin API.

Methods

#crypto_key_path

def crypto_key_path(project:, location:, key_ring:, crypto_key:) -> ::String

Create a fully-qualified CryptoKey resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}

Parameters
  • project (String)
  • location (String)
  • key_ring (String)
  • crypto_key (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#project_path

def project_path(project:) -> ::String

Create a fully-qualified Project resource string.

The resource will be in the following format:

projects/{project}

Parameter
  • project (String)
Returns
  • (::String)

#schema_path

def schema_path(project:, schema:) -> ::String

Create a fully-qualified Schema resource string.

The resource will be in the following format:

projects/{project}/schemas/{schema}

Parameters
  • project (String)
  • schema (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#subscription_path

def subscription_path(project:, subscription:) -> ::String

Create a fully-qualified Subscription resource string.

The resource will be in the following format:

projects/{project}/subscriptions/{subscription}

Parameters
  • project (String)
  • subscription (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#topic_path

def topic_path(project:, topic:) -> ::String
def topic_path() -> ::String

Create a fully-qualified Topic resource string.

Overloads
def topic_path(project:, topic:) -> ::String
The resource will be in the following format:

projects/{project}/topics/{topic}

Parameters
  • project (String)
  • topic (String)
def topic_path() -> ::String
The resource will be in the following format:

_deleted-topic_

Returns
  • (::String)
Raises
  • (::ArgumentError)