Error Reporting V1beta1 API - Class Google::Cloud::ErrorReporting::V1beta1::ListEventsResponse (v0.10.0)

Reference documentation and code samples for the Error Reporting V1beta1 API class Google::Cloud::ErrorReporting::V1beta1::ListEventsResponse.

Contains a set of requested error events.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error_events

def error_events() -> ::Array<::Google::Cloud::ErrorReporting::V1beta1::ErrorEvent>
Returns

#error_events=

def error_events=(value) -> ::Array<::Google::Cloud::ErrorReporting::V1beta1::ErrorEvent>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.
Returns
  • (::String) — If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

#time_range_begin

def time_range_begin() -> ::Google::Protobuf::Timestamp
Returns

#time_range_begin=

def time_range_begin=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns