Chronicle V1 API - Module Google::Cloud::Chronicle::V1::FindingsRefinementService::Paths (v0.9.0)

Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::FindingsRefinementService::Paths.

Path helper methods for the FindingsRefinementService API.

Methods

#curated_rule_path

def curated_rule_path(project:, location:, instance:, curated_rule:) -> ::String

Create a fully-qualified CuratedRule resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}/curatedRules/{curated_rule}

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

#curated_rule_set_path

def curated_rule_set_path(project:, location:, instance:, category:, rule_set:) -> ::String

Create a fully-qualified CuratedRuleSet resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}

Parameters
  • project (String)
  • location (String)
  • instance (String)
  • category (String)
  • rule_set (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#findings_refinement_deployment_path

def findings_refinement_deployment_path(project:, location:, instance:, findings_refinement:) -> ::String

Create a fully-qualified FindingsRefinementDeployment resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment

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

#findings_refinement_path

def findings_refinement_path(project:, location:, instance:, findings_refinement:) -> ::String

Create a fully-qualified FindingsRefinement resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}

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

#instance_path

def instance_path(project:, location:, instance:) -> ::String

Create a fully-qualified Instance resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}

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

#rule_path

def rule_path(project:, location:, instance:, rule:) -> ::String

Create a fully-qualified Rule resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}/rules/{rule}

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