google-apis-cloudsupport_v2beta 0.28.0 → 0.29.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 830828f2aa8c15a43792d906e3cdcb2e9939a8cbf2c78884eb128142b9c6bc41
|
|
4
|
+
data.tar.gz: a5f1d248605fac28186593ff9d044c8a9de9402cfdfd4453a121ded809fbc1f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 060cdc500def2ffe81f39ce67389cf1f43c2159579a6143ae8141c3f2a8433522afa81945cb2f59bb1a24c01ceba2c0bca1f8e2a69c66dbcd4200a066f7bc64b
|
|
7
|
+
data.tar.gz: c2205e5045b2616a337bae00d86c97efcfc1e616a160318378d0601649a3f54bac34a5dd60f51c71dcb2221bff689e20be41e40d70aa20939c40d7c0602db8af
|
data/CHANGELOG.md
CHANGED
|
@@ -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.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 = "
|
|
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.
|
|
421
|
-
#
|
|
422
|
-
#
|
|
423
|
-
#
|
|
424
|
-
#
|
|
425
|
-
#
|
|
426
|
-
#
|
|
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"` - `
|
|
430
|
-
# - `
|
|
431
|
-
# projects/my-project-id" AND
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|