reCAPTCHA Enterprise V1beta1 API - Module Google::Cloud::RecaptchaEnterprise::V1beta1::RecaptchaEnterpriseService::Paths (v0.10.0)

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:) -> ::String

Create a fully-qualified Assessment resource string.

The resource will be in the following format:

projects/{project}/assessments/{assessment}

Parameters
  • project (String)
  • assessment (String)
Returns
  • (::String)
Raises
  • (::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}

Parameter
  • project (String)
Returns
  • (::String)