Skip to content

Commit

Permalink
docs: minor comments updates
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584363225

Source-Link: googleapis/googleapis@e400904

Source-Link: googleapis/googleapis-gen@20c94b4
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuUmVjYXB0Y2hhRW50ZXJwcmlzZS5WMUJldGExLy5Pd2xCb3QueWFtbCIsImgiOiIyMGM5NGI0NjA3NGQyY2MxZjcyMzQ4OWY5N2Y4MjY1ODcxNWNmMGZmIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and anuragsrivstv committed Nov 22, 2023
1 parent 838c6df commit 418f496
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -991,8 +991,7 @@ public string Name {
= pb::FieldCodec.ForEnum(26, x => (int) x, x => (global::Google.Cloud.RecaptchaEnterprise.V1Beta1.AnnotateAssessmentRequest.Types.Reason) x);
private readonly pbc::RepeatedField<global::Google.Cloud.RecaptchaEnterprise.V1Beta1.AnnotateAssessmentRequest.Types.Reason> reasons_ = new pbc::RepeatedField<global::Google.Cloud.RecaptchaEnterprise.V1Beta1.AnnotateAssessmentRequest.Types.Reason>();
/// <summary>
/// Optional. Optional reasons for the annotation that will be assigned to the
/// Event.
/// Optional. Reasons for the annotation that are assigned to the event.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand All @@ -1004,11 +1003,11 @@ public string Name {
public const int HashedAccountIdFieldNumber = 4;
private pb::ByteString hashedAccountId_ = pb::ByteString.Empty;
/// <summary>
/// Optional. Optional unique stable hashed user identifier to apply to the
/// assessment. This is an alternative to setting the hashed_account_id in
/// CreateAssessment, for example when the account identifier is not yet known
/// in the initial request. It is recommended that the identifier is hashed
/// using hmac-sha256 with stable secret.
/// Optional. Unique stable hashed user identifier to apply to the assessment.
/// This is an alternative to setting the `hashed_account_id` in
/// `CreateAssessment`, for example, when the account identifier is not yet
/// known in the initial request. It is recommended that the identifier is
/// hashed using hmac-sha256 with stable secret.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -2840,7 +2839,6 @@ public void MergeFrom(pb::CodedInputStream input) {

/// <summary>
/// Transaction data associated with a payment protected by reCAPTCHA Enterprise.
/// All fields are optional.
/// </summary>
public sealed partial class TransactionData : pb::IMessage<TransactionData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
Expand Down

0 comments on commit 418f496

Please sign in to comment.