Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::ListDashboardsResponse.
The ListDashboards
request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dashboards
def dashboards() -> ::Array<::Google::Cloud::Monitoring::Dashboard::V1::Dashboard>
Returns
- (::Array<::Google::Cloud::Monitoring::Dashboard::V1::Dashboard>) — The list of requested dashboards.
#dashboards=
def dashboards=(value) -> ::Array<::Google::Cloud::Monitoring::Dashboard::V1::Dashboard>
Parameter
- value (::Array<::Google::Cloud::Monitoring::Dashboard::V1::Dashboard>) — The list of requested dashboards.
Returns
- (::Array<::Google::Cloud::Monitoring::Dashboard::V1::Dashboard>) — The list of requested dashboards.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — 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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.