Path helper methods for the Publisher 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)
#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}
- project (String)
- schema (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)