public interface BatchWriteSpansRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
Span |
getSpans(int index)
A list of new spans.
|
int |
getSpansCount()
A list of new spans.
|
java.util.List<Span> |
getSpansList()
A list of new spans.
|
SpanOrBuilder |
getSpansOrBuilder(int index)
A list of new spans.
|
java.util.List<? extends SpanOrBuilder> |
getSpansOrBuilderList()
A list of new spans.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
Required. The name of the project where the spans belong. The format is `projects/[PROJECT_ID]`.
string name = 1;
ByteString getNameBytes()
Required. The name of the project where the spans belong. The format is `projects/[PROJECT_ID]`.
string name = 1;
java.util.List<Span> getSpansList()
A list of new spans. The span names must not match existing spans, or the results are undefined.
repeated .google.devtools.cloudtrace.v2.Span spans = 2;
Span getSpans(int index)
A list of new spans. The span names must not match existing spans, or the results are undefined.
repeated .google.devtools.cloudtrace.v2.Span spans = 2;
int getSpansCount()
A list of new spans. The span names must not match existing spans, or the results are undefined.
repeated .google.devtools.cloudtrace.v2.Span spans = 2;
java.util.List<? extends SpanOrBuilder> getSpansOrBuilderList()
A list of new spans. The span names must not match existing spans, or the results are undefined.
repeated .google.devtools.cloudtrace.v2.Span spans = 2;
SpanOrBuilder getSpansOrBuilder(int index)
A list of new spans. The span names must not match existing spans, or the results are undefined.
repeated .google.devtools.cloudtrace.v2.Span spans = 2;