Class: Google::Cloud::Trace::V1::ListTracesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudtrace/v1/trace.rb

Overview

The response message for the ListTraces method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

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.



256
257
258
259
# File 'proto_docs/google/devtools/cloudtrace/v1/trace.rb', line 256

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

#traces::Array<::Google::Cloud::Trace::V1::Trace>

Returns List of trace records as specified by the view parameter.

Returns:



256
257
258
259
# File 'proto_docs/google/devtools/cloudtrace/v1/trace.rb', line 256

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