Reference documentation and code samples for the Cloud Logging V2 API class Google::Cloud::Logging::V2::ListLogsResponse.
Result returned from ListLogs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#log_names
def log_names() -> ::Array<::String>
Returns
-
(::Array<::String>) — A list of log names. For example,
"projects/my-project/logs/syslog"
or"organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity"
.
#log_names=
def log_names=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — A list of log names. For example,
"projects/my-project/logs/syslog"
or"organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity"
.
Returns
-
(::Array<::String>) — A list of log names. For example,
"projects/my-project/logs/syslog"
or"organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity"
.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::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 ofnextPageToken
aspageToken
.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::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 ofnextPageToken
aspageToken
.
Returns
-
(::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 ofnextPageToken
aspageToken
.