Google Cloud Storage Transfer V1 Client - Class ListApi (1.1.1)

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 \ S3CompatibleMetadata

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;