Class: Google::Devtools::Cloudtrace::V1::ListTracesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/trace/v1/doc/google/devtools/cloudtrace/v1/trace.rb

Overview

The response message for the +ListTraces+ method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

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



165
# File 'lib/google/cloud/trace/v1/doc/google/devtools/cloudtrace/v1/trace.rb', line 165

class ListTracesResponse; end

#tracesArray<Google::Devtools::Cloudtrace::V1::Trace>

Returns List of trace records returned.

Returns:



165
# File 'lib/google/cloud/trace/v1/doc/google/devtools/cloudtrace/v1/trace.rb', line 165

class ListTracesResponse; end