Class: Google::Cloud::StorageTransfer::V1::GcsData
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::GcsData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
In a GcsData resource, an object's name is the Cloud Storage object's
name and its "last modification time" refers to the object's updated
property of Cloud Storage objects, which changes when the content or the
metadata of the object is updated.
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Required.
-
#managed_folder_transfer_enabled ⇒ ::Boolean
Preview.
-
#path ⇒ ::String
Root path to transfer objects.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns Required. Cloud Storage bucket name. Must meet Bucket Name Requirements.
224 225 226 227 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 224 class GcsData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#managed_folder_transfer_enabled ⇒ ::Boolean
Returns Preview. Enables the transfer of managed folders between Cloud Storage buckets. Set this option on the gcs_data_source.
If set to true:
- Managed folders in the source bucket are transferred to the destination bucket.
- Managed folders in the destination bucket are overwritten. Other OVERWRITE options are not supported.
224 225 226 227 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 224 class GcsData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::String
Returns Root path to transfer objects.
Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.
The root path value must meet Object Name Requirements.
224 225 226 227 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 224 class GcsData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |