google-apis-cloudsupport_v2beta 0.31.0 → 0.33.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: e3fbae872ccebcbd8c9cbf0e05522f167913c5709ec73d331cb29f7ffd484a5e
4
- data.tar.gz: f623929dca7a15dd7c234410b18caa16404f7752dc3cacf639507f68e34b6ea7
3
+ metadata.gz: 06ee1a6fc674b52ef6c282e789459d6b814bbf8b1e491b6f826bdc97b2a5c58e
4
+ data.tar.gz: f395575450937631263e062bd0160dfc9f92514adfea418d212dbfd9790c587c
5
5
  SHA512:
6
- metadata.gz: e2c3339617d009059169c8c23b89b31111dd899aa9853722c5d13348875cda6764385d1e698067e1544bd07e22b1a7a0a24d5d85e304df53a840fd59fd51c4a8
7
- data.tar.gz: ecd4d5689072f29776ba7f209ebcf076581f6e5dccb9c1247408b2b4823ffa7816216a6e7cc7213aac9e771cdcf3d2b87ed11a0706144b07a341f5789ad39444
6
+ metadata.gz: 0af1b0271190cbda5e24a5dcb0e56339cc9802e56011f6a5b6dc04e6ec8212fa563ca6edb969d4910012893894e35e9f349857fd7a443f16103e4502bd6ec727
7
+ data.tar.gz: c2cb9761ead709d37922f8143ab2b5c1f5a94f0a473c3bf3d91c2bb51ce3b69cfd882918dc37fe7bbfbb44596e6e6774e9b50998b2878b1a595bd5b7d68ed8b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.33.0 (2024-02-18)
4
+
5
+ * Regenerated from discovery document revision 20240212
6
+
7
+ ### v0.32.0 (2024-02-04)
8
+
9
+ * Regenerated from discovery document revision 20240129
10
+ * Regenerated using generator version 0.13.1
11
+
3
12
  ### v0.31.0 (2024-01-23)
4
13
 
5
14
  * Regenerated from discovery document revision 20240120
@@ -180,7 +180,7 @@ module Google
180
180
  # unique identifiers, an ID and a number, and they look like this: ``` projects/
181
181
  # abc/cases/456 ``` ``` projects/123/cases/456 ``` You can use either of them
182
182
  # when calling the API. To learn more about project identifiers, see [AIP-2510](
183
- # https://google.aip.dev/cloud/2510).
183
+ # https://google.aip.dev/cloud/2510). Next ID: 38
184
184
  class Case
185
185
  include Google::Apis::Core::Hashable
186
186
 
@@ -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.31.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240120"
25
+ REVISION = "20240212"
26
26
  end
27
27
  end
28
28
  end
@@ -72,6 +72,10 @@ module Google
72
72
  # @param [String] page_token
73
73
  # A token identifying the page of results to return. If unspecified, the first
74
74
  # page is retrieved.
75
+ # @param [String] product_product_line
76
+ # The Product Line of the Product.
77
+ # @param [String] product_product_subline
78
+ # The Product Subline of the Product, such as "Maps Billing".
75
79
  # @param [String] query
76
80
  # An expression used to filter case classifications. If it's an empty string,
77
81
  # then no filtering happens. Otherwise, case classifications will be returned
@@ -93,12 +97,14 @@ module Google
93
97
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
94
98
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
95
99
  # @raise [Google::Apis::AuthorizationError] Authorization is required
96
- def search_case_classifications(page_size: nil, page_token: nil, query: nil, fields: nil, quota_user: nil, options: nil, &block)
100
+ def search_case_classifications(page_size: nil, page_token: nil, product_product_line: nil, product_product_subline: nil, query: nil, fields: nil, quota_user: nil, options: nil, &block)
97
101
  command = make_simple_command(:get, 'v2beta/caseClassifications:search', options)
98
102
  command.response_representation = Google::Apis::CloudsupportV2beta::SearchCaseClassificationsResponse::Representation
99
103
  command.response_class = Google::Apis::CloudsupportV2beta::SearchCaseClassificationsResponse
100
104
  command.query['pageSize'] = page_size unless page_size.nil?
101
105
  command.query['pageToken'] = page_token unless page_token.nil?
106
+ command.query['product.productLine'] = product_product_line unless product_product_line.nil?
107
+ command.query['product.productSubline'] = product_product_subline unless product_product_subline.nil?
102
108
  command.query['query'] = query unless query.nil?
103
109
  command.query['fields'] = fields unless fields.nil?
104
110
  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.31.0
4
+ version: 0.33.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: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-18 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.33.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: []