google-apis-cloudsupport_v2beta 0.31.0 → 0.32.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: 6000ad7ccc1f8c0d85fff34cd138784e43e0c87978db19366ba24ebaca5f63ec
4
+ data.tar.gz: b9676a66387dc9f3973f5d315233ea146b8408c14becb741b253798cca9ea032
5
5
  SHA512:
6
- metadata.gz: e2c3339617d009059169c8c23b89b31111dd899aa9853722c5d13348875cda6764385d1e698067e1544bd07e22b1a7a0a24d5d85e304df53a840fd59fd51c4a8
7
- data.tar.gz: ecd4d5689072f29776ba7f209ebcf076581f6e5dccb9c1247408b2b4823ffa7816216a6e7cc7213aac9e771cdcf3d2b87ed11a0706144b07a341f5789ad39444
6
+ metadata.gz: df4a08e18433d9d164d467a735c4291e5d369876d709522ccc365391ebdcf1d0f153a8a2ec81156fb508acbd7a0748e1ca3eb6df01f65adad756d620640f046b
7
+ data.tar.gz: b43aa1fe219c8d13ff01710abe4aee1be1f700a38ea143f06dfcf3b3dbc39ec1ce50dd99795a8566c4bbff1e8b22d2dfeea20bb44d0fd7b63a31d07534cf08d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.32.0 (2024-02-04)
4
+
5
+ * Regenerated from discovery document revision 20240129
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.31.0 (2024-01-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240120
@@ -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.32.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 = "20240129"
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.32.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-04 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.32.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: []