Skip to content

Commit bd27d99

Browse files
feat: Automated regeneration of cloudasset v1p5beta1 client (#26029)
Auto-created at 2026-03-22 10:30:04 +0000 using the toys pull request generator.
1 parent 293c373 commit bd27d99

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

generated/google-apis-cloudasset_v1p5beta1/CHANGELOG.md

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

3+
### v0.46.0 (2026-03-22)
4+
5+
* Regenerated from discovery document revision 20260314
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.45.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,10 +1364,8 @@ class GoogleIdentityAccesscontextmanagerV1EgressFrom
13641364

13651365
# A list of identities that are allowed access through [EgressPolicy].
13661366
# Identities can be an individual user, service account, Google group, or third-
1367-
# party identity. For third-party identity, only single identities are supported
1368-
# and other identity types are not supported. The `v1` identities that have the
1369-
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
1370-
# google.com/iam/docs/principal-identifiers#v1 are supported.
1367+
# party identity. For the list of supported identity types, see https://docs.
1368+
# cloud.google.com/vpc-service-controls/docs/supported-identities.
13711369
# Corresponds to the JSON property `identities`
13721370
# @return [Array<String>]
13731371
attr_accessor :identities
@@ -1560,10 +1558,8 @@ class GoogleIdentityAccesscontextmanagerV1IngressFrom
15601558

15611559
# A list of identities that are allowed access through [IngressPolicy].
15621560
# Identities can be an individual user, service account, Google group, or third-
1563-
# party identity. For third-party identity, only single identities are supported
1564-
# and other identity types are not supported. The `v1` identities that have the
1565-
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
1566-
# google.com/iam/docs/principal-identifiers#v1 are supported.
1561+
# party identity. For the list of supported identity types, see https://docs.
1562+
# cloud.google.com/vpc-service-controls/docs/supported-identities.
15671563
# Corresponds to the JSON property `identities`
15681564
# @return [Array<String>]
15691565
attr_accessor :identities

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudassetV1p5beta1
1818
# Version of the google-apis-cloudasset_v1p5beta1 gem
19-
GEM_VERSION = "0.45.0"
19+
GEM_VERSION = "0.46.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

0 commit comments

Comments
 (0)