Cloud Trace V1 API - Class Google::Cloud::Trace::V1::ListTracesResponse (v0.8.2)

Reference documentation and code samples for the Cloud Trace V1 API class Google::Cloud::Trace::V1::ListTracesResponse.

The response message for the ListTraces method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — If defined, indicates that there are more traces that match the request and that this value should be passed to the next request to continue retrieving additional traces.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — If defined, indicates that there are more traces that match the request and that this value should be passed to the next request to continue retrieving additional traces.
Returns
  • (::String) — If defined, indicates that there are more traces that match the request and that this value should be passed to the next request to continue retrieving additional traces.

#traces

def traces() -> ::Array<::Google::Cloud::Trace::V1::Trace>
Returns

#traces=

def traces=(value) -> ::Array<::Google::Cloud::Trace::V1::Trace>
Parameter
Returns