Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class ListApi.
The Listing API to use for discovering objects.
Protobuf type google.storagetransfer.v1.S3CompatibleMetadata.ListApi
Namespace
Google \ Cloud \ StorageTransfer \ V1 \ S3CompatibleMetadataMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
LIST_API_UNSPECIFIED
Value: 0
ListApi is not specified.
Generated from protobuf enum LIST_API_UNSPECIFIED = 0;
LIST_OBJECTS_V2
Value: 1
Perform listing using ListObjectsV2 API.
Generated from protobuf enum LIST_OBJECTS_V2 = 1;
LIST_OBJECTS
Value: 2
Legacy ListObjects API.
Generated from protobuf enum LIST_OBJECTS = 2;