Reference documentation and code samples for the Storage Batch Operations V1 API class Google::Cloud::StorageBatchOperations::V1::PrefixList.
Describes prefixes of objects to be transformed.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#included_object_prefixes
def included_object_prefixes() -> ::Array<::String>
Returns
-
(::Array<::String>) —
Optional. Include prefixes of the objects to be transformed.
- Supports full object name
- Supports prefix of the object name
- Wildcards are not supported
- Supports empty string for all objects in a bucket.
#included_object_prefixes=
def included_object_prefixes=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) —
Optional. Include prefixes of the objects to be transformed.
- Supports full object name
- Supports prefix of the object name
- Wildcards are not supported
- Supports empty string for all objects in a bucket.
Returns
-
(::Array<::String>) —
Optional. Include prefixes of the objects to be transformed.
- Supports full object name
- Supports prefix of the object name
- Wildcards are not supported
- Supports empty string for all objects in a bucket.