Reference documentation and code samples for the Storage Transfer Service V1 API class Google::Cloud::StorageTransfer::V1::GcsData.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bucket_name
def bucket_name() -> ::String
- (::String) — Required. Cloud Storage bucket name. Must meet Bucket Name Requirements.
#bucket_name=
def bucket_name=(value) -> ::String
- value (::String) — Required. Cloud Storage bucket name. Must meet Bucket Name Requirements.
- (::String) — Required. Cloud Storage bucket name. Must meet Bucket Name Requirements.
#managed_folder_transfer_enabled
def managed_folder_transfer_enabled() -> ::Boolean
-
(::Boolean) — 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.
#managed_folder_transfer_enabled=
def managed_folder_transfer_enabled=(value) -> ::Boolean
-
value (::Boolean) — 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.
-
(::Boolean) — 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.
#path
def path() -> ::String
-
(::String) — 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.
#path=
def path=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.