Stackdriver Logging V2 Client - Class ListViewsResponse (1.29.0)

Reference documentation and code samples for the Stackdriver Logging V2 Client class ListViewsResponse.

The response from ListViews.

Generated from protobuf message google.logging.v2.ListViewsResponse

Namespace

Google \ Cloud \ Logging \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ views array<Google\Cloud\Logging\V2\LogView>

A list of views.

↳ 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.

getViews

A list of views.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setViews

A list of views.

Parameter
NameDescription
var array<Google\Cloud\Logging\V2\LogView>
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this