module Google::Cloud::Billing::V1::CloudCatalog::Paths

Path helper methods for the CloudCatalog API.

Public Instance Methods

service_path(service: "services/ click to toggle source

Create a fully-qualified Service resource string.

The resource will be in the following format:

`services/{service}`

@param service [String]

@return [::String]

# File lib/google/cloud/billing/v1/cloud_catalog/paths.rb, line 37
def service_path service:
  "services/#{service}"
end