google-apis-cloudsupport_v2beta 0.2.0 → 0.3.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: 8fcf08ee745a61ed9a945d6bd2cb2c793a85b00fc2f9eade79b1141356492276
4
- data.tar.gz: 9a808e25fea667ac5bf5a99d43ada5f1098f590cdf3c297139977ebc356fc07f
3
+ metadata.gz: e554648a7227616db7e6052e86a0432dfe3c4c6a93ffe008de78e239f1f7fa58
4
+ data.tar.gz: cde24d1e14425107e6448fa47b4c54a1611eb20d8ff5551f57a0627968ae28ba
5
5
  SHA512:
6
- metadata.gz: 72714965993e6bfc3305d8ebefe72edd1533d23cca07b20b3a4e9c34152c024c923f15f09ec49db19b38fa2887fe90a571ca5530c4999f0513f8067ef33f01ae
7
- data.tar.gz: 1c346f18fbd756fde90ba4e58ac668f74722a821dd6fc580e8887108bd05688af843b6ceaa792235f3ca9dd90e4366e100e414a53029382259fc92a3b3fc209a
6
+ metadata.gz: 83dc1bcc9b5b1ad782b131371b540e9a4daca90e708d8dd590204a7e21685299052041d040d83e848e9975475bfbabb2340295851e4fa36253a1eb5a43882c73
7
+ data.tar.gz: 8154d27c5a9b0e4c1f13b971273c2e098a99ff6f8a83c126e4c3cd95d338f66b257a0154d5ada4380d0a06ecf0a9d78f109ad20225fd02db3dcb89243ccc71cf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.3.0 (2022-01-27)
4
+
5
+ * Regenerated from discovery document revision 20220125
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.2.0 (2021-12-16)
4
9
 
5
10
  * Unspecified changes
@@ -207,7 +207,12 @@ module Google
207
207
  # @return [String]
208
208
  attr_accessor :name
209
209
 
210
- # The severity of this case.
210
+ # The priority of this case. If this is set, do not set severity.
211
+ # Corresponds to the JSON property `priority`
212
+ # @return [String]
213
+ attr_accessor :priority
214
+
215
+ # The severity of this case. Deprecated. Use priority instead.
211
216
  # Corresponds to the JSON property `severity`
212
217
  # @return [String]
213
218
  attr_accessor :severity
@@ -254,6 +259,7 @@ module Google
254
259
  @display_name = args[:display_name] if args.key?(:display_name)
255
260
  @escalated = args[:escalated] if args.key?(:escalated)
256
261
  @name = args[:name] if args.key?(:name)
262
+ @priority = args[:priority] if args.key?(:priority)
257
263
  @severity = args[:severity] if args.key?(:severity)
258
264
  @state = args[:state] if args.key?(:state)
259
265
  @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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211103"
25
+ REVISION = "20220125"
26
26
  end
27
27
  end
28
28
  end
@@ -224,6 +224,7 @@ module Google
224
224
  property :display_name, as: 'displayName'
225
225
  property :escalated, as: 'escalated'
226
226
  property :name, as: 'name'
227
+ property :priority, as: 'priority'
227
228
  property :severity, as: 'severity'
228
229
  property :state, as: 'state'
229
230
  collection :subscriber_email_addresses, as: 'subscriberEmailAddresses'
@@ -270,11 +270,6 @@ module Google
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,
272
272
  # description, and comments (e.g. "my search").
273
- # @param [String] order_by
274
- # A comma separated list of fields to order by, followed by `asc` or `desc`
275
- # postfix. This list is case-insensitive, default sorting order is ascending,
276
- # redundant space characters are insignificant. Example: `name asc,update_time,
277
- # create_time desc`
278
273
  # @param [Fixnum] page_size
279
274
  # The maximum number of cases fetched with each request. Defaults to 10.
280
275
  # @param [String] page_token
@@ -297,13 +292,12 @@ module Google
297
292
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
298
293
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
299
294
  # @raise [Google::Apis::AuthorizationError] Authorization is required
300
- def list_cases(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
295
+ def list_cases(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
301
296
  command = make_simple_command(:get, 'v2beta/{+parent}/cases', options)
302
297
  command.response_representation = Google::Apis::CloudsupportV2beta::ListCasesResponse::Representation
303
298
  command.response_class = Google::Apis::CloudsupportV2beta::ListCasesResponse
304
299
  command.params['parent'] = parent unless parent.nil?
305
300
  command.query['filter'] = filter unless filter.nil?
306
- command.query['orderBy'] = order_by unless order_by.nil?
307
301
  command.query['pageSize'] = page_size unless page_size.nil?
308
302
  command.query['pageToken'] = page_token unless page_token.nil?
309
303
  command.query['fields'] = fields unless fields.nil?
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.2.0
4
+ version: 0.3.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-31 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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.3.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Cloud Support API V2beta