Skip to content

Commit afa90ce

Browse files
feat: Automated regeneration of cloudasset v1p7beta1 client (#21893)
Auto-created at 2025-02-26 21:40:00 +0000 using the toys pull request generator.
1 parent 330fd87 commit afa90ce

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

generated/google-apis-cloudasset_v1p7beta1/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-cloudasset_v1p7beta1
22

3+
### v0.44.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250215
6+
37
### v0.43.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250104

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,12 +1567,10 @@ class GoogleIdentityAccesscontextmanagerV1EgressSource
15671567
# @return [String]
15681568
attr_accessor :access_level
15691569

1570-
# A Google Cloud resource that you want to allow to egress the perimeter. These
1571-
# resources can access data outside the perimeter. This field only supports
1572-
# projects. The project format is `projects/`project_number``. The resource can
1573-
# be in any Google Cloud organization, not just the organization where the
1574-
# perimeter is defined. You can't use `*` in this field to allow all Google
1575-
# Cloud resources.
1570+
# A Google Cloud resource from the service perimeter that you want to allow to
1571+
# access data outside the perimeter. This field supports only projects. The
1572+
# project format is `projects/`project_number``. You can't use `*` in this field
1573+
# to allow all Google Cloud resources.
15761574
# Corresponds to the JSON property `resource`
15771575
# @return [String]
15781576
attr_accessor :resource

generated/google-apis-cloudasset_v1p7beta1/lib/google/apis/cloudasset_v1p7beta1/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 CloudassetV1p7beta1
1818
# Version of the google-apis-cloudasset_v1p7beta1 gem
19-
GEM_VERSION = "0.43.0"
19+
GEM_VERSION = "0.44.0"
2020

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

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

0 commit comments

Comments
 (0)