Package org.opennms.netmgt.rrd.tcp
Class PerformanceDataProtos.PerformanceDataReading.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
-
- org.opennms.netmgt.rrd.tcp.PerformanceDataProtos.PerformanceDataReading.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.lang.Cloneable
,PerformanceDataProtos.PerformanceDataReadingOrBuilder
- Enclosing class:
- PerformanceDataProtos.PerformanceDataReading
public static final class PerformanceDataProtos.PerformanceDataReading.Builder extends com.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder> implements PerformanceDataProtos.PerformanceDataReadingOrBuilder
Protobuf typePerformanceDataReading
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PerformanceDataProtos.PerformanceDataReading.Builder
addAllDblValue(java.lang.Iterable<? extends java.lang.Double> values)
repeated double dblValue = 4;
PerformanceDataProtos.PerformanceDataReading.Builder
addAllStrValue(java.lang.Iterable<java.lang.String> values)
repeated string strValue = 5;
PerformanceDataProtos.PerformanceDataReading.Builder
addDblValue(double value)
repeated double dblValue = 4;
PerformanceDataProtos.PerformanceDataReading.Builder
addStrValue(java.lang.String value)
repeated string strValue = 5;
PerformanceDataProtos.PerformanceDataReading.Builder
addStrValueBytes(com.google.protobuf.ByteString value)
repeated string strValue = 5;
PerformanceDataProtos.PerformanceDataReading
build()
PerformanceDataProtos.PerformanceDataReading
buildPartial()
PerformanceDataProtos.PerformanceDataReading.Builder
clear()
PerformanceDataProtos.PerformanceDataReading.Builder
clearDblValue()
repeated double dblValue = 4;
PerformanceDataProtos.PerformanceDataReading.Builder
clearOwner()
required string owner = 2;
PerformanceDataProtos.PerformanceDataReading.Builder
clearPath()
required string path = 1;
PerformanceDataProtos.PerformanceDataReading.Builder
clearStrValue()
repeated string strValue = 5;
PerformanceDataProtos.PerformanceDataReading.Builder
clearTimestamp()
required uint64 timestamp = 3;
PerformanceDataProtos.PerformanceDataReading.Builder
clone()
double
getDblValue(int index)
repeated double dblValue = 4;
int
getDblValueCount()
repeated double dblValue = 4;
java.util.List<java.lang.Double>
getDblValueList()
repeated double dblValue = 4;
PerformanceDataProtos.PerformanceDataReading
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
java.lang.String
getOwner()
required string owner = 2;
com.google.protobuf.ByteString
getOwnerBytes()
required string owner = 2;
java.lang.String
getPath()
required string path = 1;
com.google.protobuf.ByteString
getPathBytes()
required string path = 1;
java.lang.String
getStrValue(int index)
repeated string strValue = 5;
com.google.protobuf.ByteString
getStrValueBytes(int index)
repeated string strValue = 5;
int
getStrValueCount()
repeated string strValue = 5;
com.google.protobuf.ProtocolStringList
getStrValueList()
repeated string strValue = 5;
long
getTimestamp()
required uint64 timestamp = 3;
boolean
hasOwner()
required string owner = 2;
boolean
hasPath()
required string path = 1;
boolean
hasTimestamp()
required uint64 timestamp = 3;
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
PerformanceDataProtos.PerformanceDataReading.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PerformanceDataProtos.PerformanceDataReading.Builder
mergeFrom(com.google.protobuf.Message other)
PerformanceDataProtos.PerformanceDataReading.Builder
mergeFrom(PerformanceDataProtos.PerformanceDataReading other)
PerformanceDataProtos.PerformanceDataReading.Builder
setDblValue(int index, double value)
repeated double dblValue = 4;
PerformanceDataProtos.PerformanceDataReading.Builder
setOwner(java.lang.String value)
required string owner = 2;
PerformanceDataProtos.PerformanceDataReading.Builder
setOwnerBytes(com.google.protobuf.ByteString value)
required string owner = 2;
PerformanceDataProtos.PerformanceDataReading.Builder
setPath(java.lang.String value)
required string path = 1;
PerformanceDataProtos.PerformanceDataReading.Builder
setPathBytes(com.google.protobuf.ByteString value)
required string path = 1;
PerformanceDataProtos.PerformanceDataReading.Builder
setStrValue(int index, java.lang.String value)
repeated string strValue = 5;
PerformanceDataProtos.PerformanceDataReading.Builder
setTimestamp(long value)
required uint64 timestamp = 3;
-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
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
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
-
clear
public PerformanceDataProtos.PerformanceDataReading.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
-
clone
public PerformanceDataProtos.PerformanceDataReading.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
-
getDefaultInstanceForType
public PerformanceDataProtos.PerformanceDataReading getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PerformanceDataProtos.PerformanceDataReading build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PerformanceDataProtos.PerformanceDataReading buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public PerformanceDataProtos.PerformanceDataReading.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
-
mergeFrom
public PerformanceDataProtos.PerformanceDataReading.Builder mergeFrom(PerformanceDataProtos.PerformanceDataReading other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
-
mergeFrom
public PerformanceDataProtos.PerformanceDataReading.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PerformanceDataProtos.PerformanceDataReading.Builder>
- Throws:
java.io.IOException
-
hasPath
public boolean hasPath()
required string path = 1;
- Specified by:
hasPath
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
getPath
public java.lang.String getPath()
required string path = 1;
- Specified by:
getPath
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
getPathBytes
public com.google.protobuf.ByteString getPathBytes()
required string path = 1;
- Specified by:
getPathBytes
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
setPath
public PerformanceDataProtos.PerformanceDataReading.Builder setPath(java.lang.String value)
required string path = 1;
-
clearPath
public PerformanceDataProtos.PerformanceDataReading.Builder clearPath()
required string path = 1;
-
setPathBytes
public PerformanceDataProtos.PerformanceDataReading.Builder setPathBytes(com.google.protobuf.ByteString value)
required string path = 1;
-
hasOwner
public boolean hasOwner()
required string owner = 2;
- Specified by:
hasOwner
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
getOwner
public java.lang.String getOwner()
required string owner = 2;
- Specified by:
getOwner
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
getOwnerBytes
public com.google.protobuf.ByteString getOwnerBytes()
required string owner = 2;
- Specified by:
getOwnerBytes
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
setOwner
public PerformanceDataProtos.PerformanceDataReading.Builder setOwner(java.lang.String value)
required string owner = 2;
-
clearOwner
public PerformanceDataProtos.PerformanceDataReading.Builder clearOwner()
required string owner = 2;
-
setOwnerBytes
public PerformanceDataProtos.PerformanceDataReading.Builder setOwnerBytes(com.google.protobuf.ByteString value)
required string owner = 2;
-
hasTimestamp
public boolean hasTimestamp()
required uint64 timestamp = 3;
- Specified by:
hasTimestamp
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
getTimestamp
public long getTimestamp()
required uint64 timestamp = 3;
- Specified by:
getTimestamp
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
setTimestamp
public PerformanceDataProtos.PerformanceDataReading.Builder setTimestamp(long value)
required uint64 timestamp = 3;
-
clearTimestamp
public PerformanceDataProtos.PerformanceDataReading.Builder clearTimestamp()
required uint64 timestamp = 3;
-
getDblValueList
public java.util.List<java.lang.Double> getDblValueList()
repeated double dblValue = 4;
- Specified by:
getDblValueList
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
getDblValueCount
public int getDblValueCount()
repeated double dblValue = 4;
- Specified by:
getDblValueCount
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
getDblValue
public double getDblValue(int index)
repeated double dblValue = 4;
- Specified by:
getDblValue
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
setDblValue
public PerformanceDataProtos.PerformanceDataReading.Builder setDblValue(int index, double value)
repeated double dblValue = 4;
-
addDblValue
public PerformanceDataProtos.PerformanceDataReading.Builder addDblValue(double value)
repeated double dblValue = 4;
-
addAllDblValue
public PerformanceDataProtos.PerformanceDataReading.Builder addAllDblValue(java.lang.Iterable<? extends java.lang.Double> values)
repeated double dblValue = 4;
-
clearDblValue
public PerformanceDataProtos.PerformanceDataReading.Builder clearDblValue()
repeated double dblValue = 4;
-
getStrValueList
public com.google.protobuf.ProtocolStringList getStrValueList()
repeated string strValue = 5;
- Specified by:
getStrValueList
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
getStrValueCount
public int getStrValueCount()
repeated string strValue = 5;
- Specified by:
getStrValueCount
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
getStrValue
public java.lang.String getStrValue(int index)
repeated string strValue = 5;
- Specified by:
getStrValue
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
getStrValueBytes
public com.google.protobuf.ByteString getStrValueBytes(int index)
repeated string strValue = 5;
- Specified by:
getStrValueBytes
in interfacePerformanceDataProtos.PerformanceDataReadingOrBuilder
-
setStrValue
public PerformanceDataProtos.PerformanceDataReading.Builder setStrValue(int index, java.lang.String value)
repeated string strValue = 5;
-
addStrValue
public PerformanceDataProtos.PerformanceDataReading.Builder addStrValue(java.lang.String value)
repeated string strValue = 5;
-
addAllStrValue
public PerformanceDataProtos.PerformanceDataReading.Builder addAllStrValue(java.lang.Iterable<java.lang.String> values)
repeated string strValue = 5;
-
clearStrValue
public PerformanceDataProtos.PerformanceDataReading.Builder clearStrValue()
repeated string strValue = 5;
-
addStrValueBytes
public PerformanceDataProtos.PerformanceDataReading.Builder addStrValueBytes(com.google.protobuf.ByteString value)
repeated string strValue = 5;
-
-