Class Xplane.XPlane.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Xplane.XPlane.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<Xplane.XPlane.Builder>
org.tensorflow.proto.profiler.Xplane.XPlane.Builder
- All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, Xplane.XPlaneOrBuilder
- Enclosing class:
Xplane.XPlane
public static final class Xplane.XPlane.Builder
extends GeneratedMessageV3.Builder<Xplane.XPlane.Builder>
implements Xplane.XPlaneOrBuilder
An XPlane is a container of parallel timelines (XLines), generated by a profiling source or by post-processing one or more XPlanes. Next ID: 7Protobuf type
tensorflow.profiler.XPlane-
Method Summary
Modifier and TypeMethodDescriptionaddAllLines(Iterable<? extends Xplane.XLine> values) Parallel timelines grouped in this plane.addAllStats(Iterable<? extends Xplane.XStat> values) XStats associated with this plane, e.g. device capabilities.addLines(int index, Xplane.XLine value) Parallel timelines grouped in this plane.addLines(int index, Xplane.XLine.Builder builderForValue) Parallel timelines grouped in this plane.addLines(Xplane.XLine value) Parallel timelines grouped in this plane.addLines(Xplane.XLine.Builder builderForValue) Parallel timelines grouped in this plane.Parallel timelines grouped in this plane.addLinesBuilder(int index) Parallel timelines grouped in this plane.addRepeatedField(Descriptors.FieldDescriptor field, Object value) addStats(int index, Xplane.XStat value) XStats associated with this plane, e.g. device capabilities.addStats(int index, Xplane.XStat.Builder builderForValue) XStats associated with this plane, e.g. device capabilities.addStats(Xplane.XStat value) XStats associated with this plane, e.g. device capabilities.addStats(Xplane.XStat.Builder builderForValue) XStats associated with this plane, e.g. device capabilities.XStats associated with this plane, e.g. device capabilities.addStatsBuilder(int index) XStats associated with this plane, e.g. device capabilities.build()clear()clearId()int64 id = 1;Parallel timelines grouped in this plane.Name of this XPlane.XStats associated with this plane, e.g. device capabilities.clone()booleancontainsEventMetadata(long key) XEventMetadata map, each entry uses the XEventMetadata.id as key.booleancontainsStatMetadata(long key) XStatMetadata map, each entry uses the XStatMetadata.id as key.static final Descriptors.DescriptorDeprecated.intXEventMetadata map, each entry uses the XEventMetadata.id as key.XEventMetadata map, each entry uses the XEventMetadata.id as key.getEventMetadataOrDefault(long key, Xplane.XEventMetadata defaultValue) XEventMetadata map, each entry uses the XEventMetadata.id as key.getEventMetadataOrThrow(long key) XEventMetadata map, each entry uses the XEventMetadata.id as key.longgetId()int64 id = 1;getLines(int index) Parallel timelines grouped in this plane.getLinesBuilder(int index) Parallel timelines grouped in this plane.Parallel timelines grouped in this plane.intParallel timelines grouped in this plane.Parallel timelines grouped in this plane.getLinesOrBuilder(int index) Parallel timelines grouped in this plane.List<? extends Xplane.XLineOrBuilder> Parallel timelines grouped in this plane.Deprecated.Deprecated.getName()Name of this XPlane.Name of this XPlane.Deprecated.intXStatMetadata map, each entry uses the XStatMetadata.id as key.XStatMetadata map, each entry uses the XStatMetadata.id as key.getStatMetadataOrDefault(long key, Xplane.XStatMetadata defaultValue) XStatMetadata map, each entry uses the XStatMetadata.id as key.getStatMetadataOrThrow(long key) XStatMetadata map, each entry uses the XStatMetadata.id as key.getStats(int index) XStats associated with this plane, e.g. device capabilities.getStatsBuilder(int index) XStats associated with this plane, e.g. device capabilities.XStats associated with this plane, e.g. device capabilities.intXStats associated with this plane, e.g. device capabilities.XStats associated with this plane, e.g. device capabilities.getStatsOrBuilder(int index) XStats associated with this plane, e.g. device capabilities.List<? extends Xplane.XStatOrBuilder> XStats associated with this plane, e.g. device capabilities.protected GeneratedMessageV3.FieldAccessorTableprotected MapFieldinternalGetMapField(int number) protected MapFieldinternalGetMutableMapField(int number) final booleanmergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) mergeFrom(Xplane.XPlane other) final Xplane.XPlane.BuildermergeUnknownFields(UnknownFieldSet unknownFields) putAllEventMetadata(Map<Long, Xplane.XEventMetadata> values) XEventMetadata map, each entry uses the XEventMetadata.id as key.putAllStatMetadata(Map<Long, Xplane.XStatMetadata> values) XStatMetadata map, each entry uses the XStatMetadata.id as key.putEventMetadata(long key, Xplane.XEventMetadata value) XEventMetadata map, each entry uses the XEventMetadata.id as key.putStatMetadata(long key, Xplane.XStatMetadata value) XStatMetadata map, each entry uses the XStatMetadata.id as key.removeEventMetadata(long key) XEventMetadata map, each entry uses the XEventMetadata.id as key.removeLines(int index) Parallel timelines grouped in this plane.removeStatMetadata(long key) XStatMetadata map, each entry uses the XStatMetadata.id as key.removeStats(int index) XStats associated with this plane, e.g. device capabilities.setField(Descriptors.FieldDescriptor field, Object value) setId(long value) int64 id = 1;setLines(int index, Xplane.XLine value) Parallel timelines grouped in this plane.setLines(int index, Xplane.XLine.Builder builderForValue) Parallel timelines grouped in this plane.Name of this XPlane.setNameBytes(ByteString value) Name of this XPlane.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) setStats(int index, Xplane.XStat value) XStats associated with this plane, e.g. device capabilities.setStats(int index, Xplane.XStat.Builder builderForValue) XStats associated with this plane, e.g. device capabilities.final Xplane.XPlane.BuildersetUnknownFields(UnknownFieldSet unknownFields) Methods inherited from class GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface MessageLite.Builder
mergeFromMethods inherited from interface MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
-
internalGetMapField
- Overrides:
internalGetMapFieldin classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
internalGetMutableMapField
- Overrides:
internalGetMutableMapFieldin classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
clear
- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
getDescriptorForType
- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
clone
- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
setField
- Specified by:
setFieldin interfaceMessage.Builder- Overrides:
setFieldin classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
clearField
- Specified by:
clearFieldin interfaceMessage.Builder- Overrides:
clearFieldin classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
clearOneof
- Specified by:
clearOneofin interfaceMessage.Builder- Overrides:
clearOneofin classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
setRepeatedField
public Xplane.XPlane.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfaceMessage.Builder- Overrides:
setRepeatedFieldin classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
addRepeatedField
- Specified by:
addRepeatedFieldin interfaceMessage.Builder- Overrides:
addRepeatedFieldin classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<Xplane.XPlane.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
mergeFrom
public Xplane.XPlane.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<Xplane.XPlane.Builder>- Throws:
IOException
-
getId
public long getId()int64 id = 1;- Specified by:
getIdin interfaceXplane.XPlaneOrBuilder- Returns:
- The id.
-
setId
int64 id = 1;- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
-
getName
Name of this XPlane.
string name = 2;- Specified by:
getNamein interfaceXplane.XPlaneOrBuilder- Returns:
- The name.
-
getNameBytes
Name of this XPlane.
string name = 2;- Specified by:
getNameBytesin interfaceXplane.XPlaneOrBuilder- Returns:
- The bytes for name.
-
setName
Name of this XPlane.
string name = 2;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
Name of this XPlane.
string name = 2;- Returns:
- This builder for chaining.
-
setNameBytes
Name of this XPlane.
string name = 2;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getLinesList
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;- Specified by:
getLinesListin interfaceXplane.XPlaneOrBuilder
-
getLinesCount
public int getLinesCount()Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;- Specified by:
getLinesCountin interfaceXplane.XPlaneOrBuilder
-
getLines
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;- Specified by:
getLinesin interfaceXplane.XPlaneOrBuilder
-
setLines
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
setLines
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
addLines
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
addLines
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
addLines
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
addLines
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
addAllLines
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
clearLines
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
removeLines
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
getLinesBuilder
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
getLinesOrBuilder
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;- Specified by:
getLinesOrBuilderin interfaceXplane.XPlaneOrBuilder
-
getLinesOrBuilderList
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;- Specified by:
getLinesOrBuilderListin interfaceXplane.XPlaneOrBuilder
-
addLinesBuilder
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
addLinesBuilder
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
getLinesBuilderList
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3; -
getEventMetadataCount
public int getEventMetadataCount()Description copied from interface:Xplane.XPlaneOrBuilderXEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;- Specified by:
getEventMetadataCountin interfaceXplane.XPlaneOrBuilder
-
containsEventMetadata
public boolean containsEventMetadata(long key) XEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;- Specified by:
containsEventMetadatain interfaceXplane.XPlaneOrBuilder
-
getEventMetadata
Deprecated.UsegetEventMetadataMap()instead.- Specified by:
getEventMetadatain interfaceXplane.XPlaneOrBuilder
-
getEventMetadataMap
XEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;- Specified by:
getEventMetadataMapin interfaceXplane.XPlaneOrBuilder
-
getEventMetadataOrDefault
public Xplane.XEventMetadata getEventMetadataOrDefault(long key, Xplane.XEventMetadata defaultValue) XEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;- Specified by:
getEventMetadataOrDefaultin interfaceXplane.XPlaneOrBuilder
-
getEventMetadataOrThrow
XEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;- Specified by:
getEventMetadataOrThrowin interfaceXplane.XPlaneOrBuilder
-
clearEventMetadata
-
removeEventMetadata
XEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4; -
getMutableEventMetadata
Deprecated.Use alternate mutation accessors instead. -
putEventMetadata
XEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4; -
putAllEventMetadata
XEventMetadata map, each entry uses the XEventMetadata.id as key. This map should be used for events that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4; -
getStatMetadataCount
public int getStatMetadataCount()Description copied from interface:Xplane.XPlaneOrBuilderXStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;- Specified by:
getStatMetadataCountin interfaceXplane.XPlaneOrBuilder
-
containsStatMetadata
public boolean containsStatMetadata(long key) XStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;- Specified by:
containsStatMetadatain interfaceXplane.XPlaneOrBuilder
-
getStatMetadata
Deprecated.UsegetStatMetadataMap()instead.- Specified by:
getStatMetadatain interfaceXplane.XPlaneOrBuilder
-
getStatMetadataMap
XStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;- Specified by:
getStatMetadataMapin interfaceXplane.XPlaneOrBuilder
-
getStatMetadataOrDefault
XStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;- Specified by:
getStatMetadataOrDefaultin interfaceXplane.XPlaneOrBuilder
-
getStatMetadataOrThrow
XStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;- Specified by:
getStatMetadataOrThrowin interfaceXplane.XPlaneOrBuilder
-
clearStatMetadata
-
removeStatMetadata
XStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5; -
getMutableStatMetadata
Deprecated.Use alternate mutation accessors instead. -
putStatMetadata
XStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5; -
putAllStatMetadata
XStatMetadata map, each entry uses the XStatMetadata.id as key. This map should be used for stats that share the same ID over the whole XPlane.
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5; -
getStatsList
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6;- Specified by:
getStatsListin interfaceXplane.XPlaneOrBuilder
-
getStatsCount
public int getStatsCount()XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6;- Specified by:
getStatsCountin interfaceXplane.XPlaneOrBuilder
-
getStats
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6;- Specified by:
getStatsin interfaceXplane.XPlaneOrBuilder
-
setStats
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
setStats
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
addStats
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
addStats
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
addStats
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
addStats
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
addAllStats
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
clearStats
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
removeStats
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
getStatsBuilder
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
getStatsOrBuilder
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6;- Specified by:
getStatsOrBuilderin interfaceXplane.XPlaneOrBuilder
-
getStatsOrBuilderList
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6;- Specified by:
getStatsOrBuilderListin interfaceXplane.XPlaneOrBuilder
-
addStatsBuilder
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
addStatsBuilder
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
getStatsBuilderList
XStats associated with this plane, e.g. device capabilities. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 6; -
setUnknownFields
- Specified by:
setUnknownFieldsin interfaceMessage.Builder- Overrides:
setUnknownFieldsin classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-
mergeUnknownFields
- Specified by:
mergeUnknownFieldsin interfaceMessage.Builder- Overrides:
mergeUnknownFieldsin classGeneratedMessageV3.Builder<Xplane.XPlane.Builder>
-