Skip to content

Commit 7a92aea

Browse files
feat: Automated regeneration of securitycenter v1beta1 client (googleapis#23697)
Auto-created at 2025-07-13 10:46:14 +0000 using the toys pull request generator.
1 parent 6624736 commit 7a92aea

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

generated/google-apis-securitycenter_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-securitycenter_v1beta1
22

3+
### v0.94.0 (2025-07-13)
4+
5+
* Regenerated from discovery document revision 20250707
6+
37
### v0.93.0 (2025-07-06)
48

59
* Regenerated from discovery document revision 20250625

generated/google-apis-securitycenter_v1beta1/lib/google/apis/securitycenter_v1beta1/classes.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2734,8 +2734,8 @@ def update!(**args)
27342734
end
27352735
end
27362736

2737-
# GCP metadata associated with the resource, only applicable if the finding's
2738-
# cloud provider is Google Cloud Platform.
2737+
# Google Cloud metadata associated with the resource. Only applicable if the
2738+
# finding's cloud provider is Google Cloud.
27392739
class GcpMetadata
27402740
include Google::Apis::Core::Hashable
27412741

@@ -8468,8 +8468,8 @@ class GoogleCloudSecuritycenterV2Resource
84688468
# @return [String]
84698469
attr_accessor :display_name
84708470

8471-
# GCP metadata associated with the resource, only applicable if the finding's
8472-
# cloud provider is Google Cloud Platform.
8471+
# Google Cloud metadata associated with the resource. Only applicable if the
8472+
# finding's cloud provider is Google Cloud.
84738473
# Corresponds to the JSON property `gcpMetadata`
84748474
# @return [Google::Apis::SecuritycenterV1beta1::GcpMetadata]
84758475
attr_accessor :gcp_metadata

generated/google-apis-securitycenter_v1beta1/lib/google/apis/securitycenter_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module SecuritycenterV1beta1
1818
# Version of the google-apis-securitycenter_v1beta1 gem
19-
GEM_VERSION = "0.93.0"
19+
GEM_VERSION = "0.94.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250625"
25+
REVISION = "20250707"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)