- 2.53.0 (latest)
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.7
- 2.2.0
- 2.1.13
public static final class Span.Links.Builder extends GeneratedMessageV3.Builder<Span.Links.Builder> implements Span.LinksOrBuilder
A collection of links, which are references from this span to a span in the same or different trace.
Protobuf type google.devtools.cloudtrace.v2.Span.Links
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Span.Links.BuilderImplements
Span.LinksOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllLink(Iterable<? extends Span.Link> values)
public Span.Links.Builder addAllLink(Iterable<? extends Span.Link> values)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Name | Description |
values | Iterable<? extends com.google.devtools.cloudtrace.v2.Span.Link> |
Type | Description |
Span.Links.Builder |
addLink(Span.Link value)
public Span.Links.Builder addLink(Span.Link value)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Name | Description |
value | Span.Link |
Type | Description |
Span.Links.Builder |
addLink(Span.Link.Builder builderForValue)
public Span.Links.Builder addLink(Span.Link.Builder builderForValue)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Name | Description |
builderForValue | Span.Link.Builder |
Type | Description |
Span.Links.Builder |
addLink(int index, Span.Link value)
public Span.Links.Builder addLink(int index, Span.Link value)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Name | Description |
index | int |
value | Span.Link |
Type | Description |
Span.Links.Builder |
addLink(int index, Span.Link.Builder builderForValue)
public Span.Links.Builder addLink(int index, Span.Link.Builder builderForValue)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Name | Description |
index | int |
builderForValue | Span.Link.Builder |
Type | Description |
Span.Links.Builder |
addLinkBuilder()
public Span.Link.Builder addLinkBuilder()
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Type | Description |
Span.Link.Builder |
addLinkBuilder(int index)
public Span.Link.Builder addLinkBuilder(int index)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Name | Description |
index | int |
Type | Description |
Span.Link.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Span.Links.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Span.Links.Builder |
build()
public Span.Links build()
Type | Description |
Span.Links |
buildPartial()
public Span.Links buildPartial()
Type | Description |
Span.Links |
clear()
public Span.Links.Builder clear()
Type | Description |
Span.Links.Builder |
clearDroppedLinksCount()
public Span.Links.Builder clearDroppedLinksCount()
The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
int32 dropped_links_count = 2;
Type | Description |
Span.Links.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Span.Links.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Span.Links.Builder |
clearLink()
public Span.Links.Builder clearLink()
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Type | Description |
Span.Links.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Span.Links.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Span.Links.Builder |
clone()
public Span.Links.Builder clone()
Type | Description |
Span.Links.Builder |
getDefaultInstanceForType()
public Span.Links getDefaultInstanceForType()
Type | Description |
Span.Links |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDroppedLinksCount()
public int getDroppedLinksCount()
The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
int32 dropped_links_count = 2;
Type | Description |
int | The droppedLinksCount. |
getLink(int index)
public Span.Link getLink(int index)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Name | Description |
index | int |
Type | Description |
Span.Link |
getLinkBuilder(int index)
public Span.Link.Builder getLinkBuilder(int index)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Name | Description |
index | int |
Type | Description |
Span.Link.Builder |
getLinkBuilderList()
public List<Span.Link.Builder> getLinkBuilderList()
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Type | Description |
List<Builder> |
getLinkCount()
public int getLinkCount()
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Type | Description |
int |
getLinkList()
public List<Span.Link> getLinkList()
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Type | Description |
List<Link> |
getLinkOrBuilder(int index)
public Span.LinkOrBuilder getLinkOrBuilder(int index)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Name | Description |
index | int |
Type | Description |
Span.LinkOrBuilder |
getLinkOrBuilderList()
public List<? extends Span.LinkOrBuilder> getLinkOrBuilderList()
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Type | Description |
List<? extends com.google.devtools.cloudtrace.v2.Span.LinkOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Span.Links other)
public Span.Links.Builder mergeFrom(Span.Links other)
Name | Description |
other | Span.Links |
Type | Description |
Span.Links.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Span.Links.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Span.Links.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Span.Links.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Span.Links.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Span.Links.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Span.Links.Builder |
removeLink(int index)
public Span.Links.Builder removeLink(int index)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Name | Description |
index | int |
Type | Description |
Span.Links.Builder |
setDroppedLinksCount(int value)
public Span.Links.Builder setDroppedLinksCount(int value)
The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.
int32 dropped_links_count = 2;
Name | Description |
value | int The droppedLinksCount to set. |
Type | Description |
Span.Links.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Span.Links.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Span.Links.Builder |
setLink(int index, Span.Link value)
public Span.Links.Builder setLink(int index, Span.Link value)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Name | Description |
index | int |
value | Span.Link |
Type | Description |
Span.Links.Builder |
setLink(int index, Span.Link.Builder builderForValue)
public Span.Links.Builder setLink(int index, Span.Link.Builder builderForValue)
A collection of links.
repeated .google.devtools.cloudtrace.v2.Span.Link link = 1;
Name | Description |
index | int |
builderForValue | Span.Link.Builder |
Type | Description |
Span.Links.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Span.Links.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Span.Links.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Span.Links.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Span.Links.Builder |