google-apis-cloudsupport_v2beta 0.4.0 → 0.5.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: 30a380259101ab99176a0840365b7cf4783a9cfafbef7ed4974a864d2ba063e7
|
|
4
|
+
data.tar.gz: 21fd58b6300331b1302189f71fd5d65b0cc3c4c478cf39af604eeb8bb7d1bca6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 718e30c5d565866ceb5f87cc022bfe1d3b8527dacb7757694f94c3d89d60bdddeae5d8109c5cdbcfd2e298b9bae41d70e9198d1d8c2aefa5f2eae61bec79904e
|
|
7
|
+
data.tar.gz: b39510a8f6a8b81310d24ced84166a05eef9817375010235424de572f89c0873816b84a81e074266b072351ff0a6d4d9eac57fb3251c75634052f3e046e80e0f
|
data/CHANGELOG.md
CHANGED
|
@@ -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.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220221"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -265,7 +265,7 @@ module Google
|
|
|
265
265
|
# @param [String] filter
|
|
266
266
|
# An expression written in the Cloud filter language. If non-empty, then only
|
|
267
267
|
# cases whose fields match the filter are returned. If empty, then no messages
|
|
268
|
-
# are filtered out. Filter strings can use the following fields: -
|
|
268
|
+
# are filtered out. Filter strings can use the following fields: - state (
|
|
269
269
|
# Accepted values: OPEN or CLOSED) - severity (Accepted values: S0, S1, S2, S3,
|
|
270
270
|
# or S4) - creator.email with the operators equals (=) and AND. Additionally, a
|
|
271
271
|
# global restriction (with no operator) can be used to search across displayName,
|
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.5.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: 2022-02-
|
|
11
|
+
date: 2022-02-28 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.5.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: []
|