google-apis-cloudsupport_v2beta 0.11.0 → 0.13.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/cloudsupport_v2beta/classes.rb +0 -6
- data/lib/google/apis/cloudsupport_v2beta/gem_version.rb +3 -3
- data/lib/google/apis/cloudsupport_v2beta/representations.rb +0 -1
- data/lib/google/apis/cloudsupport_v2beta/service.rb +8 -6
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7393f0c44e22ee143f505f3b74355d754b93f96071eedcb7fb51eb2c6616609f
|
|
4
|
+
data.tar.gz: 11cb37ba2a274e026d953cb692f43f7e123b37a1b07f7329c03de010fa02054e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a86fe0343a9fae293b4b748bf76b245703a71d627b872c86da4a18755c739bc3c4134946b75b9888a7375b15fc9a6a82bc8d1351954f2a3643af9fc49fb302d1
|
|
7
|
+
data.tar.gz: e761b0213aabc9afa7b2b7bdaaedb55b527d27523ea4cc9061ecc934ea793ae76b76d6b016496009da210ccc77e0a2f4fe03eab7eb827cb422bf897e223ceafc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-cloudsupport_v2beta
|
|
2
2
|
|
|
3
|
+
### v0.13.0 (2022-09-21)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220916
|
|
6
|
+
* Regenerated using generator version 0.10.0
|
|
7
|
+
|
|
8
|
+
### v0.12.0 (2022-07-28)
|
|
9
|
+
|
|
10
|
+
* Regenerated from discovery document revision 20220726
|
|
11
|
+
|
|
3
12
|
### v0.11.0 (2022-07-07)
|
|
4
13
|
|
|
5
14
|
* Regenerated from discovery document revision 20220703
|
|
@@ -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.13.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220916"
|
|
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'
|
|
@@ -371,17 +371,19 @@ module Google
|
|
|
371
371
|
# multiple values for priority using the `OR` operator. For example, `priority=
|
|
372
372
|
# P1 OR priority=P2`. - [DEPRECATED] `severity`: The accepted values are `S0`, `
|
|
373
373
|
# S1`, `S2`, `S3`, or `S4`. - `creator.email`: The email address of the case
|
|
374
|
-
# creator.
|
|
375
|
-
#
|
|
374
|
+
# creator. - `billingAccount`: A billing account in the form `billingAccounts/`
|
|
375
|
+
# You must specify eitehr `organization` or `project`. To search across `
|
|
376
|
+
# displayName`, `description`, and comments, use a global restriction with no
|
|
376
377
|
# keyword or operator. For example, `"my search"`. To search only cases updated
|
|
377
378
|
# after a certain date, use `update_time` retricted with that particular date,
|
|
378
379
|
# time, and timezone in ISO datetime format. For example, `update_time>"2020-01-
|
|
379
380
|
# 01T00:00:00-05:00"`. `update_time` only supports the greater than operator (`>`
|
|
380
381
|
# ). Examples: - `organization="organizations/123456789"` - `project="projects/
|
|
381
|
-
# my-project-id"` - `project="projects/123456789"` - `
|
|
382
|
-
#
|
|
383
|
-
# AND
|
|
384
|
-
#
|
|
382
|
+
# my-project-id"` - `project="projects/123456789"` - `billing_account="
|
|
383
|
+
# billingAccounts/123456-A0B0C0-CUZ789"` - `organization="organizations/
|
|
384
|
+
# 123456789" AND state=CLOSED` - `project="projects/my-project-id" AND creator.
|
|
385
|
+
# email="tester@example.com"` - `project="projects/my-project-id" AND (priority=
|
|
386
|
+
# P0 OR priority=P1)`
|
|
385
387
|
# @param [String] fields
|
|
386
388
|
# Selector specifying which fields to include in a partial response.
|
|
387
389
|
# @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.13.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-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 0.9.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
29
|
+
version: 0.9.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.13.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: []
|