Skip to content

Commit

Permalink
docs: Update documentation for the Finding resource field "project_di…
Browse files Browse the repository at this point in the history
…splay_name"

docs: Update documentation for the Mute fields on Findings

PiperOrigin-RevId: 429148908

Source-Link: googleapis/googleapis@c93764c

Source-Link: googleapis/googleapis-gen@8810468
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuU2VjdXJpdHlDZW50ZXIuVjEvLk93bEJvdC55YW1sIiwiaCI6Ijg4MTA0Njg4ZmZmMzdjNjdmZjcyYWRkYjczZjNmZTYxZDE5ZGM4NWEifQ==
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Feb 17, 2022
1 parent 1ea3fe0 commit 09ff129
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Expand Up @@ -378,7 +378,8 @@ public sealed partial class Finding : pb::IMessage<Finding>
private global::Google.Cloud.SecurityCenter.V1.Finding.Types.Mute mute_ = global::Google.Cloud.SecurityCenter.V1.Finding.Types.Mute.Unspecified;
/// <summary>
/// Indicates the mute state of a finding (either unspecified, muted, unmuted
/// or undefined).
/// or undefined). Unlike other attributes of a finding, a finding provider
/// shouldn't set the value of mute.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -492,7 +493,8 @@ public sealed partial class Finding : pb::IMessage<Finding>
/// <summary>
/// First known as mute_annotation. Records additional information about the
/// mute operation e.g. mute config that muted the finding, user who muted the
/// finding, etc.
/// finding, etc. Unlike other attributes of a finding, a finding provider
/// shouldn't set the value of mute.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down
Expand Up @@ -138,7 +138,7 @@ public sealed partial class Resource : pb::IMessage<Resource>
public const int ProjectDisplayNameFieldNumber = 3;
private string projectDisplayName_ = "";
/// <summary>
/// The human readable name of project that the resource belongs to.
/// The project id that the resource belongs to.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down
Expand Up @@ -9273,7 +9273,7 @@ public sealed partial class Resource : pb::IMessage<Resource>
public const int ProjectDisplayNameFieldNumber = 3;
private string projectDisplayName_ = "";
/// <summary>
/// The human readable name of project that the resource belongs to.
/// The project id that the resource belongs to.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down
Expand Up @@ -3,7 +3,7 @@
// source: google/cloud/securitycenter/v1/securitycenter_service.proto
// </auto-generated>
// Original file comments:
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 09ff129

Please sign in to comment.