google-apis-cloudsupport_v2beta 0.11.0 → 0.12.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: 0e9ecae6b8eb95de4269a74cab6f13f375d72c37b2fef4921495fd74620243bd
|
|
4
|
+
data.tar.gz: 3253ddab59117cd9c68b6242a3c7ef3e8d52e360f9c87f68831ea7857b981663
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c319c16428e88c04e67dc246f16cb76a0883ff0685a0885340853dca5bdf4a4e79add4ede37f762189e5f3479d55964cf9675d68d565e710951599c721d7281
|
|
7
|
+
data.tar.gz: 4f3eb899cd4067ab0796d5f8b538e5f0f14322125d992d20fc3665d0a36b690452bc4c419e0e7b6eabd05a27d7a350ec97123f274f1ab95851462d40cb40f30a
|
data/CHANGELOG.md
CHANGED
|
@@ -203,11 +203,6 @@ module Google
|
|
|
203
203
|
# @return [String]
|
|
204
204
|
attr_accessor :priority
|
|
205
205
|
|
|
206
|
-
# The ID of the project associated with the case.
|
|
207
|
-
# Corresponds to the JSON property `projectId`
|
|
208
|
-
# @return [String]
|
|
209
|
-
attr_accessor :project_id
|
|
210
|
-
|
|
211
206
|
# The severity of this case. Deprecated. Use priority instead.
|
|
212
207
|
# Corresponds to the JSON property `severity`
|
|
213
208
|
# @return [String]
|
|
@@ -256,7 +251,6 @@ module Google
|
|
|
256
251
|
@escalated = args[:escalated] if args.key?(:escalated)
|
|
257
252
|
@name = args[:name] if args.key?(:name)
|
|
258
253
|
@priority = args[:priority] if args.key?(:priority)
|
|
259
|
-
@project_id = args[:project_id] if args.key?(:project_id)
|
|
260
254
|
@severity = args[:severity] if args.key?(:severity)
|
|
261
255
|
@state = args[:state] if args.key?(:state)
|
|
262
256
|
@subscriber_email_addresses = args[:subscriber_email_addresses] if args.key?(:subscriber_email_addresses)
|
|
@@ -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.12.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220726"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -224,7 +224,6 @@ module Google
|
|
|
224
224
|
property :escalated, as: 'escalated'
|
|
225
225
|
property :name, as: 'name'
|
|
226
226
|
property :priority, as: 'priority'
|
|
227
|
-
property :project_id, as: 'projectId'
|
|
228
227
|
property :severity, as: 'severity'
|
|
229
228
|
property :state, as: 'state'
|
|
230
229
|
collection :subscriber_email_addresses, as: 'subscriberEmailAddresses'
|
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.12.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-
|
|
11
|
+
date: 2022-08-01 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.12.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: []
|