google-apis-cloudsupport_v2 0.12.0 → 0.13.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: 662dc01326783c6f03abd1a3eabd80d7ed3cd0b5cb6501286250e0d4ef0fb402
|
4
|
+
data.tar.gz: dc41d399fd98558116bb5672c11f80ec3767951e43b84211a6345f585b575be9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6439cdd0858f3618cb8974a35108bb0b8704158fdf53aa0bf4cbfd19efcb7b93273b2c818aced0e01fc04bc6b5fcd57988e5cd12ce0f928b15bb617044748b4
|
7
|
+
data.tar.gz: 864aea7c17acf170e767a03f87216ef8368397bc1e4aedac196fbc2ce6796d26e85e0cf3751c559f9c5db77899d3f3a0e1d55c90d89c7f61c496a8e9fecd85ea
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-cloudsupport_v2
|
2
2
|
|
3
|
+
### v0.13.0 (2024-12-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241212
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.12.0 (2024-05-19)
|
4
9
|
|
5
10
|
* 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.13.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 = "20241212"
|
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.13.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: 2024-
|
11
|
+
date: 2024-12-15 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.13.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
|