Class: Google::Cloud::Trace::V1::ListTracesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Trace::V1::ListTracesResponse
- 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
-
#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::Cloud::Trace::V1::Trace>
List of trace records as specified by the view parameter.
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.
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.
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 |