google-apis-storagetransfer_v1 0.46.0 → 0.47.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: 560362b122e1b438096a6d85edca66e004bc42e7e7d992da48d44c4df17ab07b
4
- data.tar.gz: f78e39e0c2cc22bcb725d027a15650a85605c0de7c87860fbf8601a4690b2cc9
3
+ metadata.gz: 66ec0428b88ca8a1340a74a62ba9c679086d5fa3f248d8f06af0a7f4646ecb5c
4
+ data.tar.gz: d829155e92bed3701975851e4727109e54fdaf200918cd555cabd4c0403ad9f0
5
5
  SHA512:
6
- metadata.gz: 54afd261205336749ae0d310e403daf336ef5f585ac188a496cf63be9b5e3cb983cec20afb763917529e0bd1a9122d73c6aa160076713d67dde354cedd48ed2c
7
- data.tar.gz: fbc3aa65510146186e68bba9615826398dd993ec1c7a6db068ad2292ca77b9edf1a501d52bb9492e538549d67d090a2db32ce3a1a058588e9df7da08dc15422d
6
+ metadata.gz: add3f4831e3b89ae4a9d6d5255f7c4bda2d2f362536e65fbeef65c0d02fbbdb3457ad7253d47dc3023474a1431501c7c1d8fadfd7d79a3a4e21c4567198f6652
7
+ data.tar.gz: a43a61a1edcffa933d007d4f9ac2fb25a3bb036dc111079e8a9b67afab8862c9c7bb0f4f422e034eae83dbe5a34cb8d1748bd2d7fed169a5868090fd94fb2cee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.47.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240224
6
+
3
7
  ### v0.46.0 (2024-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240217
@@ -311,37 +311,6 @@ module Google
311
311
  end
312
312
  end
313
313
 
314
- #
315
- class BatchTaskSpec
316
- include Google::Apis::Core::Hashable
317
-
318
- #
319
- # Corresponds to the JSON property `deleteObjectTaskSpec`
320
- # @return [Google::Apis::StoragetransferV1::DeleteObjectTaskSpec]
321
- attr_accessor :delete_object_task_spec
322
-
323
- #
324
- # Corresponds to the JSON property `listTaskSpec`
325
- # @return [Google::Apis::StoragetransferV1::ListTaskSpec]
326
- attr_accessor :list_task_spec
327
-
328
- #
329
- # Corresponds to the JSON property `metadataTaskSpec`
330
- # @return [Google::Apis::StoragetransferV1::MetadataTaskSpec]
331
- attr_accessor :metadata_task_spec
332
-
333
- def initialize(**args)
334
- update!(**args)
335
- end
336
-
337
- # Update properties of this object
338
- def update!(**args)
339
- @delete_object_task_spec = args[:delete_object_task_spec] if args.key?(:delete_object_task_spec)
340
- @list_task_spec = args[:list_task_spec] if args.key?(:list_task_spec)
341
- @metadata_task_spec = args[:metadata_task_spec] if args.key?(:metadata_task_spec)
342
- end
343
- end
344
-
345
314
  # The request message for Operations.CancelOperation.
346
315
  class CancelOperationRequest
347
316
  include Google::Apis::Core::Hashable
@@ -396,44 +365,6 @@ module Google
396
365
  end
397
366
  end
398
367
 
399
- #
400
- class DeleteObjectTaskSpec
401
- include Google::Apis::Core::Hashable
402
-
403
- #
404
- # Corresponds to the JSON property `generation`
405
- # @return [Fixnum]
406
- attr_accessor :generation
407
-
408
- #
409
- # Corresponds to the JSON property `hardDeleteVersionedObject`
410
- # @return [Boolean]
411
- attr_accessor :hard_delete_versioned_object
412
- alias_method :hard_delete_versioned_object?, :hard_delete_versioned_object
413
-
414
- #
415
- # Corresponds to the JSON property `name`
416
- # @return [String]
417
- attr_accessor :name
418
-
419
- #
420
- # Corresponds to the JSON property `size`
421
- # @return [Fixnum]
422
- attr_accessor :size
423
-
424
- def initialize(**args)
425
- update!(**args)
426
- end
427
-
428
- # Update properties of this object
429
- def update!(**args)
430
- @generation = args[:generation] if args.key?(:generation)
431
- @hard_delete_versioned_object = args[:hard_delete_versioned_object] if args.key?(:hard_delete_versioned_object)
432
- @name = args[:name] if args.key?(:name)
433
- @size = args[:size] if args.key?(:size)
434
- end
435
- end
436
-
437
368
  # A generic empty message that you can re-use to avoid defining duplicated empty
438
369
  # messages in your APIs. A typical example is to use it as the request or the
439
370
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
@@ -727,31 +658,6 @@ module Google
727
658
  end
728
659
  end
729
660
 
730
- #
731
- class ListTaskSpec
732
- include Google::Apis::Core::Hashable
733
-
734
- #
735
- # Corresponds to the JSON property `manifest`
736
- # @return [Google::Apis::StoragetransferV1::Manifest]
737
- attr_accessor :manifest
738
-
739
- #
740
- # Corresponds to the JSON property `objectPrefixes`
741
- # @return [Google::Apis::StoragetransferV1::ObjectPrefixes]
742
- attr_accessor :object_prefixes
743
-
744
- def initialize(**args)
745
- update!(**args)
746
- end
747
-
748
- # Update properties of this object
749
- def update!(**args)
750
- @manifest = args[:manifest] if args.key?(:manifest)
751
- @object_prefixes = args[:object_prefixes] if args.key?(:object_prefixes)
752
- end
753
- end
754
-
755
661
  # Response from ListTransferJobs.
756
662
  class ListTransferJobsResponse
757
663
  include Google::Apis::Core::Hashable
@@ -820,31 +726,6 @@ module Google
820
726
  end
821
727
  end
822
728
 
823
- #
824
- class Manifest
825
- include Google::Apis::Core::Hashable
826
-
827
- #
828
- # Corresponds to the JSON property `manifestLocation`
829
- # @return [String]
830
- attr_accessor :manifest_location
831
-
832
- #
833
- # Corresponds to the JSON property `root`
834
- # @return [String]
835
- attr_accessor :root
836
-
837
- def initialize(**args)
838
- update!(**args)
839
- end
840
-
841
- # Update properties of this object
842
- def update!(**args)
843
- @manifest_location = args[:manifest_location] if args.key?(:manifest_location)
844
- @root = args[:root] if args.key?(:root)
845
- end
846
- end
847
-
848
729
  # Specifies the metadata options for running a transfer.
849
730
  class MetadataOptions
850
731
  include Google::Apis::Core::Hashable
@@ -930,43 +811,6 @@ module Google
930
811
  end
931
812
  end
932
813
 
933
- #
934
- class MetadataTaskSpec
935
- include Google::Apis::Core::Hashable
936
-
937
- #
938
- # Corresponds to the JSON property `bucketName`
939
- # @return [String]
940
- attr_accessor :bucket_name
941
-
942
- #
943
- # Corresponds to the JSON property `generation`
944
- # @return [Fixnum]
945
- attr_accessor :generation
946
-
947
- #
948
- # Corresponds to the JSON property `key`
949
- # @return [String]
950
- attr_accessor :key
951
-
952
- #
953
- # Corresponds to the JSON property `size`
954
- # @return [Fixnum]
955
- attr_accessor :size
956
-
957
- def initialize(**args)
958
- update!(**args)
959
- end
960
-
961
- # Update properties of this object
962
- def update!(**args)
963
- @bucket_name = args[:bucket_name] if args.key?(:bucket_name)
964
- @generation = args[:generation] if args.key?(:generation)
965
- @key = args[:key] if args.key?(:key)
966
- @size = args[:size] if args.key?(:size)
967
- end
968
- end
969
-
970
814
  # Specification to configure notifications published to Pub/Sub. Notifications
971
815
  # are published to the customer-provided topic using the following `
972
816
  # PubsubMessage.attributes`: * `"eventType"`: one of the EventType values * `"
@@ -1116,50 +960,6 @@ module Google
1116
960
  end
1117
961
  end
1118
962
 
1119
- #
1120
- class ObjectPrefix
1121
- include Google::Apis::Core::Hashable
1122
-
1123
- #
1124
- # Corresponds to the JSON property `bucketName`
1125
- # @return [String]
1126
- attr_accessor :bucket_name
1127
-
1128
- #
1129
- # Corresponds to the JSON property `objectPrefix`
1130
- # @return [String]
1131
- attr_accessor :object_prefix
1132
-
1133
- def initialize(**args)
1134
- update!(**args)
1135
- end
1136
-
1137
- # Update properties of this object
1138
- def update!(**args)
1139
- @bucket_name = args[:bucket_name] if args.key?(:bucket_name)
1140
- @object_prefix = args[:object_prefix] if args.key?(:object_prefix)
1141
- end
1142
- end
1143
-
1144
- #
1145
- class ObjectPrefixes
1146
- include Google::Apis::Core::Hashable
1147
-
1148
- #
1149
- # Corresponds to the JSON property `objectPrefixes`
1150
- # @return [Array<Google::Apis::StoragetransferV1::ObjectPrefix>]
1151
- attr_accessor :object_prefixes
1152
-
1153
- def initialize(**args)
1154
- update!(**args)
1155
- end
1156
-
1157
- # Update properties of this object
1158
- def update!(**args)
1159
- @object_prefixes = args[:object_prefixes] if args.key?(:object_prefixes)
1160
- end
1161
- end
1162
-
1163
963
  # This resource represents a long-running operation that is the result of a
1164
964
  # network API call.
1165
965
  class Operation
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StoragetransferV1
18
18
  # Version of the google-apis-storagetransfer_v1 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.47.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 = "20240217"
25
+ REVISION = "20240224"
26
26
  end
27
27
  end
28
28
  end
@@ -64,12 +64,6 @@ module Google
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
- class BatchTaskSpec
68
- class Representation < Google::Apis::Core::JsonRepresentation; end
69
-
70
- include Google::Apis::Core::JsonObjectSupport
71
- end
72
-
73
67
  class CancelOperationRequest
74
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
69
 
@@ -82,12 +76,6 @@ module Google
82
76
  include Google::Apis::Core::JsonObjectSupport
83
77
  end
84
78
 
85
- class DeleteObjectTaskSpec
86
- class Representation < Google::Apis::Core::JsonRepresentation; end
87
-
88
- include Google::Apis::Core::JsonObjectSupport
89
- end
90
-
91
79
  class Empty
92
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
93
81
 
@@ -148,12 +136,6 @@ module Google
148
136
  include Google::Apis::Core::JsonObjectSupport
149
137
  end
150
138
 
151
- class ListTaskSpec
152
- class Representation < Google::Apis::Core::JsonRepresentation; end
153
-
154
- include Google::Apis::Core::JsonObjectSupport
155
- end
156
-
157
139
  class ListTransferJobsResponse
158
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
141
 
@@ -166,24 +148,12 @@ module Google
166
148
  include Google::Apis::Core::JsonObjectSupport
167
149
  end
168
150
 
169
- class Manifest
170
- class Representation < Google::Apis::Core::JsonRepresentation; end
171
-
172
- include Google::Apis::Core::JsonObjectSupport
173
- end
174
-
175
151
  class MetadataOptions
176
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
153
 
178
154
  include Google::Apis::Core::JsonObjectSupport
179
155
  end
180
156
 
181
- class MetadataTaskSpec
182
- class Representation < Google::Apis::Core::JsonRepresentation; end
183
-
184
- include Google::Apis::Core::JsonObjectSupport
185
- end
186
-
187
157
  class NotificationConfig
188
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
189
159
 
@@ -196,18 +166,6 @@ module Google
196
166
  include Google::Apis::Core::JsonObjectSupport
197
167
  end
198
168
 
199
- class ObjectPrefix
200
- class Representation < Google::Apis::Core::JsonRepresentation; end
201
-
202
- include Google::Apis::Core::JsonObjectSupport
203
- end
204
-
205
- class ObjectPrefixes
206
- class Representation < Google::Apis::Core::JsonRepresentation; end
207
-
208
- include Google::Apis::Core::JsonObjectSupport
209
- end
210
-
211
169
  class Operation
212
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
213
171
 
@@ -374,18 +332,6 @@ module Google
374
332
  end
375
333
  end
376
334
 
377
- class BatchTaskSpec
378
- # @private
379
- class Representation < Google::Apis::Core::JsonRepresentation
380
- property :delete_object_task_spec, as: 'deleteObjectTaskSpec', class: Google::Apis::StoragetransferV1::DeleteObjectTaskSpec, decorator: Google::Apis::StoragetransferV1::DeleteObjectTaskSpec::Representation
381
-
382
- property :list_task_spec, as: 'listTaskSpec', class: Google::Apis::StoragetransferV1::ListTaskSpec, decorator: Google::Apis::StoragetransferV1::ListTaskSpec::Representation
383
-
384
- property :metadata_task_spec, as: 'metadataTaskSpec', class: Google::Apis::StoragetransferV1::MetadataTaskSpec, decorator: Google::Apis::StoragetransferV1::MetadataTaskSpec::Representation
385
-
386
- end
387
- end
388
-
389
335
  class CancelOperationRequest
390
336
  # @private
391
337
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -401,16 +347,6 @@ module Google
401
347
  end
402
348
  end
403
349
 
404
- class DeleteObjectTaskSpec
405
- # @private
406
- class Representation < Google::Apis::Core::JsonRepresentation
407
- property :generation, :numeric_string => true, as: 'generation'
408
- property :hard_delete_versioned_object, as: 'hardDeleteVersionedObject'
409
- property :name, as: 'name'
410
- property :size, :numeric_string => true, as: 'size'
411
- end
412
- end
413
-
414
350
  class Empty
415
351
  # @private
416
352
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -493,16 +429,6 @@ module Google
493
429
  end
494
430
  end
495
431
 
496
- class ListTaskSpec
497
- # @private
498
- class Representation < Google::Apis::Core::JsonRepresentation
499
- property :manifest, as: 'manifest', class: Google::Apis::StoragetransferV1::Manifest, decorator: Google::Apis::StoragetransferV1::Manifest::Representation
500
-
501
- property :object_prefixes, as: 'objectPrefixes', class: Google::Apis::StoragetransferV1::ObjectPrefixes, decorator: Google::Apis::StoragetransferV1::ObjectPrefixes::Representation
502
-
503
- end
504
- end
505
-
506
432
  class ListTransferJobsResponse
507
433
  # @private
508
434
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -521,14 +447,6 @@ module Google
521
447
  end
522
448
  end
523
449
 
524
- class Manifest
525
- # @private
526
- class Representation < Google::Apis::Core::JsonRepresentation
527
- property :manifest_location, as: 'manifestLocation'
528
- property :root, as: 'root'
529
- end
530
- end
531
-
532
450
  class MetadataOptions
533
451
  # @private
534
452
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -544,16 +462,6 @@ module Google
544
462
  end
545
463
  end
546
464
 
547
- class MetadataTaskSpec
548
- # @private
549
- class Representation < Google::Apis::Core::JsonRepresentation
550
- property :bucket_name, as: 'bucketName'
551
- property :generation, :numeric_string => true, as: 'generation'
552
- property :key, as: 'key'
553
- property :size, :numeric_string => true, as: 'size'
554
- end
555
- end
556
-
557
465
  class NotificationConfig
558
466
  # @private
559
467
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -575,22 +483,6 @@ module Google
575
483
  end
576
484
  end
577
485
 
578
- class ObjectPrefix
579
- # @private
580
- class Representation < Google::Apis::Core::JsonRepresentation
581
- property :bucket_name, as: 'bucketName'
582
- property :object_prefix, as: 'objectPrefix'
583
- end
584
- end
585
-
586
- class ObjectPrefixes
587
- # @private
588
- class Representation < Google::Apis::Core::JsonRepresentation
589
- collection :object_prefixes, as: 'objectPrefixes', class: Google::Apis::StoragetransferV1::ObjectPrefix, decorator: Google::Apis::StoragetransferV1::ObjectPrefix::Representation
590
-
591
- end
592
- end
593
-
594
486
  class Operation
595
487
  # @private
596
488
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -569,12 +569,18 @@ module Google
569
569
  # @param [String] filter
570
570
  # Required. A list of query parameters specified as JSON text in the form of: ``"
571
571
  # projectId":"my_project_id", "jobNames":["jobid1","jobid2",...], "
572
- # operationNames":["opid1","opid2",...], "transferStatuses":["status1","status2",
573
- # ...]`` Since `jobNames`, `operationNames`, and `transferStatuses` support
574
- # multiple values, they must be specified with array notation. `projectId` is
575
- # required. `jobNames`, `operationNames`, and `transferStatuses` are optional.
576
- # The valid values for `transferStatuses` are case-insensitive: IN_PROGRESS,
577
- # PAUSED, SUCCESS, FAILED, and ABORTED.
572
+ # jobNamePattern": "job_name_pattern", "operationNames":["opid1","opid2",...], "
573
+ # operationNamePattern": "operation_name_pattern", "minCreationTime": "
574
+ # min_creation_time", "maxCreationTime": "max_creation_time", "transferStatuses":
575
+ # ["status1","status2",...]`` Since `jobNames`, `operationNames`, and `
576
+ # transferStatuses` support multiple values, they must be specified with array
577
+ # notation. `projectId` is the only argument that is required. If specified, `
578
+ # jobNamePattern` and `operationNamePattern` must match the full job or
579
+ # operation name respectively. '*' is a wildcard matching 0 or more characters. `
580
+ # minCreationTime` and `maxCreationTime` should be timestamps encoded as a
581
+ # string in the [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. The
582
+ # valid values for `transferStatuses` are case-insensitive: IN_PROGRESS, PAUSED,
583
+ # SUCCESS, FAILED, and ABORTED.
578
584
  # @param [Fixnum] page_size
579
585
  # The list page size. The max allowed value is 256.
580
586
  # @param [String] page_token
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-storagetransfer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.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-03 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-storagetransfer_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1
63
63
  post_install_message:
64
64
  rdoc_options: []