ListLogsResponse
class ListLogsResponse extends Message
Result returned from ListLogs.
Protobuf type Google\Logging\V2\ListLogsResponse
Methods
No description
A list of log names. For example,
"projects/my-project/syslog"
or
"organizations/123/cloudresourcemanager.googleapis.com%2Factivity"
.
A list of log names. For example,
"projects/my-project/syslog"
or
"organizations/123/cloudresourcemanager.googleapis.com%2Factivity"
.
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 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 35
__construct()
at line 48
RepeatedField
getLogNames()
A list of log names. For example,
"projects/my-project/syslog"
or
"organizations/123/cloudresourcemanager.googleapis.com%2Factivity"
.
Generated from protobuf field repeated string log_names = 3;
at line 61
setLogNames(array|RepeatedField $var)
A list of log names. For example,
"projects/my-project/syslog"
or
"organizations/123/cloudresourcemanager.googleapis.com%2Factivity"
.
Generated from protobuf field repeated string log_names = 3;
at line 75
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
.
Generated from protobuf field string next_page_token = 2;
at line 88
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
.
Generated from protobuf field string next_page_token = 2;