module Google::Cloud::ResourceManager::V3::TagBindings::Paths
Path helper methods for the TagBindings
API.
Public Instance Methods
tag_binding_path(tag_binding: "tagBindings/
click to toggle source
Create a fully-qualified TagBinding resource string.
The resource will be in the following format:
`tagBindings/{tag_binding}`
@param tag_binding [String]
@return [::String]
# File lib/google/cloud/resource_manager/v3/tag_bindings/paths.rb, line 37 def tag_binding_path tag_binding: "tagBindings/#{tag_binding}" end