Skip to content

Commit

Permalink
feat: Automated regeneration of securitycenter v1beta2 client (google…
Browse files Browse the repository at this point in the history
…apis#8711)

Auto-created at 2022-03-22 11:29:54 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 22, 2022
1 parent 3e84726 commit b06cc26
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-securitycenter_v1beta2

### v0.19.0 (2022-03-22)

* Regenerated from discovery document revision 20220318

### v0.18.0 (2022-03-15)

* Regenerated from discovery document revision 20220310
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,9 @@ class Finding
# @return [Google::Apis::SecuritycenterV1beta2::MitreAttack]
attr_accessor :mitre_attack

# Indicates the mute state of a finding (either unspecified, muted, unmuted or
# undefined). Unlike other attributes of a finding, a finding provider shouldn't
# set the value of mute.
# Indicates the mute state of a finding (either muted, unmuted or undefined).
# Unlike other attributes of a finding, a finding provider shouldn't set the
# value of mute.
# Corresponds to the JSON property `mute`
# @return [String]
attr_accessor :mute
Expand Down Expand Up @@ -855,7 +855,7 @@ class GoogleCloudSecuritycenterV1Resource
# @return [String]
attr_accessor :project

# The project id that the resource belongs to.
# The project ID that the resource belongs to.
# Corresponds to the JSON property `projectDisplayName`
# @return [String]
attr_accessor :project_display_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module SecuritycenterV1beta2
# Version of the google-apis-securitycenter_v1beta2 gem
GEM_VERSION = "0.18.0"
GEM_VERSION = "0.19.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.4.1"

# Revision of the discovery document this client was generated from
REVISION = "20220310"
REVISION = "20220318"
end
end
end

0 comments on commit b06cc26

Please sign in to comment.