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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4bb5c23ee190cdb21227e58da4c39a5ab282e7eb7fdc20e6674bb8d9a8d9cb37
4
- data.tar.gz: 94d285d67361566f009a48919ccad6663aa4fbf2ec9ccf60c8e24ee72f48010d
3
+ metadata.gz: 7393f0c44e22ee143f505f3b74355d754b93f96071eedcb7fb51eb2c6616609f
4
+ data.tar.gz: 11cb37ba2a274e026d953cb692f43f7e123b37a1b07f7329c03de010fa02054e
5
5
  SHA512:
6
- metadata.gz: e1cdee2e1efd862fd46bcd3b0709bd4d886fdd60cf4537907e11eb0a650d91fee650a2f8b92cb576d491d80ac4b754c62cb451beeb9aab447cbac3a4043756a4
7
- data.tar.gz: eeab1ab79f520b3b4ad3214b7508c8e673ab11eb2ff566fdef464810b2d5bf8b1d697d676f23634f61e81b5d2f7355540f147e653da61e710df88b3ee0ffd1ab
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.11.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.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220703"
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. You must specify eitehr `organization` or `project`. To search across
375
- # `displayName`, `description`, and comments, use a global restriction with no
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"` - `organization="
382
- # organizations/123456789" AND state=CLOSED` - `project="projects/my-project-id"
383
- # AND creator.email="tester@example.com"` - `project="projects/my-project-id"
384
- # AND (priority=P0 OR priority=P1)`
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.11.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-07-11 00:00:00.000000000 Z
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: '0.7'
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: '0.7'
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.11.0
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: []