Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-cloudasset_v1p7beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudasset_v1p7beta1

### v0.48.0 (2026-03-08)

* Regenerated from discovery document revision 20260227

### v0.47.0 (2025-07-06)

* Regenerated from discovery document revision 20250627
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,10 +561,10 @@ def update!(**args)
class GoogleCloudAssetV1p7beta1GcsDestination
include Google::Apis::Core::Hashable

# The URI of the Cloud Storage object. It's the same URI that is used by gsutil.
# Example: "gs://bucket_name/object_name". See [Viewing and Editing Object
# Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for
# more information.
# The URI of the Cloud Storage object. It's the same URI that is used by gcloud
# storage. Example: "gs://bucket_name/object_name". See [Viewing and Editing
# Object Metadata](https://cloud.google.com/storage/docs/viewing-editing-
# metadata) for more information.
# Corresponds to the JSON property `uri`
# @return [String]
attr_accessor :uri
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudassetV1p7beta1
# Version of the google-apis-cloudasset_v1p7beta1 gem
GEM_VERSION = "0.47.0"
GEM_VERSION = "0.48.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20250627"
REVISION = "20260227"
end
end
end