Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::FindingsRefinementService::Paths.
Path helper methods for the FindingsRefinementService API.
Included In
Methods
#curated_rule_path
def curated_rule_path(project:, location:, instance:, curated_rule:) -> ::StringCreate a fully-qualified CuratedRule resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/curatedRules/{curated_rule}
- project (String)
- location (String)
- instance (String)
- curated_rule (String)
- (::String)
- (::ArgumentError)
#curated_rule_set_path
def curated_rule_set_path(project:, location:, instance:, category:, rule_set:) -> ::StringCreate 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}
- project (String)
- location (String)
- instance (String)
- category (String)
- rule_set (String)
- (::String)
- (::ArgumentError)
#findings_refinement_deployment_path
def findings_refinement_deployment_path(project:, location:, instance:, findings_refinement:) -> ::StringCreate a fully-qualified FindingsRefinementDeployment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment
- project (String)
- location (String)
- instance (String)
- findings_refinement (String)
- (::String)
- (::ArgumentError)
#findings_refinement_path
def findings_refinement_path(project:, location:, instance:, findings_refinement:) -> ::StringCreate a fully-qualified FindingsRefinement resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}
- project (String)
- location (String)
- instance (String)
- findings_refinement (String)
- (::String)
- (::ArgumentError)
#instance_path
def instance_path(project:, location:, instance:) -> ::StringCreate a fully-qualified Instance resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}
- project (String)
- location (String)
- instance (String)
- (::String)
- (::ArgumentError)
#rule_path
def rule_path(project:, location:, instance:, rule:) -> ::StringCreate a fully-qualified Rule resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
- project (String)
- location (String)
- instance (String)
- rule (String)
- (::String)
- (::ArgumentError)