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
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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.
Generated from protobuf field repeated .google.logging.v2.LogView views = 1;
Google\Protobuf\Internal\RepeatedField
setViews
A list of views.
Generated from protobuf field repeated .google.logging.v2.LogView views = 1;
$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;
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;
var
string
$this