public final class BatchWriteSpansRequest extends GeneratedMessageV3 implements BatchWriteSpansRequestOrBuilder
The request message for the BatchWriteSpans
method.
Protobuf type google.devtools.cloudtrace.v2.BatchWriteSpansRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int SPANS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static BatchWriteSpansRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static BatchWriteSpansRequest.Builder newBuilder()
public static BatchWriteSpansRequest.Builder newBuilder(BatchWriteSpansRequest prototype)
public static BatchWriteSpansRequest parseDelimitedFrom(InputStream input)
public static BatchWriteSpansRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchWriteSpansRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static BatchWriteSpansRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchWriteSpansRequest parseFrom(ByteString data)
public static BatchWriteSpansRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchWriteSpansRequest parseFrom(CodedInputStream input)
public static BatchWriteSpansRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchWriteSpansRequest parseFrom(InputStream input)
public static BatchWriteSpansRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchWriteSpansRequest parseFrom(ByteBuffer data)
public static BatchWriteSpansRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<BatchWriteSpansRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public BatchWriteSpansRequest getDefaultInstanceForType()
Required. The name of the project where the spans belong. The format is
projects/[PROJECT_ID]
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The name.
|
public ByteString getNameBytes()
Required. The name of the project where the spans belong. The format is
projects/[PROJECT_ID]
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
public Parser<BatchWriteSpansRequest> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public Span getSpans(int index)
Required. A list of new spans. The span names must not match existing
spans, otherwise the results are undefined.
repeated .google.devtools.cloudtrace.v2.Span spans = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
Returns |
---|
Type | Description |
Span | |
public int getSpansCount()
Required. A list of new spans. The span names must not match existing
spans, otherwise the results are undefined.
repeated .google.devtools.cloudtrace.v2.Span spans = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
int | |
public List<Span> getSpansList()
Required. A list of new spans. The span names must not match existing
spans, otherwise the results are undefined.
repeated .google.devtools.cloudtrace.v2.Span spans = 2 [(.google.api.field_behavior) = REQUIRED];
public SpanOrBuilder getSpansOrBuilder(int index)
Required. A list of new spans. The span names must not match existing
spans, otherwise the results are undefined.
repeated .google.devtools.cloudtrace.v2.Span spans = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public List<? extends SpanOrBuilder> getSpansOrBuilderList()
Required. A list of new spans. The span names must not match existing
spans, otherwise the results are undefined.
repeated .google.devtools.cloudtrace.v2.Span spans = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
List<? extends com.google.devtools.cloudtrace.v2.SpanOrBuilder> | |
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BatchWriteSpansRequest.Builder newBuilderForType()
protected BatchWriteSpansRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public BatchWriteSpansRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides