Cloud Pub/Sub V1 API - Module Google::Cloud::PubSub::V1::Subscriber::Paths (v0.22.0)

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

Path helper methods for the Subscriber API.

Methods

#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)

#snapshot_path

def snapshot_path(project:, snapshot:) -> ::String

Create a fully-qualified Snapshot resource string.

The resource will be in the following format:

projects/{project}/snapshots/{snapshot}

Parameters
  • project (String)
  • snapshot (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)