public static interface Windmill.ComputationGetDataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComputationId()
required string computation_id = 1; |
com.google.protobuf.ByteString |
getComputationIdBytes()
required string computation_id = 1; |
Windmill.KeyedGetDataResponse |
getData(int index)
repeated .windmill.KeyedGetDataResponse data = 2; |
int |
getDataCount()
repeated .windmill.KeyedGetDataResponse data = 2; |
java.util.List<Windmill.KeyedGetDataResponse> |
getDataList()
repeated .windmill.KeyedGetDataResponse data = 2; |
Windmill.KeyedGetDataResponseOrBuilder |
getDataOrBuilder(int index)
repeated .windmill.KeyedGetDataResponse data = 2; |
java.util.List<? extends Windmill.KeyedGetDataResponseOrBuilder> |
getDataOrBuilderList()
repeated .windmill.KeyedGetDataResponse data = 2; |
boolean |
hasComputationId()
required string computation_id = 1; |
boolean hasComputationId()
required string computation_id = 1;java.lang.String getComputationId()
required string computation_id = 1;com.google.protobuf.ByteString getComputationIdBytes()
required string computation_id = 1;java.util.List<Windmill.KeyedGetDataResponse> getDataList()
repeated .windmill.KeyedGetDataResponse data = 2;Windmill.KeyedGetDataResponse getData(int index)
repeated .windmill.KeyedGetDataResponse data = 2;int getDataCount()
repeated .windmill.KeyedGetDataResponse data = 2;java.util.List<? extends Windmill.KeyedGetDataResponseOrBuilder> getDataOrBuilderList()
repeated .windmill.KeyedGetDataResponse data = 2;Windmill.KeyedGetDataResponseOrBuilder getDataOrBuilder(int index)
repeated .windmill.KeyedGetDataResponse data = 2;