Interface HistoryDataProto.HistorySetPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HistoryDataProto.HistorySetPB,HistoryDataProto.HistorySetPB.Builder
- Enclosing class:
- HistoryDataProto
public static interface HistoryDataProto.HistorySetPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 executionRate = 4;longint64 executionTime = 5;string providerName = 2;com.google.protobuf.ByteStringstring providerName = 2;string systemName = 1;com.google.protobuf.ByteStringstring systemName = 1;string tagGroupName = 3;com.google.protobuf.ByteStringstring tagGroupName = 3;getTagValues(int index) repeated .HistoricalTagValuePB tagValues = 6;intrepeated .HistoricalTagValuePB tagValues = 6;repeated .HistoricalTagValuePB tagValues = 6;getTagValuesOrBuilder(int index) repeated .HistoricalTagValuePB tagValues = 6;repeated .HistoricalTagValuePB tagValues = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSystemName
String getSystemName()string systemName = 1;- Returns:
- The systemName.
-
getSystemNameBytes
com.google.protobuf.ByteString getSystemNameBytes()string systemName = 1;- Returns:
- The bytes for systemName.
-
getProviderName
String getProviderName()string providerName = 2;- Returns:
- The providerName.
-
getProviderNameBytes
com.google.protobuf.ByteString getProviderNameBytes()string providerName = 2;- Returns:
- The bytes for providerName.
-
getTagGroupName
String getTagGroupName()string tagGroupName = 3;- Returns:
- The tagGroupName.
-
getTagGroupNameBytes
com.google.protobuf.ByteString getTagGroupNameBytes()string tagGroupName = 3;- Returns:
- The bytes for tagGroupName.
-
getExecutionRate
int getExecutionRate()int32 executionRate = 4;- Returns:
- The executionRate.
-
getExecutionTime
long getExecutionTime()int64 executionTime = 5;- Returns:
- The executionTime.
-
getTagValuesList
List<HistoryDataProto.HistoricalTagValuePB> getTagValuesList()repeated .HistoricalTagValuePB tagValues = 6; -
getTagValues
repeated .HistoricalTagValuePB tagValues = 6; -
getTagValuesCount
int getTagValuesCount()repeated .HistoricalTagValuePB tagValues = 6; -
getTagValuesOrBuilderList
List<? extends HistoryDataProto.HistoricalTagValuePBOrBuilder> getTagValuesOrBuilderList()repeated .HistoricalTagValuePB tagValues = 6; -
getTagValuesOrBuilder
repeated .HistoricalTagValuePB tagValues = 6;
-