Class ListTracesResponse (3.0.0)

public sealed class ListTracesResponse : IMessage<ListTracesResponse>, IEquatable<ListTracesResponse>, IDeepCloneable<ListTracesResponse>, IBufferMessage, IMessage, IPageResponse<Trace>, IEnumerable<Trace>, IEnumerable

The response message for the ListTraces method.

Inheritance

Object > ListTracesResponse

Namespace

Google.Cloud.Trace.V1

Assembly

Google.Cloud.Trace.V1.dll

Constructors

ListTracesResponse()

public ListTracesResponse()

ListTracesResponse(ListTracesResponse)

public ListTracesResponse(ListTracesResponse other)
Parameter
NameDescription
otherListTracesResponse

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
TypeDescription
String

Traces

public RepeatedField<Trace> Traces { get; }

List of trace records as specified by the view parameter.

Property Value
TypeDescription
RepeatedField<Trace>

Methods

GetEnumerator()

public IEnumerator<Trace> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<Trace>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator