Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class PrefixList.
Describes prefixes of objects to be transformed.
Generated from protobuf message google.cloud.storagebatchoperations.v1.PrefixList
Namespace
Google \ Cloud \ StorageBatchOperations \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ included_object_prefixes |
array
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. |
getIncludedObjectPrefixes
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIncludedObjectPrefixes
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.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |