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
- (::Array<::Google::Cloud::Trace::V1::Trace>) — List of trace records as specified by the view parameter.
#traces=
def traces=(value) -> ::Array<::Google::Cloud::Trace::V1::Trace>
Parameter
- value (::Array<::Google::Cloud::Trace::V1::Trace>) — List of trace records as specified by the view parameter.
Returns
- (::Array<::Google::Cloud::Trace::V1::Trace>) — List of trace records as specified by the view parameter.