Developer Connect V1 API - Module Google::Cloud::Developerconnect::V1::InsightsConfigService::Paths (v1.2.0)

Reference documentation and code samples for the Developer Connect V1 API module Google::Cloud::Developerconnect::V1::InsightsConfigService::Paths.

Path helper methods for the InsightsConfigService API.

Methods

#insights_config_path

def insights_config_path(project:, location:, insights_config:) -> ::String

Create a fully-qualified InsightsConfig resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/insightsConfigs/{insights_config}

Parameters
  • project (String)
  • location (String)
  • insights_config (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

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