public sealed class ListTracesResponse : IMessage<ListTracesResponse>, IEquatable<ListTracesResponse>, IDeepCloneable<ListTracesResponse>, IBufferMessage, IMessage, IPageResponse<Trace>, IEnumerable<Trace>, IEnumerable
Reference documentation and code samples for the Google Cloud Trace v1 API class ListTracesResponse.
The response message for the ListTraces
method.
Implements
IMessageListTracesResponse, IEquatableListTracesResponse, IDeepCloneableListTracesResponse, IBufferMessage, IMessage, IPageResponseTrace, IEnumerableTrace, IEnumerableNamespace
Google.Cloud.Trace.V1Assembly
Google.Cloud.Trace.V1.dll
Constructors
ListTracesResponse()
public ListTracesResponse()
ListTracesResponse(ListTracesResponse)
public ListTracesResponse(ListTracesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListTracesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Traces
public RepeatedField<Trace> Traces { get; }
List of trace records as specified by the view parameter.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTrace |
Methods
GetEnumerator()
public IEnumerator<Trace> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorTrace |