google-apis-cloudsupport_v2beta 0.40.0 → 0.41.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: 3c0bcb52466b826a6d90fd23d61b7bf9fdf245757a7b243338e88e369f1ec55c
|
4
|
+
data.tar.gz: 5c9a552454cc8393dcd85e56668cd6a35e8c576c673cea97d406a604f79039b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65cecd1dff46f11cfc7196de502555bcb50ff757957566caef21e5e514c76831e95a1f36feb74f4969d49f46dcde85da6be46400aceacb7694884b748bda4cba
|
7
|
+
data.tar.gz: '0913c2be45e5f196747030fed31a7cc4ec647b37e1907fb44b3f3812fe8f27fd24b3e89838c60d41e208f5343817ed558c33ab18ebc1214d49dad4ad6d09e47e'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-cloudsupport_v2beta
|
2
2
|
|
3
|
+
### v0.41.0 (2024-12-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241212
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.40.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 CloudsupportV2beta
|
18
18
|
# Version of the google-apis-cloudsupport_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.41.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
|
@@ -525,7 +525,10 @@ module Google
|
|
525
525
|
# Required. The name of the case for which attachments should be listed.
|
526
526
|
# @param [Fixnum] page_size
|
527
527
|
# The maximum number of attachments fetched with each request. If not provided,
|
528
|
-
# the default is 10. The maximum page size that will be returned is 100.
|
528
|
+
# the default is 10. The maximum page size that will be returned is 100. The
|
529
|
+
# size of each page can be smaller than the requested page size and can include
|
530
|
+
# zero. For example, you could request 100 attachments on one page, receive 0,
|
531
|
+
# and then on the next page, receive 90.
|
529
532
|
# @param [String] page_token
|
530
533
|
# A token identifying the page of results to return. If unspecified, the first
|
531
534
|
# page is retrieved.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.41.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_v2beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.41.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2beta
|
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 V2beta
|