Class: Google::Cloud::Logging::V2::ListLinksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::ListLinksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
The response from ListLinks.
Instance Attribute Summary collapse
-
#links ⇒ ::Array<::Google::Cloud::Logging::V2::Link>
A list of links.
-
#next_page_token ⇒ ::String
If there might be more results than those appearing in this response, then
nextPageToken
is included.
Instance Attribute Details
#links ⇒ ::Array<::Google::Cloud::Logging::V2::Link>
Returns A list of links.
864 865 866 867 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 864 class ListLinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns If there might be more results than those appearing in this response, then
nextPageToken
is included. To get the next set of results, call the same
method again using the value of nextPageToken
as pageToken
.
864 865 866 867 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 864 class ListLinksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |