Module: Google::Cloud::ResourceManager::V3::TagBindings::Paths

Extended by:
Paths
Included in:
Client, Paths, Rest::Client
Defined in:
lib/google/cloud/resource_manager/v3/tag_bindings/paths.rb

Overview

Path helper methods for the TagBindings API.

Instance Method Summary collapse

Instance Method Details

#tag_binding_path(tag_binding:) ⇒ ::String

Create a fully-qualified TagBinding resource string.

The resource will be in the following format:

tagBindings/{tag_binding}

Parameters:

  • tag_binding (String)

Returns:

  • (::String)


37
38
39
# File 'lib/google/cloud/resource_manager/v3/tag_bindings/paths.rb', line 37

def tag_binding_path tag_binding:
  "tagBindings/#{tag_binding}"
end