Stackdriver Logging V2 Client - Class ListLogsResponse (1.24.10)

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

Result returned from ListLogs.

Generated from protobuf message google.logging.v2.ListLogsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ log_names array

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

↳ next_page_token string

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.

getLogNames

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

Generated from protobuf field repeated string log_names = 3;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setLogNames

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

Generated from protobuf field repeated string log_names = 3;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

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;

Returns
TypeDescription
string

setNextPageToken

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;

Parameter
NameDescription
var string
Returns
TypeDescription
$this