google-apis-cloudsupport_v2beta 0.10.0 → 0.11.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: 4bb5c23ee190cdb21227e58da4c39a5ab282e7eb7fdc20e6674bb8d9a8d9cb37
|
4
|
+
data.tar.gz: 94d285d67361566f009a48919ccad6663aa4fbf2ec9ccf60c8e24ee72f48010d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1cdee2e1efd862fd46bcd3b0709bd4d886fdd60cf4537907e11eb0a650d91fee650a2f8b92cb576d491d80ac4b754c62cb451beeb9aab447cbac3a4043756a4
|
7
|
+
data.tar.gz: eeab1ab79f520b3b4ad3214b7508c8e673ab11eb2ff566fdef464810b2d5bf8b1d697d676f23634f61e81b5d2f7355540f147e653da61e710df88b3ee0ffd1ab
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-cloudsupport_v2beta
|
2
2
|
|
3
|
+
### v0.11.0 (2022-07-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220703
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
3
8
|
### v0.10.0 (2022-07-02)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
@@ -203,6 +203,11 @@ 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
|
+
|
206
211
|
# The severity of this case. Deprecated. Use priority instead.
|
207
212
|
# Corresponds to the JSON property `severity`
|
208
213
|
# @return [String]
|
@@ -251,6 +256,7 @@ module Google
|
|
251
256
|
@escalated = args[:escalated] if args.key?(:escalated)
|
252
257
|
@name = args[:name] if args.key?(:name)
|
253
258
|
@priority = args[:priority] if args.key?(:priority)
|
259
|
+
@project_id = args[:project_id] if args.key?(:project_id)
|
254
260
|
@severity = args[:severity] if args.key?(:severity)
|
255
261
|
@state = args[:state] if args.key?(:state)
|
256
262
|
@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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220703"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -224,6 +224,7 @@ 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'
|
227
228
|
property :severity, as: 'severity'
|
228
229
|
property :state, as: 'state'
|
229
230
|
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.11.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-07-
|
11
|
+
date: 2022-07-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.11.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: []
|