Module Google::Cloud::Container::V1beta1::ClusterManager::Paths (v0.8.3)

Path helper methods for the ClusterManager API.

Methods

#topic_path

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

Create a fully-qualified Topic resource string.

The resource will be in the following format:

projects/{project}/topics/{topic}

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