public static interface Windmill.SourceStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getFinalizeIds(int index)
repeated fixed64 finalize_ids = 2; |
int |
getFinalizeIdsCount()
repeated fixed64 finalize_ids = 2; |
java.util.List<java.lang.Long> |
getFinalizeIdsList()
repeated fixed64 finalize_ids = 2; |
com.google.protobuf.ByteString |
getState()
optional bytes state = 1; |
boolean |
hasState()
optional bytes state = 1; |
boolean hasState()
optional bytes state = 1;com.google.protobuf.ByteString getState()
optional bytes state = 1;java.util.List<java.lang.Long> getFinalizeIdsList()
repeated fixed64 finalize_ids = 2;int getFinalizeIdsCount()
repeated fixed64 finalize_ids = 2;long getFinalizeIds(int index)
repeated fixed64 finalize_ids = 2;