Reference documentation and code samples for the reCAPTCHA Enterprise V1beta1 API module Google::Cloud::RecaptchaEnterprise::V1beta1::RecaptchaEnterpriseService::Paths.
Path helper methods for the RecaptchaEnterpriseService API.
Methods
#assessment_path
def assessment_path(project:, assessment:) -> ::StringCreate a fully-qualified Assessment resource string.
The resource will be in the following format:
projects/{project}/assessments/{assessment}
- project (String)
- assessment (String)
- (::String)
- (::ArgumentError)
#key_path
def key_path(project:, key:) -> ::StringCreate a fully-qualified Key resource string.
The resource will be in the following format:
projects/{project}/keys/{key}
- project (String)
- key (String)
- (::String)
- (::ArgumentError)
#project_path
def project_path(project:) -> ::StringCreate a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)