google-apis-storagetransfer_v1 0.18.0 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/storagetransfer_v1/classes.rb +149 -39
- data/lib/google/apis/storagetransfer_v1/gem_version.rb +3 -3
- data/lib/google/apis/storagetransfer_v1/representations.rb +24 -0
- data/lib/google/apis/storagetransfer_v1/service.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e15d93dbd33d337d58b864b29b0553afd3ae6b48a2b18be153c5909dd3ccc81b
|
4
|
+
data.tar.gz: 2ebbb3c311a673b89a9b3736c3f40656ad7e122953ac71e11254a5e0048686ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9c5bc94559aa7dbfe5582a327d366db7c9b558768b8525a5547354b24f1d2d9fb86da1b546cb76bfc934f8fd18b219efb3a95ba0429de938ed1379cfceebd06
|
7
|
+
data.tar.gz: 9a2dd7cfc7d7ee05f8be99c0b92881a629bc97d5b3140f655f5c81e6586027df59e55badf97b61b1b7e1a5dd6abd171cbbfabf51070d45f09332cc26a2001f4d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-storagetransfer_v1
|
2
2
|
|
3
|
+
### v0.22.0 (2022-02-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220203
|
6
|
+
|
7
|
+
### v0.21.0 (2022-02-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220127
|
10
|
+
* Regenerated using generator version 0.4.1
|
11
|
+
|
12
|
+
### v0.20.0 (2021-12-14)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20211211
|
15
|
+
|
16
|
+
### v0.19.0 (2021-12-11)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20211210
|
19
|
+
|
3
20
|
### v0.18.0 (2021-12-02)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20211130
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/storagetransfer_v1"
|
|
51
51
|
client = Google::Apis::StoragetransferV1::StoragetransferService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -190,12 +190,10 @@ module Google
|
|
190
190
|
class AzureCredentials
|
191
191
|
include Google::Apis::Core::Hashable
|
192
192
|
|
193
|
-
# Required. Azure shared access signature (SAS).
|
194
|
-
#
|
195
|
-
#
|
196
|
-
#
|
197
|
-
# Azure Storage resources using shared access signatures (SAS)](https://docs.
|
198
|
-
# microsoft.com/en-us/azure/storage/common/storage-sas-overview).
|
193
|
+
# Required. Azure shared access signature (SAS). For more information about SAS,
|
194
|
+
# see [Grant limited access to Azure Storage resources using shared access
|
195
|
+
# signatures (SAS)](https://docs.microsoft.com/en-us/azure/storage/common/
|
196
|
+
# storage-sas-overview).
|
199
197
|
# Corresponds to the JSON property `sasToken`
|
200
198
|
# @return [String]
|
201
199
|
attr_accessor :sas_token
|
@@ -247,10 +245,10 @@ module Google
|
|
247
245
|
# day and time zone are either specified elsewhere or are insignificant. The
|
248
246
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
249
247
|
# following: * A full date, with non-zero year, month, and day values * A month
|
250
|
-
# and day
|
251
|
-
#
|
252
|
-
#
|
253
|
-
# google.protobuf.Timestamp
|
248
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
249
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
250
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
251
|
+
# DateTime * google.protobuf.Timestamp
|
254
252
|
class Date
|
255
253
|
include Google::Apis::Core::Hashable
|
256
254
|
|
@@ -532,26 +530,33 @@ module Google
|
|
532
530
|
end
|
533
531
|
end
|
534
532
|
|
535
|
-
#
|
533
|
+
# Specifies the logging behavior for transfer operations. For cloud-to-cloud
|
534
|
+
# transfers, logs are sent to Cloud Logging. See [Read transfer logs](https://
|
535
|
+
# cloud.google.com/storage-transfer/docs/read-transfer-logs) for details. For
|
536
|
+
# transfers to or from a POSIX file system, logs are stored in the Cloud Storage
|
537
|
+
# bucket that is the source or sink of the transfer. See [Managing Transfer for
|
538
|
+
# on-premises jobs] (https://cloud.google.com/storage-transfer/docs/managing-on-
|
539
|
+
# prem-jobs#viewing-logs) for details.
|
536
540
|
class LoggingConfig
|
537
541
|
include Google::Apis::Core::Hashable
|
538
542
|
|
539
|
-
#
|
540
|
-
#
|
541
|
-
# logs are not generated for this transfer.
|
543
|
+
# For transfers with a PosixFilesystem source, this option enables the Cloud
|
544
|
+
# Storage transfer logs for this transfer.
|
542
545
|
# Corresponds to the JSON property `enableOnpremGcsTransferLogs`
|
543
546
|
# @return [Boolean]
|
544
547
|
attr_accessor :enable_onprem_gcs_transfer_logs
|
545
548
|
alias_method :enable_onprem_gcs_transfer_logs?, :enable_onprem_gcs_transfer_logs
|
546
549
|
|
547
|
-
# States in which `log_actions` are logged. If empty, no logs are generated.
|
548
|
-
#
|
550
|
+
# States in which `log_actions` are logged. If empty, no logs are generated. Not
|
551
|
+
# supported for transfers with PosixFilesystem data sources; use
|
552
|
+
# enable_onprem_gcs_transfer_logs instead.
|
549
553
|
# Corresponds to the JSON property `logActionStates`
|
550
554
|
# @return [Array<String>]
|
551
555
|
attr_accessor :log_action_states
|
552
556
|
|
553
|
-
#
|
554
|
-
# supported for transfers with PosixFilesystem data sources
|
557
|
+
# Specifies the actions to be logged. If empty, no logs are generated. Not
|
558
|
+
# supported for transfers with PosixFilesystem data sources; use
|
559
|
+
# enable_onprem_gcs_transfer_logs instead.
|
555
560
|
# Corresponds to the JSON property `logActions`
|
556
561
|
# @return [Array<String>]
|
557
562
|
attr_accessor :log_actions
|
@@ -568,6 +573,82 @@ module Google
|
|
568
573
|
end
|
569
574
|
end
|
570
575
|
|
576
|
+
# Specifies the metadata options for running a transfer. These options only
|
577
|
+
# apply to transfers involving a POSIX filesystem and are ignored for other
|
578
|
+
# transfers.
|
579
|
+
class MetadataOptions
|
580
|
+
include Google::Apis::Core::Hashable
|
581
|
+
|
582
|
+
# Specifies how each object's ACLs should be preserved for transfers between
|
583
|
+
# Google Cloud Storage buckets. If unspecified, the default behavior is the same
|
584
|
+
# as ACL_DESTINATION_BUCKET_DEFAULT.
|
585
|
+
# Corresponds to the JSON property `acl`
|
586
|
+
# @return [String]
|
587
|
+
attr_accessor :acl
|
588
|
+
|
589
|
+
# Specifies how each file's POSIX group ID (GID) attribute should be handled by
|
590
|
+
# the transfer. By default, GID is not preserved.
|
591
|
+
# Corresponds to the JSON property `gid`
|
592
|
+
# @return [String]
|
593
|
+
attr_accessor :gid
|
594
|
+
|
595
|
+
# Specifies how each object's Cloud KMS customer-managed encryption key (CMEK)
|
596
|
+
# is preserved for transfers between Google Cloud Storage buckets. If
|
597
|
+
# unspecified, the default behavior is the same as
|
598
|
+
# KMS_KEY_DESTINATION_BUCKET_DEFAULT.
|
599
|
+
# Corresponds to the JSON property `kmsKey`
|
600
|
+
# @return [String]
|
601
|
+
attr_accessor :kms_key
|
602
|
+
|
603
|
+
# Specifies how each file's mode attribute should be handled by the transfer. By
|
604
|
+
# default, mode is not preserved.
|
605
|
+
# Corresponds to the JSON property `mode`
|
606
|
+
# @return [String]
|
607
|
+
attr_accessor :mode
|
608
|
+
|
609
|
+
# Specifies the storage class to set on objects being transferred to Google
|
610
|
+
# Cloud Storage buckets. If unspecified, the default behavior is the same as
|
611
|
+
# STORAGE_CLASS_DESTINATION_BUCKET_DEFAULT.
|
612
|
+
# Corresponds to the JSON property `storageClass`
|
613
|
+
# @return [String]
|
614
|
+
attr_accessor :storage_class
|
615
|
+
|
616
|
+
# Specifies how symlinks should be handled by the transfer. By default, symlinks
|
617
|
+
# are not preserved.
|
618
|
+
# Corresponds to the JSON property `symlink`
|
619
|
+
# @return [String]
|
620
|
+
attr_accessor :symlink
|
621
|
+
|
622
|
+
# Specifies how each object's temporary hold status should be preserved for
|
623
|
+
# transfers between Google Cloud Storage buckets. If unspecified, the default
|
624
|
+
# behavior is the same as TEMPORARY_HOLD_PRESERVE.
|
625
|
+
# Corresponds to the JSON property `temporaryHold`
|
626
|
+
# @return [String]
|
627
|
+
attr_accessor :temporary_hold
|
628
|
+
|
629
|
+
# Specifies how each file's POSIX user ID (UID) attribute should be handled by
|
630
|
+
# the transfer. By default, UID is not preserved.
|
631
|
+
# Corresponds to the JSON property `uid`
|
632
|
+
# @return [String]
|
633
|
+
attr_accessor :uid
|
634
|
+
|
635
|
+
def initialize(**args)
|
636
|
+
update!(**args)
|
637
|
+
end
|
638
|
+
|
639
|
+
# Update properties of this object
|
640
|
+
def update!(**args)
|
641
|
+
@acl = args[:acl] if args.key?(:acl)
|
642
|
+
@gid = args[:gid] if args.key?(:gid)
|
643
|
+
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
644
|
+
@mode = args[:mode] if args.key?(:mode)
|
645
|
+
@storage_class = args[:storage_class] if args.key?(:storage_class)
|
646
|
+
@symlink = args[:symlink] if args.key?(:symlink)
|
647
|
+
@temporary_hold = args[:temporary_hold] if args.key?(:temporary_hold)
|
648
|
+
@uid = args[:uid] if args.key?(:uid)
|
649
|
+
end
|
650
|
+
end
|
651
|
+
|
571
652
|
# Specification to configure notifications published to Pub/Sub. Notifications
|
572
653
|
# are published to the customer-provided topic using the following `
|
573
654
|
# PubsubMessage.attributes`: * `"eventType"`: one of the EventType values * `"
|
@@ -680,18 +761,24 @@ module Google
|
|
680
761
|
# @return [String]
|
681
762
|
attr_accessor :last_modified_since
|
682
763
|
|
683
|
-
#
|
684
|
-
#
|
685
|
-
# modification time" are transferred
|
686
|
-
#
|
764
|
+
# Ensures that objects are not transferred if a specific maximum time has
|
765
|
+
# elapsed since the "last modification time". When a TransferOperation begins,
|
766
|
+
# objects with a "last modification time" are transferred only if the elapsed
|
767
|
+
# time between the start_time of the `TransferOperation`and the "last
|
768
|
+
# modification time" of the object is less than the value of
|
769
|
+
# max_time_elapsed_since_last_modification`. Objects that do not have a "last
|
770
|
+
# modification time" are also transferred.
|
687
771
|
# Corresponds to the JSON property `maxTimeElapsedSinceLastModification`
|
688
772
|
# @return [String]
|
689
773
|
attr_accessor :max_time_elapsed_since_last_modification
|
690
774
|
|
691
|
-
#
|
692
|
-
#
|
693
|
-
# modification time" are transferred
|
694
|
-
#
|
775
|
+
# Ensures that objects are not transferred until a specific minimum time has
|
776
|
+
# elapsed after the "last modification time". When a TransferOperation begins,
|
777
|
+
# objects with a "last modification time" are transferred only if the elapsed
|
778
|
+
# time between the start_time of the `TransferOperation` and the "last
|
779
|
+
# modification time" of the object is equal to or greater than the value of
|
780
|
+
# min_time_elapsed_since_last_modification`. Objects that do not have a "last
|
781
|
+
# modification time" are also transferred.
|
695
782
|
# Corresponds to the JSON property `minTimeElapsedSinceLastModification`
|
696
783
|
# @return [String]
|
697
784
|
attr_accessor :min_time_elapsed_since_last_modification
|
@@ -855,10 +942,10 @@ module Google
|
|
855
942
|
# day and time zone are either specified elsewhere or are insignificant. The
|
856
943
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
857
944
|
# following: * A full date, with non-zero year, month, and day values * A month
|
858
|
-
# and day
|
859
|
-
#
|
860
|
-
#
|
861
|
-
# google.protobuf.Timestamp
|
945
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
946
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
947
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
948
|
+
# DateTime * google.protobuf.Timestamp
|
862
949
|
# Corresponds to the JSON property `scheduleEndDate`
|
863
950
|
# @return [Google::Apis::StoragetransferV1::Date]
|
864
951
|
attr_accessor :schedule_end_date
|
@@ -867,10 +954,10 @@ module Google
|
|
867
954
|
# day and time zone are either specified elsewhere or are insignificant. The
|
868
955
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
869
956
|
# following: * A full date, with non-zero year, month, and day values * A month
|
870
|
-
# and day
|
871
|
-
#
|
872
|
-
#
|
873
|
-
# google.protobuf.Timestamp
|
957
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
958
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
959
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
960
|
+
# DateTime * google.protobuf.Timestamp
|
874
961
|
# Corresponds to the JSON property `scheduleStartDate`
|
875
962
|
# @return [Google::Apis::StoragetransferV1::Date]
|
876
963
|
attr_accessor :schedule_start_date
|
@@ -1161,7 +1248,13 @@ module Google
|
|
1161
1248
|
# @return [String]
|
1162
1249
|
attr_accessor :latest_operation_name
|
1163
1250
|
|
1164
|
-
#
|
1251
|
+
# Specifies the logging behavior for transfer operations. For cloud-to-cloud
|
1252
|
+
# transfers, logs are sent to Cloud Logging. See [Read transfer logs](https://
|
1253
|
+
# cloud.google.com/storage-transfer/docs/read-transfer-logs) for details. For
|
1254
|
+
# transfers to or from a POSIX file system, logs are stored in the Cloud Storage
|
1255
|
+
# bucket that is the source or sink of the transfer. See [Managing Transfer for
|
1256
|
+
# on-premises jobs] (https://cloud.google.com/storage-transfer/docs/managing-on-
|
1257
|
+
# prem-jobs#viewing-logs) for details.
|
1165
1258
|
# Corresponds to the JSON property `loggingConfig`
|
1166
1259
|
# @return [Google::Apis::StoragetransferV1::LoggingConfig]
|
1167
1260
|
attr_accessor :logging_config
|
@@ -1362,6 +1455,13 @@ module Google
|
|
1362
1455
|
attr_accessor :delete_objects_unique_in_sink
|
1363
1456
|
alias_method :delete_objects_unique_in_sink?, :delete_objects_unique_in_sink
|
1364
1457
|
|
1458
|
+
# Specifies the metadata options for running a transfer. These options only
|
1459
|
+
# apply to transfers involving a POSIX filesystem and are ignored for other
|
1460
|
+
# transfers.
|
1461
|
+
# Corresponds to the JSON property `metadataOptions`
|
1462
|
+
# @return [Google::Apis::StoragetransferV1::MetadataOptions]
|
1463
|
+
attr_accessor :metadata_options
|
1464
|
+
|
1365
1465
|
# When to overwrite objects that already exist in the sink. The default is that
|
1366
1466
|
# only objects that are different from the source are ovewritten. If true, all
|
1367
1467
|
# objects in the sink whose name matches an object in the source are overwritten
|
@@ -1379,6 +1479,7 @@ module Google
|
|
1379
1479
|
def update!(**args)
|
1380
1480
|
@delete_objects_from_source_after_transfer = args[:delete_objects_from_source_after_transfer] if args.key?(:delete_objects_from_source_after_transfer)
|
1381
1481
|
@delete_objects_unique_in_sink = args[:delete_objects_unique_in_sink] if args.key?(:delete_objects_unique_in_sink)
|
1482
|
+
@metadata_options = args[:metadata_options] if args.key?(:metadata_options)
|
1382
1483
|
@overwrite_objects_already_existing_in_sink = args[:overwrite_objects_already_existing_in_sink] if args.key?(:overwrite_objects_already_existing_in_sink)
|
1383
1484
|
end
|
1384
1485
|
end
|
@@ -1420,6 +1521,14 @@ module Google
|
|
1420
1521
|
# @return [Google::Apis::StoragetransferV1::GcsData]
|
1421
1522
|
attr_accessor :gcs_data_source
|
1422
1523
|
|
1524
|
+
# In a GcsData resource, an object's name is the Cloud Storage object's name and
|
1525
|
+
# its "last modification time" refers to the object's `updated` property of
|
1526
|
+
# Cloud Storage objects, which changes when the content or the metadata of the
|
1527
|
+
# object is updated.
|
1528
|
+
# Corresponds to the JSON property `gcsIntermediateDataLocation`
|
1529
|
+
# @return [Google::Apis::StoragetransferV1::GcsData]
|
1530
|
+
attr_accessor :gcs_intermediate_data_location
|
1531
|
+
|
1423
1532
|
# An HttpData resource specifies a list of objects on the web to be transferred
|
1424
1533
|
# over HTTP. The information of the objects to be transferred is contained in a
|
1425
1534
|
# file referenced by a URL. The first line in the file must be `"TsvHttpData-1.0"
|
@@ -1498,6 +1607,7 @@ module Google
|
|
1498
1607
|
@azure_blob_storage_data_source = args[:azure_blob_storage_data_source] if args.key?(:azure_blob_storage_data_source)
|
1499
1608
|
@gcs_data_sink = args[:gcs_data_sink] if args.key?(:gcs_data_sink)
|
1500
1609
|
@gcs_data_source = args[:gcs_data_source] if args.key?(:gcs_data_source)
|
1610
|
+
@gcs_intermediate_data_location = args[:gcs_intermediate_data_location] if args.key?(:gcs_intermediate_data_location)
|
1501
1611
|
@http_data_source = args[:http_data_source] if args.key?(:http_data_source)
|
1502
1612
|
@object_conditions = args[:object_conditions] if args.key?(:object_conditions)
|
1503
1613
|
@posix_data_sink = args[:posix_data_sink] if args.key?(:posix_data_sink)
|
@@ -1526,10 +1636,10 @@ module Google
|
|
1526
1636
|
|
1527
1637
|
# The field mask of the fields in `transferJob` that are to be updated in this
|
1528
1638
|
# request. Fields in `transferJob` that can be updated are: description,
|
1529
|
-
# transfer_spec, notification_config, and status. To update the `
|
1530
|
-
# of the job, a complete transfer specification must be provided.
|
1531
|
-
# specification missing any required fields is rejected with the
|
1532
|
-
# INVALID_ARGUMENT.
|
1639
|
+
# transfer_spec, notification_config, logging_config, and status. To update the `
|
1640
|
+
# transfer_spec` of the job, a complete transfer specification must be provided.
|
1641
|
+
# An incomplete specification missing any required fields is rejected with the
|
1642
|
+
# error INVALID_ARGUMENT.
|
1533
1643
|
# Corresponds to the JSON property `updateTransferJobFieldMask`
|
1534
1644
|
# @return [String]
|
1535
1645
|
attr_accessor :update_transfer_job_field_mask
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220203"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -130,6 +130,12 @@ module Google
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
131
131
|
end
|
132
132
|
|
133
|
+
class MetadataOptions
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
133
139
|
class NotificationConfig
|
134
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
141
|
|
@@ -385,6 +391,20 @@ module Google
|
|
385
391
|
end
|
386
392
|
end
|
387
393
|
|
394
|
+
class MetadataOptions
|
395
|
+
# @private
|
396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
397
|
+
property :acl, as: 'acl'
|
398
|
+
property :gid, as: 'gid'
|
399
|
+
property :kms_key, as: 'kmsKey'
|
400
|
+
property :mode, as: 'mode'
|
401
|
+
property :storage_class, as: 'storageClass'
|
402
|
+
property :symlink, as: 'symlink'
|
403
|
+
property :temporary_hold, as: 'temporaryHold'
|
404
|
+
property :uid, as: 'uid'
|
405
|
+
end
|
406
|
+
end
|
407
|
+
|
388
408
|
class NotificationConfig
|
389
409
|
# @private
|
390
410
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -559,6 +579,8 @@ module Google
|
|
559
579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
560
580
|
property :delete_objects_from_source_after_transfer, as: 'deleteObjectsFromSourceAfterTransfer'
|
561
581
|
property :delete_objects_unique_in_sink, as: 'deleteObjectsUniqueInSink'
|
582
|
+
property :metadata_options, as: 'metadataOptions', class: Google::Apis::StoragetransferV1::MetadataOptions, decorator: Google::Apis::StoragetransferV1::MetadataOptions::Representation
|
583
|
+
|
562
584
|
property :overwrite_objects_already_existing_in_sink, as: 'overwriteObjectsAlreadyExistingInSink'
|
563
585
|
end
|
564
586
|
end
|
@@ -574,6 +596,8 @@ module Google
|
|
574
596
|
|
575
597
|
property :gcs_data_source, as: 'gcsDataSource', class: Google::Apis::StoragetransferV1::GcsData, decorator: Google::Apis::StoragetransferV1::GcsData::Representation
|
576
598
|
|
599
|
+
property :gcs_intermediate_data_location, as: 'gcsIntermediateDataLocation', class: Google::Apis::StoragetransferV1::GcsData, decorator: Google::Apis::StoragetransferV1::GcsData::Representation
|
600
|
+
|
577
601
|
property :http_data_source, as: 'httpDataSource', class: Google::Apis::StoragetransferV1::HttpData, decorator: Google::Apis::StoragetransferV1::HttpData::Representation
|
578
602
|
|
579
603
|
property :object_conditions, as: 'objectConditions', class: Google::Apis::StoragetransferV1::ObjectConditions, decorator: Google::Apis::StoragetransferV1::ObjectConditions::Representation
|
@@ -414,7 +414,7 @@ module Google
|
|
414
414
|
|
415
415
|
# Attempts to start a new TransferOperation for the current TransferJob. A
|
416
416
|
# TransferJob has a maximum of one active TransferOperation. If this method is
|
417
|
-
# called while a TransferOperation is active, an error
|
417
|
+
# called while a TransferOperation is active, an error will be returned.
|
418
418
|
# @param [String] job_name
|
419
419
|
# Required. The name of the transfer job.
|
420
420
|
# @param [Google::Apis::StoragetransferV1::RunTransferJobRequest] run_transfer_job_request_object
|
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.
|
4
|
+
version: 0.22.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:
|
11
|
+
date: 2022-02-14 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.22.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Storage Transfer API V1
|