Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::ListDashboardsRequest.
The ListDashboards
request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — A positive number that is the maximum number of results to return. If unspecified, a default of 1000 is used.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — A positive number that is the maximum number of results to return. If unspecified, a default of 1000 is used.
Returns
- (::Integer) — A positive number that is the maximum number of results to return. If unspecified, a default of 1000 is used.
#page_token
def page_token() -> ::String
Returns
-
(::String) — If this field is not empty then it must contain the
nextPageToken
value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — If this field is not empty then it must contain the
nextPageToken
value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
Returns
-
(::String) — If this field is not empty then it must contain the
nextPageToken
value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
#parent
def parent() -> ::String
Returns
-
(::String) —
Required. The scope of the dashboards to list. The format is:
projects/[PROJECT_ID_OR_NUMBER]
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) —
Required. The scope of the dashboards to list. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Returns
-
(::String) —
Required. The scope of the dashboards to list. The format is:
projects/[PROJECT_ID_OR_NUMBER]