Class: Google::Cloud::Monitoring::Dashboard::V1::ListDashboardsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::Dashboard::V1::ListDashboardsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb
Overview
The ListDashboards
request.
Instance Attribute Summary collapse
-
#dashboards ⇒ ::Array<::Google::Cloud::Monitoring::Dashboard::V1::Dashboard>
The list of requested dashboards.
-
#next_page_token ⇒ ::String
If there are more results than have been returned, then this field is set to a non-empty value.
Instance Attribute Details
#dashboards ⇒ ::Array<::Google::Cloud::Monitoring::Dashboard::V1::Dashboard>
Returns The list of requested dashboards.
75 76 77 78 |
# File 'proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb', line 75 class ListDashboardsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns If there are more results than have been returned, then this field is set
to a non-empty value. To see the additional results,
use that value as page_token
in the next call to this method.
75 76 77 78 |
# File 'proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb', line 75 class ListDashboardsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |