Skip to content

Commit

Permalink
feat: added FraudPreventionAssessment.behavioral_trust_verdict
Browse files Browse the repository at this point in the history
docs: formatting of resource names
chore: remove backend configuration from the service config

PiperOrigin-RevId: 570683260

Source-Link: googleapis/googleapis@b027b01

Source-Link: googleapis/googleapis-gen@c97a9e8
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuUmVjYXB0Y2hhRW50ZXJwcmlzZS5WMUJldGExLy5Pd2xCb3QueWFtbCIsImgiOiJjOTdhOWU4ODA0M2NhYWU3OTZjNjM0MDQ1MTA4ODc3M2MxZDcwY2RjIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Oct 4, 2023
1 parent 48d1fd2 commit 3173b55
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public virtual Assessment CreateAssessment(CreateAssessmentRequest request, gaxg
/// </summary>
/// <param name="parent">
/// Required. The name of the project in which the assessment will be created,
/// in the format "projects/{project_number}".
/// in the format `projects/{project_number}`.
/// </param>
/// <param name="assessment">
/// Required. The assessment details.
Expand All @@ -279,7 +279,7 @@ public virtual Assessment CreateAssessment(string parent, Assessment assessment,
/// </summary>
/// <param name="parent">
/// Required. The name of the project in which the assessment will be created,
/// in the format "projects/{project_number}".
/// in the format `projects/{project_number}`.
/// </param>
/// <param name="assessment">
/// Required. The assessment details.
Expand All @@ -298,7 +298,7 @@ public virtual Assessment CreateAssessment(string parent, Assessment assessment,
/// </summary>
/// <param name="parent">
/// Required. The name of the project in which the assessment will be created,
/// in the format "projects/{project_number}".
/// in the format `projects/{project_number}`.
/// </param>
/// <param name="assessment">
/// Required. The assessment details.
Expand All @@ -313,7 +313,7 @@ public virtual Assessment CreateAssessment(string parent, Assessment assessment,
/// </summary>
/// <param name="parent">
/// Required. The name of the project in which the assessment will be created,
/// in the format "projects/{project_number}".
/// in the format `projects/{project_number}`.
/// </param>
/// <param name="assessment">
/// Required. The assessment details.
Expand All @@ -332,7 +332,7 @@ public virtual Assessment CreateAssessment(gagr::ProjectName parent, Assessment
/// </summary>
/// <param name="parent">
/// Required. The name of the project in which the assessment will be created,
/// in the format "projects/{project_number}".
/// in the format `projects/{project_number}`.
/// </param>
/// <param name="assessment">
/// Required. The assessment details.
Expand All @@ -351,7 +351,7 @@ public virtual Assessment CreateAssessment(gagr::ProjectName parent, Assessment
/// </summary>
/// <param name="parent">
/// Required. The name of the project in which the assessment will be created,
/// in the format "projects/{project_number}".
/// in the format `projects/{project_number}`.
/// </param>
/// <param name="assessment">
/// Required. The assessment details.
Expand Down Expand Up @@ -397,7 +397,7 @@ public virtual AnnotateAssessmentResponse AnnotateAssessment(AnnotateAssessmentR
/// </summary>
/// <param name="name">
/// Required. The resource name of the Assessment, in the format
/// "projects/{project_number}/assessments/{assessment_id}".
/// `projects/{project_number}/assessments/{assessment_id}`.
/// </param>
/// <param name="annotation">
/// Optional. The annotation that will be assigned to the Event. This field can
Expand All @@ -419,7 +419,7 @@ public virtual AnnotateAssessmentResponse AnnotateAssessment(string name, Annota
/// </summary>
/// <param name="name">
/// Required. The resource name of the Assessment, in the format
/// "projects/{project_number}/assessments/{assessment_id}".
/// `projects/{project_number}/assessments/{assessment_id}`.
/// </param>
/// <param name="annotation">
/// Optional. The annotation that will be assigned to the Event. This field can
Expand All @@ -441,7 +441,7 @@ public virtual AnnotateAssessmentResponse AnnotateAssessment(string name, Annota
/// </summary>
/// <param name="name">
/// Required. The resource name of the Assessment, in the format
/// "projects/{project_number}/assessments/{assessment_id}".
/// `projects/{project_number}/assessments/{assessment_id}`.
/// </param>
/// <param name="annotation">
/// Optional. The annotation that will be assigned to the Event. This field can
Expand All @@ -459,7 +459,7 @@ public virtual AnnotateAssessmentResponse AnnotateAssessment(string name, Annota
/// </summary>
/// <param name="name">
/// Required. The resource name of the Assessment, in the format
/// "projects/{project_number}/assessments/{assessment_id}".
/// `projects/{project_number}/assessments/{assessment_id}`.
/// </param>
/// <param name="annotation">
/// Optional. The annotation that will be assigned to the Event. This field can
Expand All @@ -481,7 +481,7 @@ public virtual AnnotateAssessmentResponse AnnotateAssessment(AssessmentName name
/// </summary>
/// <param name="name">
/// Required. The resource name of the Assessment, in the format
/// "projects/{project_number}/assessments/{assessment_id}".
/// `projects/{project_number}/assessments/{assessment_id}`.
/// </param>
/// <param name="annotation">
/// Optional. The annotation that will be assigned to the Event. This field can
Expand All @@ -503,7 +503,7 @@ public virtual AnnotateAssessmentResponse AnnotateAssessment(AssessmentName name
/// </summary>
/// <param name="name">
/// Required. The resource name of the Assessment, in the format
/// "projects/{project_number}/assessments/{assessment_id}".
/// `projects/{project_number}/assessments/{assessment_id}`.
/// </param>
/// <param name="annotation">
/// Optional. The annotation that will be assigned to the Event. This field can
Expand Down
Loading

0 comments on commit 3173b55

Please sign in to comment.