Class: Google::Devtools::Cloudtrace::V1::ListTracesResponse
- Inherits:
-
Object
- Object
- Google::Devtools::Cloudtrace::V1::ListTracesResponse
- 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
-
#next_page_token ⇒ 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 ⇒ Array<Google::Devtools::Cloudtrace::V1::Trace>
List of trace records returned.
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.
177 |
# File 'lib/google/cloud/trace/v1/doc/google/devtools/cloudtrace/v1/trace.rb', line 177 class ListTracesResponse; end |
#traces ⇒ Array<Google::Devtools::Cloudtrace::V1::Trace>
Returns List of trace records returned.
177 |
# File 'lib/google/cloud/trace/v1/doc/google/devtools/cloudtrace/v1/trace.rb', line 177 class ListTracesResponse; end |