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.
Extended By
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}
- project (String)
- (::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}
- project (String)
- snapshot (String)
- (::String)
- (::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}
- project (String)
- subscription (String)
- (::String)
- (::ArgumentError)
#topic_path
def topic_path(project:, topic:) -> ::String
def topic_path() -> ::String
Create a fully-qualified Topic resource string.
def topic_path(project:, topic:) -> ::String
projects/{project}/topics/{topic}
- project (String)
- topic (String)
def topic_path() -> ::String
_deleted-topic_
- (::String)
- (::ArgumentError)