Google Cloud Storage Batch Operations V1 Client - Class ListBucketOperationsResponse (0.5.0)

Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class ListBucketOperationsResponse.

Message for response to listing BucketOperations

Generated from protobuf message google.cloud.storagebatchoperations.v1.ListBucketOperationsResponse

Namespace

Google \ Cloud \ StorageBatchOperations \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ bucket_operations array<BucketOperation>

A list of storage batch bucket operations.

↳ next_page_token string

A token identifying a page of results.

↳ unreachable array

Locations that could not be reached.

getBucketOperations

A list of storage batch bucket operations.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setBucketOperations

A list of storage batch bucket operations.

Parameter
Name Description
var array<BucketOperation>
Returns
Type Description
$this

getNextPageToken

A token identifying a page of results.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this