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.
#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.