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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ buckets |
array<Google\Cloud\Logging\V2\LogBucket>
A list of buckets. |
↳ next_page_token |
string
If there might be more results than appear in this response, then |
getBuckets
A list of buckets.
Generated from protobuf field repeated .google.logging.v2.LogBucket buckets = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBuckets
A list of buckets.
Generated from protobuf field repeated .google.logging.v2.LogBucket buckets = 1;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Logging\V2\LogBucket>
|
Returns | |
---|---|
Type | Description |
$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
.
Generated from protobuf field string next_page_token = 2;
Returns | |
---|---|
Type | Description |
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
.
Generated from protobuf field string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |