Class: Google::Cloud::Monitoring::V3::ListServicesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/service_service.rb

Overview

The ListServices response.

Instance Attribute Summary collapse

Instance Attribute Details

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

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.



105
106
107
108
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 105

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

#services::Array<::Google::Cloud::Monitoring::V3::Service>

Returns The Services matching the specified filter.

Returns:



105
106
107
108
# File 'proto_docs/google/monitoring/v3/service_service.rb', line 105

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