Class: Google::Cloud::Monitoring::Dashboard::V1::ListDashboardsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#page_size::Integer

Returns 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.



61
62
63
64
# File 'proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb', line 61

class ListDashboardsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. 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)

    Optional. 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.



61
62
63
64
# File 'proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb', line 61

class ListDashboardsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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]
    


61
62
63
64
# File 'proto_docs/google/monitoring/dashboard/v1/dashboards_service.rb', line 61

class ListDashboardsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end