Class: Google::Cloud::Logging::V2::ListViewsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::ListViewsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_config.rb
Overview
The response from ListViews.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If there might be more results than appear in this response, then
nextPageToken
is included. -
#views ⇒ ::Array<::Google::Cloud::Logging::V2::LogView>
A list of views.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns If there might be more results than appear 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
.
456 457 458 459 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 456 class ListViewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#views ⇒ ::Array<::Google::Cloud::Logging::V2::LogView>
Returns A list of views.
456 457 458 459 |
# File 'proto_docs/google/logging/v2/logging_config.rb', line 456 class ListViewsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |