google-apis-cloudsupport_v2beta 0.12.0 → 0.14.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: 0e9ecae6b8eb95de4269a74cab6f13f375d72c37b2fef4921495fd74620243bd
4
- data.tar.gz: 3253ddab59117cd9c68b6242a3c7ef3e8d52e360f9c87f68831ea7857b981663
3
+ metadata.gz: 841b3a3baee21ab951697b25d5221d0b683521cbb994a1cf4cb92878c8997c15
4
+ data.tar.gz: 55fea749b01ec51765dadbf22914303d11401afc390ad0520caaec97b3be002e
5
5
  SHA512:
6
- metadata.gz: 0c319c16428e88c04e67dc246f16cb76a0883ff0685a0885340853dca5bdf4a4e79add4ede37f762189e5f3479d55964cf9675d68d565e710951599c721d7281
7
- data.tar.gz: 4f3eb899cd4067ab0796d5f8b538e5f0f14322125d992d20fc3665d0a36b690452bc4c419e0e7b6eabd05a27d7a350ec97123f274f1ab95851462d40cb40f30a
6
+ metadata.gz: 4de0969b24e40b03f12b8bb9e5fe45fbba262508561abd238769a45c99fa7935542f9dadc3fc7c88e93d07ccb4c059a197b79641570602b2948d1c68c4a4bd81
7
+ data.tar.gz: 7a7d9e2be4237c4d67b9778b05ec8f757c6e294d8b786dd4bbb92ff3e0fe1bf3d96f083b167e35aeecb625ce7d9a1c1227ee48a1527673dcd9f71159db23020d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.14.0 (2022-10-27)
4
+
5
+ * Regenerated using generator version 0.11.0
6
+
7
+ ### v0.13.0 (2022-09-21)
8
+
9
+ * Regenerated from discovery document revision 20220916
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.12.0 (2022-07-28)
4
13
 
5
14
  * Regenerated from discovery document revision 20220726
@@ -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.12.0"
19
+ GEM_VERSION = "0.14.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.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220726"
25
+ REVISION = "20220916"
26
26
  end
27
27
  end
28
28
  end
@@ -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.12.0
4
+ version: 0.14.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-08-01 00:00:00.000000000 Z
11
+ date: 2022-10-31 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.1
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.1
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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.14.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: []