Skip to content

Commit 019f7f5

Browse files
feat: Automated regeneration of cloudasset v1p7beta1 client (googleapis#25887)
Auto-created at 2026-03-08 10:08:39 +0000 using the toys pull request generator.
1 parent 4cfd792 commit 019f7f5

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
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.48.0 (2026-03-08)
4+
5+
* Regenerated from discovery document revision 20260227
6+
37
### v0.47.0 (2025-07-06)
48

59
* Regenerated from discovery document revision 20250627

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -561,10 +561,10 @@ def update!(**args)
561561
class GoogleCloudAssetV1p7beta1GcsDestination
562562
include Google::Apis::Core::Hashable
563563

564-
# The URI of the Cloud Storage object. It's the same URI that is used by gsutil.
565-
# Example: "gs://bucket_name/object_name". See [Viewing and Editing Object
566-
# Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for
567-
# more information.
564+
# The URI of the Cloud Storage object. It's the same URI that is used by gcloud
565+
# storage. Example: "gs://bucket_name/object_name". See [Viewing and Editing
566+
# Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-
567+
# metadata) for more information.
568568
# Corresponds to the JSON property `uri`
569569
# @return [String]
570570
attr_accessor :uri

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.47.0"
19+
GEM_VERSION = "0.48.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 = "20250627"
25+
REVISION = "20260227"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)