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.
Extended By
Included In
Methods
#crypto_key_path
def crypto_key_path(project:, location:, key_ring:, crypto_key:) -> ::StringCreate a fully-qualified CryptoKey resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- project (String)
- location (String)
- key_ring (String)
- crypto_key (String)
- (::String)
- (::ArgumentError)
#project_path
def project_path(project:) -> ::StringCreate 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:) -> ::StringCreate 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:) -> ::StringCreate 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() -> ::StringCreate 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)