Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Oct 4, 2023
1 parent ba4c8a8 commit 35dd683
Show file tree
Hide file tree
Showing 152 changed files with 2,034 additions and 16,278 deletions.
Binary file modified RecaptchaEnterprise/metadata/V1/Recaptchaenterprise.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* on whether the event turned out to be authentic or fraudulent.
*
* @param string $formattedName The resource name of the Assessment, in the format
* "projects/{project}/assessments/{assessment}". Please see
* `projects/{project}/assessments/{assessment}`. Please see
* {@see RecaptchaEnterpriseServiceClient::assessmentName()} for help formatting this field.
* @param int $annotation Optional. The annotation that will be assigned to the Event. This field can
* be left empty to provide reasons that apply to an event without concluding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Creates an Assessment of the likelihood an event is legitimate.
*
* @param string $formattedParent The name of the project in which the assessment will be created,
* in the format "projects/{project}". Please see
* in the format `projects/{project}`. Please see
* {@see RecaptchaEnterpriseServiceClient::projectName()} for help formatting this field.
*/
function create_assessment_sample(string $formattedParent): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Creates a new reCAPTCHA Enterprise key.
*
* @param string $formattedParent The name of the project in which the key will be created, in the
* format "projects/{project}". Please see
* format `projects/{project}`. Please see
* {@see RecaptchaEnterpriseServiceClient::projectName()} for help formatting this field.
*/
function create_key_sample(string $formattedParent): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Deletes the specified key.
*
* @param string $formattedName The name of the key to be deleted, in the format
* "projects/{project}/keys/{key}". Please see
* `projects/{project}/keys/{key}`. Please see
* {@see RecaptchaEnterpriseServiceClient::keyName()} for help formatting this field.
*/
function delete_key_sample(string $formattedName): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Returns the specified key.
*
* @param string $formattedName The name of the requested key, in the format
* "projects/{project}/keys/{key}". Please see
* `projects/{project}/keys/{key}`. Please see
* {@see RecaptchaEnterpriseServiceClient::keyName()} for help formatting this field.
*/
function get_key_sample(string $formattedName): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* dashboards.
*
* @param string $formattedName The name of the requested metrics, in the format
* "projects/{project}/keys/{key}/metrics". Please see
* `projects/{project}/keys/{key}/metrics`. Please see
* {@see RecaptchaEnterpriseServiceClient::metricsName()} for help formatting this field.
*/
function get_metrics_sample(string $formattedName): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Returns the list of all keys that belong to a project.
*
* @param string $formattedParent The name of the project that contains the keys that will be
* listed, in the format "projects/{project}". Please see
* listed, in the format `projects/{project}`. Please see
* {@see RecaptchaEnterpriseServiceClient::projectName()} for help formatting this field.
*/
function list_keys_sample(string $formattedParent): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* List groups of related accounts.
*
* @param string $formattedParent The name of the project to list related account groups from, in
* the format "projects/{project}". Please see
* the format `projects/{project}`. Please see
* {@see RecaptchaEnterpriseServiceClient::projectName()} for help formatting this field.
*/
function list_related_account_groups_sample(string $formattedParent): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
* Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise.
* Once a key is migrated, it can be used from either product. SiteVerify
* requests are billed as CreateAssessment calls. You must be
* authenticated as one of the current owners of the reCAPTCHA Site Key, and
* authenticated as one of the current owners of the reCAPTCHA Key, and
* your user must have the reCAPTCHA Enterprise Admin IAM role in the
* destination project.
*
* @param string $formattedName The name of the key to be migrated, in the format
* "projects/{project}/keys/{key}". Please see
* `projects/{project}/keys/{key}`. Please see
* {@see RecaptchaEnterpriseServiceClient::keyName()} for help formatting this field.
*/
function migrate_key_sample(string $formattedName): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* legacy reCAPTCHA.
*
* @param string $formattedKey The public key name linked to the requested secret key in the
* format "projects/{project}/keys/{key}". Please see
* format `projects/{project}/keys/{key}`. Please see
* {@see RecaptchaEnterpriseServiceClient::keyName()} for help formatting this field.
*/
function retrieve_legacy_secret_key_sample(string $formattedKey): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* @param string $formattedProject The name of the project to search related account group
* memberships from. Specify the project name in the following format:
* "projects/{project}". Please see
* `projects/{project}`. Please see
* {@see RecaptchaEnterpriseServiceClient::relatedAccountGroupName()} for help formatting this field.
*/
function search_related_account_group_memberships_sample(string $formattedProject): void
Expand Down
38 changes: 38 additions & 0 deletions RecaptchaEnterprise/src/V1/AndroidKeySettings.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions RecaptchaEnterprise/src/V1/AnnotateAssessmentRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 100 additions & 4 deletions RecaptchaEnterprise/src/V1/Assessment.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 35dd683

Please sign in to comment.