Skip to content

Commit eb4c1ec

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix CreateAssessmentRequest comment
docs: update API title in docs overview PiperOrigin-RevId: 671473962
1 parent 003e626 commit eb4c1ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ service RecaptchaEnterpriseServiceV1Beta1 {
6060

6161
// The create assessment request message.
6262
message CreateAssessmentRequest {
63-
// Required. The name of the project in which the assessment is created,
63+
// Required. The name of the project in which the assessment will be created,
6464
// in the format `projects/{project_number}`.
6565
string parent = 1 [
6666
(google.api.field_behavior) = REQUIRED,
@@ -290,7 +290,7 @@ message AnnotateAssessmentRequest {
290290
}
291291
];
292292

293-
// Optional. The annotation that is assigned to the Event. This field can
293+
// Optional. The annotation that will be assigned to the Event. This field can
294294
// be left empty to provide reasons that apply to an event without concluding
295295
// whether the event is legitimate or fraudulent.
296296
Annotation annotation = 2 [(google.api.field_behavior) = OPTIONAL];

google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise_v1beta1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation:
1010
summary: |-
1111
Help protect your website from fraudulent activity, spam, and abuse without
1212
creating friction.
13-
overview: reCAPTCHA Overview
13+
overview: reCAPTCHA Enterprise Overview
1414

1515
authentication:
1616
rules:

0 commit comments

Comments
 (0)