google-apis-cloudsupport_v2beta 0.34.0 → 0.36.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: 50ef613d38d4312de132e3e41064dcf5ff14ca6f9f8fcfa2feb230f197d15f4b
4
- data.tar.gz: 0e18ce4a2edc2a73d5f2f6c0c1221889881e0919cfa855dc592ad4aa5b1e582d
3
+ metadata.gz: 8faff826ea41587e20e1cc0a83b1e02e34e3bb1eb5b4da6f26cf1e758a53cf86
4
+ data.tar.gz: 61b1a0e06a998557ceb72909627017b126b97eedf573a0ac64cccc61ea9c86af
5
5
  SHA512:
6
- metadata.gz: f57b7db178ed2a49426a178119de7e09c1edc71cea6d373f5c67563be79c83e38cbf04620267f64608d9a159db1b815e28c121c9ecf5e2f37a76ee3adf1d9c51
7
- data.tar.gz: c357088c70fedd6b6a8e885ec914bbd6d5ae122b9adaf9265f7ff64fd8142441d257df5769bdab0f4bf440bb9d88f37f99e51f11760ddbac7f0ed901a5322d15
6
+ metadata.gz: 0204c483cd9ad2cae15aedeae862bd42aa46dd2eef8bd0aba3137cc09447cdc21cbd2d8462bee4ce38f3dec3faa0df8f2c87685aef1004bbd3f0993cb07561fd
7
+ data.tar.gz: f48637b03f36177b1cee0536a0defb2b3b36fcc82422508ada2bdd44c2116e9bd543fcbb6a690c63404da98ff3499d93eb0562e2769099c93be6e3d50d6892e1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudsupport_v2beta
2
2
 
3
+ ### v0.36.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240320
6
+
7
+ ### v0.35.0 (2024-03-10)
8
+
9
+ * Regenerated from discovery document revision 20240303
10
+
3
11
  ### v0.34.0 (2024-02-23)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -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). Next ID: 38
183
+ # https://google.aip.dev/cloud/2510).
184
184
  class Case
185
185
  include Google::Apis::Core::Hashable
186
186
 
@@ -331,12 +331,6 @@ module Google
331
331
  # @return [String]
332
332
  attr_accessor :id
333
333
 
334
- # The full product a case may be associated with, including Product Line and
335
- # Product Subline.
336
- # Corresponds to the JSON property `product`
337
- # @return [Google::Apis::CloudsupportV2beta::Product]
338
- attr_accessor :product
339
-
340
334
  def initialize(**args)
341
335
  update!(**args)
342
336
  end
@@ -345,7 +339,6 @@ module Google
345
339
  def update!(**args)
346
340
  @display_name = args[:display_name] if args.key?(:display_name)
347
341
  @id = args[:id] if args.key?(:id)
348
- @product = args[:product] if args.key?(:product)
349
342
  end
350
343
  end
351
344
 
@@ -1092,32 +1085,6 @@ module Google
1092
1085
  end
1093
1086
  end
1094
1087
 
1095
- # The full product a case may be associated with, including Product Line and
1096
- # Product Subline.
1097
- class Product
1098
- include Google::Apis::Core::Hashable
1099
-
1100
- # The Product Line of the Product.
1101
- # Corresponds to the JSON property `productLine`
1102
- # @return [String]
1103
- attr_accessor :product_line
1104
-
1105
- # The Product Subline of the Product, such as "Maps Billing".
1106
- # Corresponds to the JSON property `productSubline`
1107
- # @return [String]
1108
- attr_accessor :product_subline
1109
-
1110
- def initialize(**args)
1111
- update!(**args)
1112
- end
1113
-
1114
- # Update properties of this object
1115
- def update!(**args)
1116
- @product_line = args[:product_line] if args.key?(:product_line)
1117
- @product_subline = args[:product_subline] if args.key?(:product_subline)
1118
- end
1119
- end
1120
-
1121
1088
  # The response message for SearchCaseClassifications endpoint.
1122
1089
  class SearchCaseClassificationsResponse
1123
1090
  include Google::Apis::Core::Hashable
@@ -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.34.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240212"
25
+ REVISION = "20240320"
26
26
  end
27
27
  end
28
28
  end
@@ -160,12 +160,6 @@ module Google
160
160
  include Google::Apis::Core::JsonObjectSupport
161
161
  end
162
162
 
163
- class Product
164
- class Representation < Google::Apis::Core::JsonRepresentation; end
165
-
166
- include Google::Apis::Core::JsonObjectSupport
167
- end
168
-
169
163
  class SearchCaseClassificationsResponse
170
164
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
165
 
@@ -247,8 +241,6 @@ module Google
247
241
  class Representation < Google::Apis::Core::JsonRepresentation
248
242
  property :display_name, as: 'displayName'
249
243
  property :id, as: 'id'
250
- property :product, as: 'product', class: Google::Apis::CloudsupportV2beta::Product, decorator: Google::Apis::CloudsupportV2beta::Product::Representation
251
-
252
244
  end
253
245
  end
254
246
 
@@ -463,14 +455,6 @@ module Google
463
455
  end
464
456
  end
465
457
 
466
- class Product
467
- # @private
468
- class Representation < Google::Apis::Core::JsonRepresentation
469
- property :product_line, as: 'productLine'
470
- property :product_subline, as: 'productSubline'
471
- end
472
- end
473
-
474
458
  class SearchCaseClassificationsResponse
475
459
  # @private
476
460
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -72,10 +72,6 @@ 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".
79
75
  # @param [String] query
80
76
  # An expression used to filter case classifications. If it's an empty string,
81
77
  # then no filtering happens. Otherwise, case classifications will be returned
@@ -97,14 +93,12 @@ module Google
97
93
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
98
94
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
99
95
  # @raise [Google::Apis::AuthorizationError] Authorization is required
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)
96
+ def search_case_classifications(page_size: nil, page_token: nil, query: nil, fields: nil, quota_user: nil, options: nil, &block)
101
97
  command = make_simple_command(:get, 'v2beta/caseClassifications:search', options)
102
98
  command.response_representation = Google::Apis::CloudsupportV2beta::SearchCaseClassificationsResponse::Representation
103
99
  command.response_class = Google::Apis::CloudsupportV2beta::SearchCaseClassificationsResponse
104
100
  command.query['pageSize'] = page_size unless page_size.nil?
105
101
  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?
108
102
  command.query['query'] = query unless query.nil?
109
103
  command.query['fields'] = fields unless fields.nil?
110
104
  command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -319,8 +313,6 @@ module Google
319
313
  # @param [String] page_token
320
314
  # A token identifying the page of results to return. If unspecified, the first
321
315
  # page is retrieved.
322
- # @param [String] product_line
323
- # The product line to request cases for.
324
316
  # @param [String] fields
325
317
  # Selector specifying which fields to include in a partial response.
326
318
  # @param [String] quota_user
@@ -338,7 +330,7 @@ module Google
338
330
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
339
331
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
340
332
  # @raise [Google::Apis::AuthorizationError] Authorization is required
341
- def list_cases(parent, filter: nil, page_size: nil, page_token: nil, product_line: nil, fields: nil, quota_user: nil, options: nil, &block)
333
+ def list_cases(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
342
334
  command = make_simple_command(:get, 'v2beta/{+parent}/cases', options)
343
335
  command.response_representation = Google::Apis::CloudsupportV2beta::ListCasesResponse::Representation
344
336
  command.response_class = Google::Apis::CloudsupportV2beta::ListCasesResponse
@@ -346,7 +338,6 @@ module Google
346
338
  command.query['filter'] = filter unless filter.nil?
347
339
  command.query['pageSize'] = page_size unless page_size.nil?
348
340
  command.query['pageToken'] = page_token unless page_token.nil?
349
- command.query['productLine'] = product_line unless product_line.nil?
350
341
  command.query['fields'] = fields unless fields.nil?
351
342
  command.query['quotaUser'] = quota_user unless quota_user.nil?
352
343
  execute_or_queue_command(command, &block)
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.34.0
4
+ version: 0.36.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-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-24 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.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2beta/v0.36.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: []