Skip to content

Commit 75a5736

Browse files
feat: Automated regeneration of cloudasset v1beta1 client (#26631)
Auto-created at 2026-06-10 22:18:13 +0000 using the toys pull request generator.
1 parent 8cdc13f commit 75a5736

5 files changed

Lines changed: 22 additions & 19 deletions

File tree

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

3+
### v0.48.0 (2026-06-10)
4+
5+
* Regenerated from discovery document revision 20260427
6+
* Regenerated using generator version 0.19.0
7+
38
### v0.47.0 (2026-02-08)
49

510
* Regenerated using generator version 0.18.0

generated/google-apis-cloudasset_v1beta1/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/asset-inventory/docs/quicks
8383

8484
## Supported Ruby versions
8585

86-
This library is supported on Ruby 3.1+.
86+
This library is supported on Ruby 3.2+.
8787

8888
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
8989

generated/google-apis-cloudasset_v1beta1/google-apis-cloudasset_v1beta1.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
2828
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
2929
gem.require_paths = ["lib"]
3030

31-
gem.required_ruby_version = '>= 3.1'
31+
gem.required_ruby_version = '>= 3.2'
3232
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
3333
end

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

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,10 @@ def update!(**args)
464464
class GcsDestination
465465
include Google::Apis::Core::Hashable
466466

467-
# The URI of the Cloud Storage object. It's the same URI that is used by gsutil.
468-
# For example: "gs://bucket_name/object_name". See [Viewing and Editing Object
469-
# Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for
470-
# more information.
467+
# The URI of the Cloud Storage object. It's the same URI that is used by gcloud
468+
# storage. For example: "gs://bucket_name/object_name". See [Viewing and Editing
469+
# Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-
470+
# metadata) for more information.
471471
# Corresponds to the JSON property `uri`
472472
# @return [String]
473473
attr_accessor :uri
@@ -1450,11 +1450,10 @@ class GoogleIdentityAccesscontextmanagerV1EgressFrom
14501450
include Google::Apis::Core::Hashable
14511451

14521452
# A list of identities that are allowed access through [EgressPolicy].
1453-
# Identities can be an individual user, service account, Google group, or third-
1454-
# party identity. For third-party identity, only single identities are supported
1455-
# and other identity types are not supported. The `v1` identities that have the
1456-
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
1457-
# google.com/iam/docs/principal-identifiers#v1 are supported.
1453+
# Identities can be an individual user, service account, Google group, third-
1454+
# party identity, or agent identity. For the list of supported identity types,
1455+
# see https://docs.cloud.google.com/vpc-service-controls/docs/supported-
1456+
# identities.
14581457
# Corresponds to the JSON property `identities`
14591458
# @return [Array<String>]
14601459
attr_accessor :identities
@@ -1646,11 +1645,10 @@ class GoogleIdentityAccesscontextmanagerV1IngressFrom
16461645
include Google::Apis::Core::Hashable
16471646

16481647
# A list of identities that are allowed access through [IngressPolicy].
1649-
# Identities can be an individual user, service account, Google group, or third-
1650-
# party identity. For third-party identity, only single identities are supported
1651-
# and other identity types are not supported. The `v1` identities that have the
1652-
# prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
1653-
# google.com/iam/docs/principal-identifiers#v1 are supported.
1648+
# Identities can be an individual user, service account, Google group, third-
1649+
# party identity, or agent identity. For the list of supported identity types,
1650+
# see https://docs.cloud.google.com/vpc-service-controls/docs/supported-
1651+
# identities.
16541652
# Corresponds to the JSON property `identities`
16551653
# @return [Array<String>]
16561654
attr_accessor :identities

generated/google-apis-cloudasset_v1beta1/lib/google/apis/cloudasset_v1beta1/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 CloudassetV1beta1
1818
# Version of the google-apis-cloudasset_v1beta1 gem
19-
GEM_VERSION = "0.47.0"
19+
GEM_VERSION = "0.48.0"
2020

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

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

0 commit comments

Comments
 (0)