Google Cloud Storage Control V2 Client - Class ListAnywhereCachesResponse (1.4.1)

Reference documentation and code samples for the Google Cloud Storage Control V2 Client class ListAnywhereCachesResponse.

Response message for ListAnywhereCaches.

Generated from protobuf message google.storage.control.v2.ListAnywhereCachesResponse

Namespace

Google \ Cloud \ Storage \ Control \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ anywhere_caches array<AnywhereCache>

The list of items.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getAnywhereCaches

The list of items.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAnywhereCaches

The list of items.

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

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this