public static final class PerformanceDataProtos.PerformanceDataReading.Builder extends com.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder> implements PerformanceDataProtos.PerformanceDataReadingOrBuilder
PerformanceDataReading
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
public PerformanceDataProtos.PerformanceDataReading.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
public PerformanceDataProtos.PerformanceDataReading.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
public PerformanceDataProtos.PerformanceDataReading getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public PerformanceDataProtos.PerformanceDataReading build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public PerformanceDataProtos.PerformanceDataReading buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public PerformanceDataProtos.PerformanceDataReading.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
public PerformanceDataProtos.PerformanceDataReading.Builder mergeFrom(PerformanceDataProtos.PerformanceDataReading other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
public PerformanceDataProtos.PerformanceDataReading.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
IOException
public boolean hasPath()
required string path = 1;
hasPath
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public String getPath()
required string path = 1;
getPath
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public com.google.protobuf.ByteString getPathBytes()
required string path = 1;
getPathBytes
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public PerformanceDataProtos.PerformanceDataReading.Builder setPath(String value)
required string path = 1;
public PerformanceDataProtos.PerformanceDataReading.Builder clearPath()
required string path = 1;
public PerformanceDataProtos.PerformanceDataReading.Builder setPathBytes(com.google.protobuf.ByteString value)
required string path = 1;
public boolean hasOwner()
required string owner = 2;
hasOwner
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public String getOwner()
required string owner = 2;
getOwner
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
required string owner = 2;
getOwnerBytes
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public PerformanceDataProtos.PerformanceDataReading.Builder setOwner(String value)
required string owner = 2;
public PerformanceDataProtos.PerformanceDataReading.Builder clearOwner()
required string owner = 2;
public PerformanceDataProtos.PerformanceDataReading.Builder setOwnerBytes(com.google.protobuf.ByteString value)
required string owner = 2;
public boolean hasTimestamp()
required uint64 timestamp = 3;
hasTimestamp
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public long getTimestamp()
required uint64 timestamp = 3;
getTimestamp
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public PerformanceDataProtos.PerformanceDataReading.Builder setTimestamp(long value)
required uint64 timestamp = 3;
public PerformanceDataProtos.PerformanceDataReading.Builder clearTimestamp()
required uint64 timestamp = 3;
public List<Double> getDblValueList()
repeated double dblValue = 4;
getDblValueList
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public int getDblValueCount()
repeated double dblValue = 4;
getDblValueCount
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public double getDblValue(int index)
repeated double dblValue = 4;
getDblValue
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public PerformanceDataProtos.PerformanceDataReading.Builder setDblValue(int index, double value)
repeated double dblValue = 4;
public PerformanceDataProtos.PerformanceDataReading.Builder addDblValue(double value)
repeated double dblValue = 4;
public PerformanceDataProtos.PerformanceDataReading.Builder addAllDblValue(Iterable<? extends Double> values)
repeated double dblValue = 4;
public PerformanceDataProtos.PerformanceDataReading.Builder clearDblValue()
repeated double dblValue = 4;
public com.google.protobuf.ProtocolStringList getStrValueList()
repeated string strValue = 5;
getStrValueList
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public int getStrValueCount()
repeated string strValue = 5;
getStrValueCount
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public String getStrValue(int index)
repeated string strValue = 5;
getStrValue
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public com.google.protobuf.ByteString getStrValueBytes(int index)
repeated string strValue = 5;
getStrValueBytes
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public PerformanceDataProtos.PerformanceDataReading.Builder setStrValue(int index, String value)
repeated string strValue = 5;
public PerformanceDataProtos.PerformanceDataReading.Builder addStrValue(String value)
repeated string strValue = 5;
public PerformanceDataProtos.PerformanceDataReading.Builder addAllStrValue(Iterable<String> values)
repeated string strValue = 5;
public PerformanceDataProtos.PerformanceDataReading.Builder clearStrValue()
repeated string strValue = 5;
public PerformanceDataProtos.PerformanceDataReading.Builder addStrValueBytes(com.google.protobuf.ByteString value)
repeated string strValue = 5;
Copyright © 2021. All rights reserved.