public sealed class ListTracesResponse : IMessage<ListTracesResponse>, IEquatable<ListTracesResponse>, IDeepCloneable<ListTracesResponse>, IBufferMessage, IMessage, IPageResponse<Trace>, IEnumerable<Trace>, IEnumerable
The response message for the ListTraces
method.
Implements
IMessage<ListTracesResponse>, IEquatable<ListTracesResponse>, IDeepCloneable<ListTracesResponse>, IBufferMessage, IMessage, IPageResponse<Trace>, IEnumerable<Trace>, 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 |
RepeatedField<Trace> |
Methods
GetEnumerator()
public IEnumerator<Trace> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Trace> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |