public static interface Windmill.ComputationGetDataRequestOrBuilder
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.KeyedGetDataRequest |
getRequests(int index)
repeated .windmill.KeyedGetDataRequest requests = 2; |
int |
getRequestsCount()
repeated .windmill.KeyedGetDataRequest requests = 2; |
java.util.List<Windmill.KeyedGetDataRequest> |
getRequestsList()
repeated .windmill.KeyedGetDataRequest requests = 2; |
Windmill.KeyedGetDataRequestOrBuilder |
getRequestsOrBuilder(int index)
repeated .windmill.KeyedGetDataRequest requests = 2; |
java.util.List<? extends Windmill.KeyedGetDataRequestOrBuilder> |
getRequestsOrBuilderList()
repeated .windmill.KeyedGetDataRequest requests = 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.KeyedGetDataRequest> getRequestsList()
repeated .windmill.KeyedGetDataRequest requests = 2;Windmill.KeyedGetDataRequest getRequests(int index)
repeated .windmill.KeyedGetDataRequest requests = 2;int getRequestsCount()
repeated .windmill.KeyedGetDataRequest requests = 2;java.util.List<? extends Windmill.KeyedGetDataRequestOrBuilder> getRequestsOrBuilderList()
repeated .windmill.KeyedGetDataRequest requests = 2;Windmill.KeyedGetDataRequestOrBuilder getRequestsOrBuilder(int index)
repeated .windmill.KeyedGetDataRequest requests = 2;