Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix CreateAssessmentRequest comment #27302

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def initialize
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
# Required. The name of the project in which the assessment is created,
# Required. The name of the project in which the assessment will be created,
# in the format `projects/{project_number}`.
# @param assessment [::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment, ::Hash]
# Required. The assessment details.
Expand Down Expand Up @@ -279,7 +279,7 @@ def create_assessment request, options = nil
# Required. The resource name of the Assessment, in the format
# `projects/{project_number}/assessments/{assessment_id}`.
# @param annotation [::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Annotation]
# Optional. The annotation that is assigned to the Event. This field can
# 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
# whether the event is legitimate or fraudulent.
# @param reasons [::Array<::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Reason>]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def initialize
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
# Required. The name of the project in which the assessment is created,
# Required. The name of the project in which the assessment will be created,
# in the format `projects/{project_number}`.
# @param assessment [::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment, ::Hash]
# Required. The assessment details.
Expand Down Expand Up @@ -265,7 +265,7 @@ def create_assessment request, options = nil
# Required. The resource name of the Assessment, in the format
# `projects/{project_number}/assessments/{assessment_id}`.
# @param annotation [::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Annotation]
# Optional. The annotation that is assigned to the Event. This field can
# 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
# whether the event is legitimate or fraudulent.
# @param reasons [::Array<::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Reason>]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module V1beta1
# The create assessment request message.
# @!attribute [rw] parent
# @return [::String]
# Required. The name of the project in which the assessment is created,
# Required. The name of the project in which the assessment will be created,
# in the format `projects/{project_number}`.
# @!attribute [rw] assessment
# @return [::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment]
Expand Down Expand Up @@ -162,7 +162,7 @@ module TransactionEventType
# `projects/{project_number}/assessments/{assessment_id}`.
# @!attribute [rw] annotation
# @return [::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Annotation]
# Optional. The annotation that is assigned to the Event. This field can
# 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
# whether the event is legitimate or fraudulent.
# @!attribute [rw] reasons
Expand Down