class ListLogsResponse extends Message

Result returned from ListLogs.

Protobuf type Google\Logging\V2\ListLogsResponse

Methods

__construct()

No description

RepeatedField
getLogNames()

A list of log names. For example, "projects/my-project/syslog" or "organizations/123/cloudresourcemanager.googleapis.com%2Factivity".

setLogNames(array|RepeatedField $var)

A list of log names. For example, "projects/my-project/syslog" or "organizations/123/cloudresourcemanager.googleapis.com%2Factivity".

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 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;

Return Value

RepeatedField

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;

Parameters

array|RepeatedField $var

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;

Return Value

string

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;

Parameters

string $var