google-apis-cloudsupport_v2beta 0.23.0 → 0.24.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 395a6c5d6fff9e21af8bc961a32bd925ec8946821c3c080e40b92ac1dd474f39
|
4
|
+
data.tar.gz: dc4ba3393ea340932192745eccf3c00a55678a6b2414d06376bf0d749801c99d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 828813a525350eed47848c03461ce1b6615ea9af9d1786d485479a17b0e919b39c3ab908dc71e74219bee32ec2c6bd227516a9650e3627a96d2a744bb2ad4ba7
|
7
|
+
data.tar.gz: d10cf05e64688e78dc45999805095887c5ac55efc9761ca2a2b5b03f13e7bb1cd27f83ec3db653c50891015f28c489542988afe5f99568a9e0725d809672ecc5
|
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.24.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 = "20230626"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -332,6 +332,8 @@ module Google
|
|
332
332
|
# @param [String] page_token
|
333
333
|
# A token identifying the page of results to return. If unspecified, the first
|
334
334
|
# page is retrieved.
|
335
|
+
# @param [String] parent
|
336
|
+
# The fully qualified name of parent resource to search cases under.
|
335
337
|
# @param [String] query
|
336
338
|
# An expression written in filter language. A query uses the following fields
|
337
339
|
# with the operators equals (`=`) and `AND`: - `organization`: An organization
|
@@ -370,12 +372,13 @@ module Google
|
|
370
372
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
371
373
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
372
374
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
373
|
-
def search_cases(page_size: nil, page_token: nil, query: nil, fields: nil, quota_user: nil, options: nil, &block)
|
375
|
+
def search_cases(page_size: nil, page_token: nil, parent: nil, query: nil, fields: nil, quota_user: nil, options: nil, &block)
|
374
376
|
command = make_simple_command(:get, 'v2beta/cases:search', options)
|
375
377
|
command.response_representation = Google::Apis::CloudsupportV2beta::SearchCasesResponse::Representation
|
376
378
|
command.response_class = Google::Apis::CloudsupportV2beta::SearchCasesResponse
|
377
379
|
command.query['pageSize'] = page_size unless page_size.nil?
|
378
380
|
command.query['pageToken'] = page_token unless page_token.nil?
|
381
|
+
command.query['parent'] = parent unless parent.nil?
|
379
382
|
command.query['query'] = query unless query.nil?
|
380
383
|
command.query['fields'] = fields unless fields.nil?
|
381
384
|
command.query['quotaUser'] = quota_user unless quota_user.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.
|
4
|
+
version: 0.24.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-07-02 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.24.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: []
|