google-apis-cloudsupport_v2 0.12.0 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6242cfefc46372a171c18d903e17d53464499147a9b79ce26fc87d90c861d17
|
4
|
+
data.tar.gz: 193930607d5aaac879f84b585d991b3766d63bb30068292668bc6e7fe2179c36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb75cfdd7e73c0c595ea4c575e112bd312f9a5ed59fa969963c4b2703dddd597c2478fcdec85e749d582c62df2e6a1d53ab5a84dc3cba69f81069a78a7963aa4
|
7
|
+
data.tar.gz: bb63637f5dbf9e65c9d6970e01a641415483edc4d58f4160ebac8814ebf9eb3aefa9fa2e5dbd85acd09f93f4f618d8e8c7e5a143e9480d0b19920b01d45c6e63
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudsupport_v2
|
2
2
|
|
3
|
+
### v0.14.0 (2025-01-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241231
|
6
|
+
|
7
|
+
### v0.13.0 (2024-12-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241212
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.12.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.15.0
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudsupportV2
|
18
18
|
# Version of the google-apis-cloudsupport_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241231"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -474,7 +474,10 @@ module Google
|
|
474
474
|
# Required. The name of the case for which attachments should be listed.
|
475
475
|
# @param [Fixnum] page_size
|
476
476
|
# The maximum number of attachments fetched with each request. If not provided,
|
477
|
-
# the default is 10. The maximum page size that will be returned is 100.
|
477
|
+
# the default is 10. The maximum page size that will be returned is 100. The
|
478
|
+
# size of each page can be smaller than the requested page size and can include
|
479
|
+
# zero. For example, you could request 100 attachments on one page, receive 0,
|
480
|
+
# and then on the next page, receive 90.
|
478
481
|
# @param [String] page_token
|
479
482
|
# A token identifying the page of results to return. If unspecified, the first
|
480
483
|
# page is retrieved.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudsupport_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2/v0.14.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Cloud Support API V2
|