google-apis-cloudsupport_v2beta 0.21.0 → 0.22.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: 3e6a882676a7dd9306982c5651692d3d9996f76f22d3c8e054152bfe4069f4b5
|
|
4
|
+
data.tar.gz: b0f72cca17c8391c41b75b8e62a6396b972351c4035ba3821eb6ac8bfb542be6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6835757a8b570c58afd33e0adfb84b39383d2964ee90b832d131ff91ede93614a4a77e317cbf25b69efe42db3619442b22c58e4063ac29acadec89a8ee259a8b
|
|
7
|
+
data.tar.gz: 5da649370f5a84daa8a37a906a3c1e82c340a522b88e4b901c78db6fe921e8784428723e50f3deae1bb951a403206954210539e3c3b6d50c5411eeb41bb29138
|
data/CHANGELOG.md
CHANGED
|
@@ -284,7 +284,9 @@ module Google
|
|
|
284
284
|
class CaseClassification
|
|
285
285
|
include Google::Apis::Core::Hashable
|
|
286
286
|
|
|
287
|
-
#
|
|
287
|
+
# A display name for the classification. The display name is not static and can
|
|
288
|
+
# change. To uniquely and consistently identify classifications, use the `
|
|
289
|
+
# CaseClassification.id` field.
|
|
288
290
|
# Corresponds to the JSON property `displayName`
|
|
289
291
|
# @return [String]
|
|
290
292
|
attr_accessor :display_name
|
|
@@ -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.22.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230605"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.22.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: 2023-
|
|
11
|
+
date: 2023-06-11 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.22.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: []
|