Reference documentation and code samples for the Google Cloud Storage Control V2 Client class ListAnywhereCachesRequest.
Request message for ListAnywhereCaches.
Generated from protobuf message google.storage.control.v2.ListAnywhereCachesRequest
Namespace
Google \ Cloud \ Storage \ Control \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The bucket to which this cache belongs.
↳ page_size
int
Maximum number of caches to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.
↳ page_token
string
A previously-returned page token representing part of the larger set of results to view.
↳ request_id
string
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
getParent
Required. The bucket to which this cache belongs.
string
setParent
Required. The bucket to which this cache belongs.
var
string
$this
getPageSize
Maximum number of caches to return in a single response.
The service will use this parameter or 1,000 items, whichever is smaller.
int
setPageSize
Maximum number of caches to return in a single response.
The service will use this parameter or 1,000 items, whichever is smaller.
var
int
$this
getPageToken
A previously-returned page token representing part of the larger set of results to view.
string
setPageToken
A previously-returned page token representing part of the larger set of results to view.
var
string
$this
getRequestId
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
string
setRequestId
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
var
string
$this
static::build
parent
string
Required. The bucket to which this cache belongs. Please see StorageControlClient::bucketName() for help formatting this field.