Class: Google::Cloud::ServiceHealth::V1::ListEventsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceHealth::V1::ListEventsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Overview
Message for response to listing events.
Instance Attribute Summary collapse
-
#events ⇒ ::Array<::Google::Cloud::ServiceHealth::V1::Event>
readonly
Output only.
-
#next_page_token ⇒ ::String
readonly
Output only.
-
#unreachable ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#events ⇒ ::Array<::Google::Cloud::ServiceHealth::V1::Event> (readonly)
Returns Output only. List of events.
486 487 488 489 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 486 class ListEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String (readonly)
Returns Output only. The continuation token, used to page through large result sets. Provide this value in a subsequent request as page_token to retrieve the next page.
If this field is not present, there are no subsequent results.
486 487 488 489 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 486 class ListEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String> (readonly)
Returns Output only. Locations that could not be reached.
486 487 488 489 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 486 class ListEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |