google-apis-cloudsupport_v2 0.19.0 → 0.21.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: '0819f2de47a58bdd5397e424e2587def673b2256a86ce1bb404bf738f05fc165'
4
- data.tar.gz: fd14f9410907579d707f8c2d76f4ec068b866786e33ce23f5676a6d75ce929b7
3
+ metadata.gz: bf4182ac49c2318681fb66f38075926127393199430c78f37640e5ca959f1448
4
+ data.tar.gz: 4fe7872829c3f6718d5a9ccfacf6792baa5f25e49a40b76235e04fbf0027e96c
5
5
  SHA512:
6
- metadata.gz: 26909a70d1e05fc8157195d00487cde458d8d143e08f317d0ae4cf5c35ec336cdee37f84dafeafbbec94c2c215274094a64420c7fd59e4468eecb8006c187752
7
- data.tar.gz: e91fc4cbf8888bd8ad64b741290aba802c496ba1c5f252c0cfba19bea8a81695e1c146c392428b72d07dbf5298ffd204efaa61c22131b40c59e40848dfdbb533
6
+ metadata.gz: '019a7a64970c816642a98a5c8777ef5c2d695dba53f531d383401e0274ff2eb11872354835fb6f8b5aa011b1e0f57ecfa5679e809d4a09d24d17a4a215711f14'
7
+ data.tar.gz: 8b85441df6182869bef23b71cc55d70af90083fd3412748f915cafe247c32f8f08866dcea4b316ee3fd4bc981d24bf16150f55985f420e2a31e7826a9e1260c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudsupport_v2
2
2
 
3
+ ### v0.21.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260409
6
+
7
+ ### v0.20.0 (2026-01-18)
8
+
9
+ * Regenerated from discovery document revision 20260113
10
+
3
11
  ### v0.19.0 (2025-12-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20251203
@@ -157,6 +157,12 @@ module Google
157
157
  # @return [String]
158
158
  attr_accessor :read_token
159
159
 
160
+ # # gdata.* are outside protos with mising documentation
161
+ # Corresponds to the JSON property `uploadFragmentListCreationInfo`
162
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
163
+ # @return [String]
164
+ attr_accessor :upload_fragment_list_creation_info
165
+
160
166
  # # gdata.* are outside protos with mising documentation
161
167
  # Corresponds to the JSON property `uploadMetadataContainer`
162
168
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
@@ -174,6 +180,7 @@ module Google
174
180
  @download_external_read_token = args[:download_external_read_token] if args.key?(:download_external_read_token)
175
181
  @download_read_handle = args[:download_read_handle] if args.key?(:download_read_handle)
176
182
  @read_token = args[:read_token] if args.key?(:read_token)
183
+ @upload_fragment_list_creation_info = args[:upload_fragment_list_creation_info] if args.key?(:upload_fragment_list_creation_info)
177
184
  @upload_metadata_container = args[:upload_metadata_container] if args.key?(:upload_metadata_container)
178
185
  end
179
186
  end
@@ -507,6 +514,11 @@ module Google
507
514
  # @return [String]
508
515
  attr_accessor :from_file_name
509
516
 
517
+ # # gdata.* are outside protos with mising documentation
518
+ # Corresponds to the JSON property `fromFusionId`
519
+ # @return [String]
520
+ attr_accessor :from_fusion_id
521
+
510
522
  # # gdata.* are outside protos with mising documentation
511
523
  # Corresponds to the JSON property `fromHeader`
512
524
  # @return [String]
@@ -517,6 +529,12 @@ module Google
517
529
  # @return [String]
518
530
  attr_accessor :from_url_path
519
531
 
532
+ # # gdata.* are outside protos with mising documentation
533
+ # Corresponds to the JSON property `fusionIdDetectionMetadata`
534
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
535
+ # @return [String]
536
+ attr_accessor :fusion_id_detection_metadata
537
+
520
538
  def initialize(**args)
521
539
  update!(**args)
522
540
  end
@@ -526,8 +544,10 @@ module Google
526
544
  @best_guess = args[:best_guess] if args.key?(:best_guess)
527
545
  @from_bytes = args[:from_bytes] if args.key?(:from_bytes)
528
546
  @from_file_name = args[:from_file_name] if args.key?(:from_file_name)
547
+ @from_fusion_id = args[:from_fusion_id] if args.key?(:from_fusion_id)
529
548
  @from_header = args[:from_header] if args.key?(:from_header)
530
549
  @from_url_path = args[:from_url_path] if args.key?(:from_url_path)
550
+ @fusion_id_detection_metadata = args[:fusion_id_detection_metadata] if args.key?(:fusion_id_detection_metadata)
531
551
  end
532
552
  end
533
553
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudsupportV2
18
18
  # Version of the google-apis-cloudsupport_v2 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251203"
25
+ REVISION = "20260409"
26
26
  end
27
27
  end
28
28
  end
@@ -203,6 +203,7 @@ module Google
203
203
  property :download_external_read_token, :base64 => true, as: 'downloadExternalReadToken'
204
204
  property :download_read_handle, :base64 => true, as: 'downloadReadHandle'
205
205
  property :read_token, as: 'readToken'
206
+ property :upload_fragment_list_creation_info, :base64 => true, as: 'uploadFragmentListCreationInfo'
206
207
  property :upload_metadata_container, :base64 => true, as: 'uploadMetadataContainer'
207
208
  end
208
209
  end
@@ -281,8 +282,10 @@ module Google
281
282
  property :best_guess, as: 'bestGuess'
282
283
  property :from_bytes, as: 'fromBytes'
283
284
  property :from_file_name, as: 'fromFileName'
285
+ property :from_fusion_id, as: 'fromFusionId'
284
286
  property :from_header, as: 'fromHeader'
285
287
  property :from_url_path, as: 'fromUrlPath'
288
+ property :fusion_id_detection_metadata, :base64 => true, as: 'fusionIdDetectionMetadata'
286
289
  end
287
290
  end
288
291
 
@@ -414,18 +414,25 @@ module Google
414
414
  # page is retrieved.
415
415
  # @param [String] query
416
416
  # An expression used to filter cases. Expressions use the following fields
417
- # separated by `AND` and specified with `=`: - `organization`: An organization
417
+ # separated by `AND` and specified with `=`: - `state`: Can be `OPEN` or `CLOSED`
418
+ # . - `priority`: Can be `P0`, `P1`, `P2`, `P3`, or `P4`. You can specify
419
+ # multiple values for priority using the `OR` operator. For example, `priority=
420
+ # P1 OR priority=P2`. - `creator.email`: The email address of the case creator.
421
+ # To search across `displayName`, `description`, and comments, use a global
422
+ # restriction with no keyword or operator. For example, `"my search"`. To search
423
+ # only cases updated after a certain date, use `update_time` restricted with
424
+ # that particular date, time, and timezone in ISO datetime format. For example, `
425
+ # update_time>"2020-01-01T00:00:00-05:00"`. `update_time` only supports the
426
+ # greater than operator (`>`). If you are using the `v2` version of the API, you
427
+ # must specify the case parent in the `parent` field. If you provide an empty `
428
+ # query`, all cases under the parent resource will be returned. If you are using
429
+ # the `v2beta` version of the API, you must specify the case parent in the `
430
+ # query` field using one of the two fields below, which are only available for `
431
+ # v2beta`. The `parent` field will be ignored. - `organization`: An organization
418
432
  # name in the form `organizations/`. - `project`: A project name in the form `
419
- # projects/`. - `state`: Can be `OPEN` or `CLOSED`. - `priority`: Can be `P0`, `
420
- # P1`, `P2`, `P3`, or `P4`. You can specify multiple values for priority using
421
- # the `OR` operator. For example, `priority=P1 OR priority=P2`. - `creator.email`
422
- # : The email address of the case creator. You must specify either `organization`
423
- # or `project`. To search across `displayName`, `description`, and comments,
424
- # use a global restriction with no keyword or operator. For example, `"my search"
425
- # `. To search only cases updated after a certain date, use `update_time`
426
- # restricted with that particular date, time, and timezone in ISO datetime
427
- # format. For example, `update_time>"2020-01-01T00:00:00-05:00"`. `update_time`
428
- # only supports the greater than operator (`>`). Examples: - `organization="
433
+ # projects/`. Examples: For `v2`: - `state=CLOSED` - `state=OPEN AND creator.
434
+ # email="tester@example.com"` - `state=OPEN AND (priority=P0 OR priority=P1)` - `
435
+ # update_time>"2020-01-01T00:00:00-05:00"` For `v2beta`: - `organization="
429
436
  # organizations/123456789"` - `project="projects/my-project-id"` - `project="
430
437
  # projects/123456789"` - `organization="organizations/123456789" AND state=
431
438
  # CLOSED` - `project="projects/my-project-id" AND creator.email="tester@example.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudsupport_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2/v0.19.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsupport_v2/v0.21.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsupport_v2
62
62
  rdoc_options: []
63
63
  require_paths: