public static interface Windmill.KeyedGetDataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFailed()
optional bool failed = 2; |
com.google.protobuf.ByteString |
getKey()
required bytes key = 1; |
Windmill.TagList |
getLists(int index)
repeated .windmill.TagList lists = 4; |
int |
getListsCount()
repeated .windmill.TagList lists = 4; |
java.util.List<Windmill.TagList> |
getListsList()
repeated .windmill.TagList lists = 4; |
Windmill.TagListOrBuilder |
getListsOrBuilder(int index)
repeated .windmill.TagList lists = 4; |
java.util.List<? extends Windmill.TagListOrBuilder> |
getListsOrBuilderList()
repeated .windmill.TagList lists = 4; |
Windmill.TagValue |
getValues(int index)
repeated .windmill.TagValue values = 3; |
int |
getValuesCount()
repeated .windmill.TagValue values = 3; |
java.util.List<Windmill.TagValue> |
getValuesList()
repeated .windmill.TagValue values = 3; |
Windmill.TagValueOrBuilder |
getValuesOrBuilder(int index)
repeated .windmill.TagValue values = 3; |
java.util.List<? extends Windmill.TagValueOrBuilder> |
getValuesOrBuilderList()
repeated .windmill.TagValue values = 3; |
Windmill.WatermarkHold |
getWatermarkHolds(int index)
repeated .windmill.WatermarkHold watermark_holds = 5; |
int |
getWatermarkHoldsCount()
repeated .windmill.WatermarkHold watermark_holds = 5; |
java.util.List<Windmill.WatermarkHold> |
getWatermarkHoldsList()
repeated .windmill.WatermarkHold watermark_holds = 5; |
Windmill.WatermarkHoldOrBuilder |
getWatermarkHoldsOrBuilder(int index)
repeated .windmill.WatermarkHold watermark_holds = 5; |
java.util.List<? extends Windmill.WatermarkHoldOrBuilder> |
getWatermarkHoldsOrBuilderList()
repeated .windmill.WatermarkHold watermark_holds = 5; |
boolean |
hasFailed()
optional bool failed = 2; |
boolean |
hasKey()
required bytes key = 1; |
boolean hasKey()
required bytes key = 1;com.google.protobuf.ByteString getKey()
required bytes key = 1;boolean hasFailed()
optional bool failed = 2;
The response for this key is not populated due to the fetch failing.
boolean getFailed()
optional bool failed = 2;
The response for this key is not populated due to the fetch failing.
java.util.List<Windmill.TagValue> getValuesList()
repeated .windmill.TagValue values = 3;Windmill.TagValue getValues(int index)
repeated .windmill.TagValue values = 3;int getValuesCount()
repeated .windmill.TagValue values = 3;java.util.List<? extends Windmill.TagValueOrBuilder> getValuesOrBuilderList()
repeated .windmill.TagValue values = 3;Windmill.TagValueOrBuilder getValuesOrBuilder(int index)
repeated .windmill.TagValue values = 3;java.util.List<Windmill.TagList> getListsList()
repeated .windmill.TagList lists = 4;Windmill.TagList getLists(int index)
repeated .windmill.TagList lists = 4;int getListsCount()
repeated .windmill.TagList lists = 4;java.util.List<? extends Windmill.TagListOrBuilder> getListsOrBuilderList()
repeated .windmill.TagList lists = 4;Windmill.TagListOrBuilder getListsOrBuilder(int index)
repeated .windmill.TagList lists = 4;java.util.List<Windmill.WatermarkHold> getWatermarkHoldsList()
repeated .windmill.WatermarkHold watermark_holds = 5;Windmill.WatermarkHold getWatermarkHolds(int index)
repeated .windmill.WatermarkHold watermark_holds = 5;int getWatermarkHoldsCount()
repeated .windmill.WatermarkHold watermark_holds = 5;java.util.List<? extends Windmill.WatermarkHoldOrBuilder> getWatermarkHoldsOrBuilderList()
repeated .windmill.WatermarkHold watermark_holds = 5;Windmill.WatermarkHoldOrBuilder getWatermarkHoldsOrBuilder(int index)
repeated .windmill.WatermarkHold watermark_holds = 5;