All Downloads are FREE. Search and download functionalities are using the official Maven repository.

shade.polaris.io.grpc.channelz.v1.ChannelTraceOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0.0
Show newest version
// 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 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