google-apis-cloudsupport_v2beta 0.34.0 → 0.35.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: a7b9ae719b8994e708095beb48a4ae54f3b0d5f4e8d4593011de8819e408c149
|
4
|
+
data.tar.gz: 2d9af8ebd999b05dff06b27513f51899f067e0c2e557d89143b9e9319861b65c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db4061f03dbfc0bc3d208316677c1a6fcb09a5d9df9baa749ef6e62e596609f5f63335bf0bd331464d2654351c9ac2fd617ae4a374b6dd2961f55959de9516c0
|
7
|
+
data.tar.gz: 3c2db55ce18332bee6fe7ec0b58de6eb53ff6b4e6dd4f49e65e01644fc7921b8a54dc8efad03c38e14d621d6521ac3acf353e89c1d816b6a82ddf1f2b4ed92bd
|
data/CHANGELOG.md
CHANGED
@@ -180,7 +180,7 @@ module Google
|
|
180
180
|
# unique identifiers, an ID and a number, and they look like this: ``` projects/
|
181
181
|
# abc/cases/456 ``` ``` projects/123/cases/456 ``` You can use either of them
|
182
182
|
# when calling the API. To learn more about project identifiers, see [AIP-2510](
|
183
|
-
# https://google.aip.dev/cloud/2510).
|
183
|
+
# https://google.aip.dev/cloud/2510).
|
184
184
|
class Case
|
185
185
|
include Google::Apis::Core::Hashable
|
186
186
|
|
@@ -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.35.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240303"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -320,7 +320,8 @@ module Google
|
|
320
320
|
# A token identifying the page of results to return. If unspecified, the first
|
321
321
|
# page is retrieved.
|
322
322
|
# @param [String] product_line
|
323
|
-
# The product line to request cases for.
|
323
|
+
# The product line for which to request cases for. If unspecified, only Google
|
324
|
+
# Cloud cases will be returned.
|
324
325
|
# @param [String] fields
|
325
326
|
# Selector specifying which fields to include in a partial response.
|
326
327
|
# @param [String] quota_user
|
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.35.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-03-10 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.35.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: []
|