Skip to content

Commit c360ad5

Browse files
feat: Automated regeneration of cloudsupport v2beta client (googleapis#25421)
Auto-created at 2026-01-18 10:53:04 +0000 using the toys pull request generator.
1 parent 6cec27e commit c360ad5

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88019,6 +88019,7 @@
8801988019
"/cloudsupport:v2beta/Blobstore2Info/downloadExternalReadToken": download_external_read_token
8802088020
"/cloudsupport:v2beta/Blobstore2Info/downloadReadHandle": download_read_handle
8802188021
"/cloudsupport:v2beta/Blobstore2Info/readToken": read_token
88022+
"/cloudsupport:v2beta/Blobstore2Info/uploadFragmentListCreationInfo": upload_fragment_list_creation_info
8802288023
"/cloudsupport:v2beta/Blobstore2Info/uploadMetadataContainer": upload_metadata_container
8802388024
"/cloudsupport:v2beta/Case": case
8802488025
"/cloudsupport:v2beta/Case/classification": classification

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

3+
### v0.49.0 (2026-01-18)
4+
5+
* Regenerated from discovery document revision 20260113
6+
37
### v0.48.0 (2025-12-07)
48

59
* Regenerated from discovery document revision 20251203

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ class Blobstore2Info
157157
# @return [String]
158158
attr_accessor :read_token
159159

160+
# # gdata.* are outside protos with mising documentation
161+
# Corresponds to the JSON property `uploadFragmentListCreationInfo`
162+
# NOTE: Values are automatically base64 encoded/decoded in the client library.
163+
# @return [String]
164+
attr_accessor :upload_fragment_list_creation_info
165+
160166
# # gdata.* are outside protos with mising documentation
161167
# Corresponds to the JSON property `uploadMetadataContainer`
162168
# NOTE: Values are automatically base64 encoded/decoded in the client library.
@@ -174,6 +180,7 @@ def update!(**args)
174180
@download_external_read_token = args[:download_external_read_token] if args.key?(:download_external_read_token)
175181
@download_read_handle = args[:download_read_handle] if args.key?(:download_read_handle)
176182
@read_token = args[:read_token] if args.key?(:read_token)
183+
@upload_fragment_list_creation_info = args[:upload_fragment_list_creation_info] if args.key?(:upload_fragment_list_creation_info)
177184
@upload_metadata_container = args[:upload_metadata_container] if args.key?(:upload_metadata_container)
178185
end
179186
end

generated/google-apis-cloudsupport_v2beta/lib/google/apis/cloudsupport_v2beta/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 CloudsupportV2beta
1818
# Version of the google-apis-cloudsupport_v2beta gem
19-
GEM_VERSION = "0.48.0"
19+
GEM_VERSION = "0.49.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 = "20251203"
25+
REVISION = "20260113"
2626
end
2727
end
2828
end

generated/google-apis-cloudsupport_v2beta/lib/google/apis/cloudsupport_v2beta/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
233233
property :download_external_read_token, :base64 => true, as: 'downloadExternalReadToken'
234234
property :download_read_handle, :base64 => true, as: 'downloadReadHandle'
235235
property :read_token, as: 'readToken'
236+
property :upload_fragment_list_creation_info, :base64 => true, as: 'uploadFragmentListCreationInfo'
236237
property :upload_metadata_container, :base64 => true, as: 'uploadMetadataContainer'
237238
end
238239
end

0 commit comments

Comments
 (0)