class ListLogEntriesResponse extends Message

Result returned from ListLogEntries.

Protobuf type Google\Logging\V2\ListLogEntriesResponse

Methods

__construct()

No description

RepeatedField
getEntries()

A list of log entries.

setEntries(array|RepeatedField $var)

A list of log entries.

string
getNextPageToken()

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

setNextPageToken(string $var)

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

Details

at line 39
__construct()

at line 50
RepeatedField getEntries()

A list of log entries.

Generated from protobuf field repeated .google.logging.v2.LogEntry entries = 1;

Return Value

RepeatedField

at line 61
setEntries(array|RepeatedField $var)

A list of log entries.

Generated from protobuf field repeated .google.logging.v2.LogEntry entries = 1;

Parameters

array|RepeatedField $var

at line 81
string getNextPageToken()

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

If a value for next_page_token appears and the entries field is empty, it means that the search found no log entries so far but it did not have time to search all the possible log entries. Retry the method with this value for page_token to continue the search. Alternatively, consider speeding up the search by changing your filter to specify a single log name or resource type, or to narrow the time range of the search.

Generated from protobuf field string next_page_token = 2;

Return Value

string

at line 100
setNextPageToken(string $var)

If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

If a value for next_page_token appears and the entries field is empty, it means that the search found no log entries so far but it did not have time to search all the possible log entries. Retry the method with this value for page_token to continue the search. Alternatively, consider speeding up the search by changing your filter to specify a single log name or resource type, or to narrow the time range of the search.

Generated from protobuf field string next_page_token = 2;

Parameters

string $var