google-apis-cloudsupport_v2beta 0.48.0 → 0.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3480f34b87c1f68716379ce6e8ed804da4da7d8e7ddf2d4e0a41a9051e43c6a9
|
|
4
|
+
data.tar.gz: 0abd98d022e55fbccfc9d7652ed31852e99a4aefcc03e9787c7d134f8140405e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e9faa316abcc5006eb5127b9619044d01a36068b9eef25e25fd9e60a65bf90cf008c42ce135047bd5e885bada20e3a36258836389e7d326b2b1c208ea417b6e
|
|
7
|
+
data.tar.gz: 9e1073a01d8b4e93afa4f7f2bf040a1c44e094afa02ad50cc6636c1b15f9c371cf36f244255f032966d84d8fe0b2d7950116aaec60074c05f0de2a89d9a65d82
|
data/CHANGELOG.md
CHANGED
|
@@ -157,6 +157,12 @@ module Google
|
|
|
157
157
|
# @return [String]
|
|
158
158
|
attr_accessor :read_token
|
|
159
159
|
|
|
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
|
+
|
|
160
166
|
# # gdata.* are outside protos with mising documentation
|
|
161
167
|
# Corresponds to the JSON property `uploadMetadataContainer`
|
|
162
168
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
@@ -174,6 +180,7 @@ module Google
|
|
|
174
180
|
@download_external_read_token = args[:download_external_read_token] if args.key?(:download_external_read_token)
|
|
175
181
|
@download_read_handle = args[:download_read_handle] if args.key?(:download_read_handle)
|
|
176
182
|
@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)
|
|
177
184
|
@upload_metadata_container = args[:upload_metadata_container] if args.key?(:upload_metadata_container)
|
|
178
185
|
end
|
|
179
186
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudsupportV2beta
|
|
18
18
|
# Version of the google-apis-cloudsupport_v2beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.49.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260113"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -233,6 +233,7 @@ module Google
|
|
|
233
233
|
property :download_external_read_token, :base64 => true, as: 'downloadExternalReadToken'
|
|
234
234
|
property :download_read_handle, :base64 => true, as: 'downloadReadHandle'
|
|
235
235
|
property :read_token, as: 'readToken'
|
|
236
|
+
property :upload_fragment_list_creation_info, :base64 => true, as: 'uploadFragmentListCreationInfo'
|
|
236
237
|
property :upload_metadata_container, :base64 => true, as: 'uploadMetadataContainer'
|
|
237
238
|
end
|
|
238
239
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudsupport_v2beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.49.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.49.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|