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

io.envoyproxy.envoy.service.trace.v3.StreamTracesMessageOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/service/trace/v3/trace_service.proto

package io.envoyproxy.envoy.service.trace.v3;

public interface StreamTracesMessageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.trace.v3.StreamTracesMessage)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Identifier data effectively is a structured metadata.
   * As a performance optimization this will only be sent in the first message
   * on the stream.
   * 
* * .envoy.service.trace.v3.StreamTracesMessage.Identifier identifier = 1; * @return Whether the identifier field is set. */ boolean hasIdentifier(); /** *
   * Identifier data effectively is a structured metadata.
   * As a performance optimization this will only be sent in the first message
   * on the stream.
   * 
* * .envoy.service.trace.v3.StreamTracesMessage.Identifier identifier = 1; * @return The identifier. */ io.envoyproxy.envoy.service.trace.v3.StreamTracesMessage.Identifier getIdentifier(); /** *
   * Identifier data effectively is a structured metadata.
   * As a performance optimization this will only be sent in the first message
   * on the stream.
   * 
* * .envoy.service.trace.v3.StreamTracesMessage.Identifier identifier = 1; */ io.envoyproxy.envoy.service.trace.v3.StreamTracesMessage.IdentifierOrBuilder getIdentifierOrBuilder(); /** *
   * A list of Span entries
   * 
* * repeated .opencensus.proto.trace.v1.Span spans = 2; */ java.util.List getSpansList(); /** *
   * A list of Span entries
   * 
* * repeated .opencensus.proto.trace.v1.Span spans = 2; */ io.opencensus.proto.trace.v1.Span getSpans(int index); /** *
   * A list of Span entries
   * 
* * repeated .opencensus.proto.trace.v1.Span spans = 2; */ int getSpansCount(); /** *
   * A list of Span entries
   * 
* * repeated .opencensus.proto.trace.v1.Span spans = 2; */ java.util.List getSpansOrBuilderList(); /** *
   * A list of Span entries
   * 
* * repeated .opencensus.proto.trace.v1.Span spans = 2; */ io.opencensus.proto.trace.v1.SpanOrBuilder getSpansOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy