public interface ChannelTraceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCreationTimestamp()
Time that this channel was created.
|
TimestampOrBuilder |
getCreationTimestampOrBuilder()
Time that this channel was created.
|
ChannelTraceEvent |
getEvents(int index)
List of events that have occurred on this channel.
|
int |
getEventsCount()
List of events that have occurred on this channel.
|
List<ChannelTraceEvent> |
getEventsList()
List of events that have occurred on this channel.
|
ChannelTraceEventOrBuilder |
getEventsOrBuilder(int index)
List of events that have occurred on this channel.
|
List<? extends ChannelTraceEventOrBuilder> |
getEventsOrBuilderList()
List of events that have occurred on this channel.
|
long |
getNumEventsLogged()
Number of events ever logged in this tracing object.
|
boolean |
hasCreationTimestamp()
Time that this channel was created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
long getNumEventsLogged()
Number of events ever logged in this tracing object. This can differ from events.size() because events can be overwritten or garbage collected by implementations.
int64 num_events_logged = 1;
boolean hasCreationTimestamp()
Time that this channel was created.
.google.protobuf.Timestamp creation_timestamp = 2;
Timestamp getCreationTimestamp()
Time that this channel was created.
.google.protobuf.Timestamp creation_timestamp = 2;
TimestampOrBuilder getCreationTimestampOrBuilder()
Time that this channel was created.
.google.protobuf.Timestamp creation_timestamp = 2;
List<ChannelTraceEvent> getEventsList()
List of events that have occurred on this channel.
repeated .grpc.channelz.v1.ChannelTraceEvent events = 3;
ChannelTraceEvent getEvents(int index)
List of events that have occurred on this channel.
repeated .grpc.channelz.v1.ChannelTraceEvent events = 3;
int getEventsCount()
List of events that have occurred on this channel.
repeated .grpc.channelz.v1.ChannelTraceEvent events = 3;
List<? extends ChannelTraceEventOrBuilder> getEventsOrBuilderList()
List of events that have occurred on this channel.
repeated .grpc.channelz.v1.ChannelTraceEvent events = 3;
ChannelTraceEventOrBuilder getEventsOrBuilder(int index)
List of events that have occurred on this channel.
repeated .grpc.channelz.v1.ChannelTraceEvent events = 3;