Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::RuleService::Paths.
Path helper methods for the RuleService API.
Extended By
Methods
#data_access_scope_path
def data_access_scope_path(project:, location:, instance:, data_access_scope:) -> ::String
Create a fully-qualified DataAccessScope resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessScopes/{data_access_scope}
- project (String)
- location (String)
- instance (String)
- data_access_scope (String)
- (::String)
- (::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}
- project (String)
- location (String)
- instance (String)
- (::String)
- (::ArgumentError)
#reference_list_path
def reference_list_path(project:, location:, instance:, reference_list:) -> ::String
Create a fully-qualified ReferenceList resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/referenceLists/{reference_list}
- project (String)
- location (String)
- instance (String)
- reference_list (String)
- (::String)
- (::ArgumentError)
#retrohunt_path
def retrohunt_path(project:, location:, instance:, rule:, retrohunt:) -> ::String
Create a fully-qualified Retrohunt resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}
- project (String)
- location (String)
- instance (String)
- rule (String)
- retrohunt (String)
- (::String)
- (::ArgumentError)
#rule_deployment_path
def rule_deployment_path(project:, location:, instance:, rule:) -> ::String
Create a fully-qualified RuleDeployment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/deployment
- project (String)
- location (String)
- instance (String)
- rule (String)
- (::String)
- (::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}
- project (String)
- location (String)
- instance (String)
- rule (String)
- (::String)
- (::ArgumentError)