google-apis-cloudsupport_v2beta 0.28.0 → 0.29.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: 9f39d56eb38f84807afcfc4c6dbda7197df541f382edb784579e394b36b1f29e
4
- data.tar.gz: a04dfebf26395a2bce4d166eeabaa853ea0ded7cf5a373b648356c0dd3eaee12
3
+ metadata.gz: 830828f2aa8c15a43792d906e3cdcb2e9939a8cbf2c78884eb128142b9c6bc41
4
+ data.tar.gz: a5f1d248605fac28186593ff9d044c8a9de9402cfdfd4453a121ded809fbc1f0
5
5
  SHA512:
6
- metadata.gz: 3fd82da5e727575991a90a4b0c476685397011c0787ccd5bc7fd12719d7e87e04954dcd326c52809194210ab26263bc0cd8fec1b10a08df1e2b1be79a63d9f9f
7
- data.tar.gz: 61470fbbc9eae8fcb75788326e5a1c89732a72991e9b556e4b19a604bec98e9f6239b53e4fb51aaf20d15f5ca43ff1f2ef6be59ffd19578703d69d68ff4f3c20
6
+ metadata.gz: 060cdc500def2ffe81f39ce67389cf1f43c2159579a6143ae8141c3f2a8433522afa81945cb2f59bb1a24c01ceba2c0bca1f8e2a69c66dbcd4200a066f7bc64b
7
+ data.tar.gz: c2205e5045b2616a337bae00d86c97efcfc1e616a160318378d0601649a3f54bac34a5dd60f51c71dcb2221bff689e20be41e40d70aa20939c40d7c0602db8af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.29.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230926
6
+
3
7
  ### v0.28.0 (2023-09-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20230920
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230920"
25
+ REVISION = "20230926"
26
26
  end
27
27
  end
28
28
  end
@@ -417,19 +417,17 @@ module Google
417
417
  # projects/`. - `state`: Can be `OPEN` or `CLOSED`. - `priority`: Can be `P0`, `
418
418
  # P1`, `P2`, `P3`, or `P4`. You can specify multiple values for priority using
419
419
  # the `OR` operator. For example, `priority=P1 OR priority=P2`. - `creator.email`
420
- # : The email address of the case creator. - `billingAccount`: A billing account
421
- # in the form `billingAccounts/` You must specify either `organization` or `
422
- # project`. To search across `displayName`, `description`, and comments, use a
423
- # global restriction with no keyword or operator. For example, `"my search"`. To
424
- # search only cases updated after a certain date, use `update_time` restricted
425
- # with that particular date, time, and timezone in ISO datetime format. For
426
- # example, `update_time>"2020-01-01T00:00:00-05:00"`. `update_time` only
427
- # supports the greater than operator (`>`). Examples: - `organization="
420
+ # : The email address of the case creator. You must specify either `organization`
421
+ # or `project`. To search across `displayName`, `description`, and comments,
422
+ # use a global restriction with no keyword or operator. For example, `"my search"
423
+ # `. To search only cases updated after a certain date, use `update_time`
424
+ # restricted with that particular date, time, and timezone in ISO datetime
425
+ # format. For example, `update_time>"2020-01-01T00:00:00-05:00"`. `update_time`
426
+ # only supports the greater than operator (`>`). Examples: - `organization="
428
427
  # organizations/123456789"` - `project="projects/my-project-id"` - `project="
429
- # projects/123456789"` - `billing_account="billingAccounts/123456-A0B0C0-CUZ789"`
430
- # - `organization="organizations/123456789" AND state=CLOSED` - `project="
431
- # projects/my-project-id" AND creator.email="tester@example.com"` - `project="
432
- # projects/my-project-id" AND (priority=P0 OR priority=P1)`
428
+ # projects/123456789"` - `organization="organizations/123456789" AND state=
429
+ # CLOSED` - `project="projects/my-project-id" AND creator.email="tester@example.
430
+ # com"` - `project="projects/my-project-id" AND (priority=P0 OR priority=P1)`
433
431
  # @param [String] fields
434
432
  # Selector specifying which fields to include in a partial response.
435
433
  # @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.28.0
4
+ version: 0.29.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: 2023-09-24 00:00:00.000000000 Z
11
+ date: 2023-10-01 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.29.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: []