shade.polaris.io.grpc.channelz.v1.ChannelTraceOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto
package io.grpc.channelz.v1;
public interface ChannelTraceOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.channelz.v1.ChannelTrace)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
* @return The numEventsLogged.
*/
long getNumEventsLogged();
/**
*
* Time that this channel was created.
*
*
* .google.protobuf.Timestamp creation_timestamp = 2;
* @return Whether the creationTimestamp field is set.
*/
boolean hasCreationTimestamp();
/**
*
* Time that this channel was created.
*
*
* .google.protobuf.Timestamp creation_timestamp = 2;
* @return The creationTimestamp.
*/
com.google.protobuf.Timestamp getCreationTimestamp();
/**
*
* Time that this channel was created.
*
*
* .google.protobuf.Timestamp creation_timestamp = 2;
*/
com.google.protobuf.TimestampOrBuilder getCreationTimestampOrBuilder();
/**
*
* List of events that have occurred on this channel.
*
*
* repeated .grpc.channelz.v1.ChannelTraceEvent events = 3;
*/
java.util.List
getEventsList();
/**
*
* List of events that have occurred on this channel.
*
*
* repeated .grpc.channelz.v1.ChannelTraceEvent events = 3;
*/
io.grpc.channelz.v1.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;
*/
java.util.List extends io.grpc.channelz.v1.ChannelTraceEventOrBuilder>
getEventsOrBuilderList();
/**
*
* List of events that have occurred on this channel.
*
*
* repeated .grpc.channelz.v1.ChannelTraceEvent events = 3;
*/
io.grpc.channelz.v1.ChannelTraceEventOrBuilder getEventsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy