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.
Included In
Methods
#deployment_event_path
def deployment_event_path(project:, location:, insights_config:, deployment_event:) -> ::StringCreate a fully-qualified DeploymentEvent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{deployment_event}
- project (String)
- location (String)
- insights_config (String)
- deployment_event (String)
- (::String)
- (::ArgumentError)
#insights_config_path
def insights_config_path(project:, location:, insights_config:) -> ::StringCreate a fully-qualified InsightsConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/insightsConfigs/{insights_config}
- project (String)
- location (String)
- insights_config (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)