Reference documentation and code samples for the reCAPTCHA Enterprise V1 API module Google::Cloud::RecaptchaEnterprise::V1::RecaptchaEnterpriseService::Paths.
Path helper methods for the RecaptchaEnterpriseService API.
Methods
#assessment_path
def assessment_path(project:, assessment:) -> ::String
Create a fully-qualified Assessment resource string.
The resource will be in the following format:
projects/{project}/assessments/{assessment}
- project (String)
- assessment (String)
- (::String)
- (::ArgumentError)
#firewall_policy_path
def firewall_policy_path(project:, firewallpolicy:) -> ::String
Create a fully-qualified FirewallPolicy resource string.
The resource will be in the following format:
projects/{project}/firewallpolicies/{firewallpolicy}
- project (String)
- firewallpolicy (String)
- (::String)
- (::ArgumentError)
#key_path
def key_path(project:, key:) -> ::String
Create a fully-qualified Key resource string.
The resource will be in the following format:
projects/{project}/keys/{key}
- project (String)
- key (String)
- (::String)
- (::ArgumentError)
#metrics_path
def metrics_path(project:, key:) -> ::String
Create a fully-qualified Metrics resource string.
The resource will be in the following format:
projects/{project}/keys/{key}/metrics
- project (String)
- key (String)
- (::String)
- (::ArgumentError)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)
#related_account_group_path
def related_account_group_path(project:, relatedaccountgroup:) -> ::String
Create a fully-qualified RelatedAccountGroup resource string.
The resource will be in the following format:
projects/{project}/relatedaccountgroups/{relatedaccountgroup}
- project (String)
- relatedaccountgroup (String)
- (::String)
- (::ArgumentError)