File tree Expand file tree Collapse file tree 5 files changed +15
-2
lines changed
generated/google-apis-cloudsupport_v2beta
lib/google/apis/cloudsupport_v2beta Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments