Class: Google::Cloud::StorageBatchOperations::V1::PrefixList

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb

Overview

Describes prefixes of objects to be transformed.

Instance Attribute Summary collapse

Instance Attribute Details

#included_object_prefixes::Array<::String>

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


167
168
169
170
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 167

class PrefixList
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end