public static final class PerformanceDataProtos.PerformanceDataReading extends com.google.protobuf.GeneratedMessage implements PerformanceDataProtos.PerformanceDataReadingOrBuilder
PerformanceDataReading
Modifier and Type | Class and Description |
---|---|
static class |
PerformanceDataProtos.PerformanceDataReading.Builder
Protobuf type
PerformanceDataReading |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
DBLVALUE_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static com.google.protobuf.Parser<PerformanceDataProtos.PerformanceDataReading> |
PARSER |
static int |
PATH_FIELD_NUMBER |
static int |
STRVALUE_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
double |
getDblValue(int index)
repeated double dblValue = 4; |
int |
getDblValueCount()
repeated double dblValue = 4; |
List<Double> |
getDblValueList()
repeated double dblValue = 4; |
static PerformanceDataProtos.PerformanceDataReading |
getDefaultInstance() |
PerformanceDataProtos.PerformanceDataReading |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getOwner()
required string owner = 2; |
com.google.protobuf.ByteString |
getOwnerBytes()
required string owner = 2; |
com.google.protobuf.Parser<PerformanceDataProtos.PerformanceDataReading> |
getParserForType() |
String |
getPath()
required string path = 1; |
com.google.protobuf.ByteString |
getPathBytes()
required string path = 1; |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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() |
static PerformanceDataProtos.PerformanceDataReading.Builder |
newBuilder() |
static PerformanceDataProtos.PerformanceDataReading.Builder |
newBuilder(PerformanceDataProtos.PerformanceDataReading prototype) |
PerformanceDataProtos.PerformanceDataReading.Builder |
newBuilderForType() |
protected PerformanceDataProtos.PerformanceDataReading.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PerformanceDataProtos.PerformanceDataReading |
parseDelimitedFrom(InputStream input) |
static PerformanceDataProtos.PerformanceDataReading |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PerformanceDataProtos.PerformanceDataReading |
parseFrom(byte[] data) |
static PerformanceDataProtos.PerformanceDataReading |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PerformanceDataProtos.PerformanceDataReading |
parseFrom(com.google.protobuf.ByteString data) |
static PerformanceDataProtos.PerformanceDataReading |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PerformanceDataProtos.PerformanceDataReading |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PerformanceDataProtos.PerformanceDataReading |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PerformanceDataProtos.PerformanceDataReading |
parseFrom(InputStream input) |
static PerformanceDataProtos.PerformanceDataReading |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PerformanceDataProtos.PerformanceDataReading.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTag
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<PerformanceDataProtos.PerformanceDataReading> PARSER
public static final int PATH_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int DBLVALUE_FIELD_NUMBER
public static final int STRVALUE_FIELD_NUMBER
public static PerformanceDataProtos.PerformanceDataReading getDefaultInstance()
public PerformanceDataProtos.PerformanceDataReading getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<PerformanceDataProtos.PerformanceDataReading> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
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 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 boolean hasTimestamp()
required uint64 timestamp = 3;
hasTimestamp
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
public long getTimestamp()
required uint64 timestamp = 3;
getTimestamp
in interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
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 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 final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static PerformanceDataProtos.PerformanceDataReading parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PerformanceDataProtos.PerformanceDataReading parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PerformanceDataProtos.PerformanceDataReading parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PerformanceDataProtos.PerformanceDataReading parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static PerformanceDataProtos.PerformanceDataReading parseFrom(InputStream input) throws IOException
IOException
public static PerformanceDataProtos.PerformanceDataReading parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PerformanceDataProtos.PerformanceDataReading parseDelimitedFrom(InputStream input) throws IOException
IOException
public static PerformanceDataProtos.PerformanceDataReading parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PerformanceDataProtos.PerformanceDataReading parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static PerformanceDataProtos.PerformanceDataReading parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static PerformanceDataProtos.PerformanceDataReading.Builder newBuilder()
public PerformanceDataProtos.PerformanceDataReading.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static PerformanceDataProtos.PerformanceDataReading.Builder newBuilder(PerformanceDataProtos.PerformanceDataReading prototype)
public PerformanceDataProtos.PerformanceDataReading.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected PerformanceDataProtos.PerformanceDataReading.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2021. All rights reserved.