public static interface PerformanceDataProtos.PerformanceDataReadingOrBuilder
extends com.google.protobuf.MessageOrBuilder
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; |
String |
getOwner()
required string owner = 2; |
com.google.protobuf.ByteString |
getOwnerBytes()
required string owner = 2; |
String |
getPath()
required string path = 1; |
com.google.protobuf.ByteString |
getPathBytes()
required string path = 1; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPath()
required string path = 1;
String getPath()
required string path = 1;
com.google.protobuf.ByteString getPathBytes()
required string path = 1;
boolean hasOwner()
required string owner = 2;
String getOwner()
required string owner = 2;
com.google.protobuf.ByteString getOwnerBytes()
required string owner = 2;
boolean hasTimestamp()
required uint64 timestamp = 3;
long getTimestamp()
required uint64 timestamp = 3;
int getDblValueCount()
repeated double dblValue = 4;
double getDblValue(int index)
repeated double dblValue = 4;
com.google.protobuf.ProtocolStringList getStrValueList()
repeated string strValue = 5;
int getStrValueCount()
repeated string strValue = 5;
String getStrValue(int index)
repeated string strValue = 5;
com.google.protobuf.ByteString getStrValueBytes(int index)
repeated string strValue = 5;
Copyright © 2021. All rights reserved.