public interface SpanBatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgent()
optional string agent = 6; |
com.google.protobuf.ByteString |
getAgentBytes()
optional string agent = 6; |
java.lang.String |
getApiKey()
required string apiKey = 2; |
com.google.protobuf.ByteString |
getApiKeyBytes()
required string apiKey = 2; |
java.lang.String |
getHost()
required string host = 3; |
com.google.protobuf.ByteString |
getHostBytes()
required string host = 3; |
java.lang.String |
getInstance()
required string instance = 4; |
com.google.protobuf.ByteString |
getInstanceBytes()
required string instance = 4; |
java.lang.String |
getServiceName()
required string serviceName = 1; |
com.google.protobuf.ByteString |
getServiceNameBytes()
required string serviceName = 1; |
Span |
getSpans(int index)
repeated .kamon.apm.ingestion.v1.traces.Span spans = 5; |
int |
getSpansCount()
repeated .kamon.apm.ingestion.v1.traces.Span spans = 5; |
java.util.List<Span> |
getSpansList()
repeated .kamon.apm.ingestion.v1.traces.Span spans = 5; |
SpanOrBuilder |
getSpansOrBuilder(int index)
repeated .kamon.apm.ingestion.v1.traces.Span spans = 5; |
java.util.List<? extends SpanOrBuilder> |
getSpansOrBuilderList()
repeated .kamon.apm.ingestion.v1.traces.Span spans = 5; |
boolean |
hasAgent()
optional string agent = 6; |
boolean |
hasApiKey()
required string apiKey = 2; |
boolean |
hasHost()
required string host = 3; |
boolean |
hasInstance()
required string instance = 4; |
boolean |
hasServiceName()
required string serviceName = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasServiceName()
required string serviceName = 1;java.lang.String getServiceName()
required string serviceName = 1;com.google.protobuf.ByteString getServiceNameBytes()
required string serviceName = 1;boolean hasApiKey()
required string apiKey = 2;java.lang.String getApiKey()
required string apiKey = 2;com.google.protobuf.ByteString getApiKeyBytes()
required string apiKey = 2;boolean hasHost()
required string host = 3;java.lang.String getHost()
required string host = 3;com.google.protobuf.ByteString getHostBytes()
required string host = 3;boolean hasInstance()
required string instance = 4;java.lang.String getInstance()
required string instance = 4;com.google.protobuf.ByteString getInstanceBytes()
required string instance = 4;java.util.List<Span> getSpansList()
repeated .kamon.apm.ingestion.v1.traces.Span spans = 5;Span getSpans(int index)
repeated .kamon.apm.ingestion.v1.traces.Span spans = 5;int getSpansCount()
repeated .kamon.apm.ingestion.v1.traces.Span spans = 5;java.util.List<? extends SpanOrBuilder> getSpansOrBuilderList()
repeated .kamon.apm.ingestion.v1.traces.Span spans = 5;SpanOrBuilder getSpansOrBuilder(int index)
repeated .kamon.apm.ingestion.v1.traces.Span spans = 5;boolean hasAgent()
optional string agent = 6;java.lang.String getAgent()
optional string agent = 6;com.google.protobuf.ByteString getAgentBytes()
optional string agent = 6;