Reference documentation and code samples for the Stackdriver Logging V2 Client class ListBucketsResponse.
The response from ListBuckets.
Generated from protobuf message google.logging.v2.ListBucketsResponse
Namespace
Google \ Cloud \ Logging \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ buckets
↳ next_page_token
string
If there might be more results than appear in this response, then nextPageToken
is included. To get the next set of results, call the same method again using the value of nextPageToken
as pageToken
.
getBuckets
A list of buckets.
setBuckets
A list of buckets.
$this
getNextPageToken
If there might be more results than appear in this response, then nextPageToken
is included. To get the next set of results, call the same
method again using the value of nextPageToken
as pageToken
.
string
setNextPageToken
If there might be more results than appear in this response, then nextPageToken
is included. To get the next set of results, call the same
method again using the value of nextPageToken
as pageToken
.
var
string
$this