public static interface Windmill.ReportStatsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComputationId()
optional string computation_id = 1; |
com.google.protobuf.ByteString |
getComputationIdBytes()
optional string computation_id = 1; |
Windmill.Counter |
getCounterUpdates(int index)
repeated .windmill.Counter counter_updates = 5; |
int |
getCounterUpdatesCount()
repeated .windmill.Counter counter_updates = 5; |
java.util.List<Windmill.Counter> |
getCounterUpdatesList()
repeated .windmill.Counter counter_updates = 5; |
Windmill.CounterOrBuilder |
getCounterUpdatesOrBuilder(int index)
repeated .windmill.Counter counter_updates = 5; |
java.util.List<? extends Windmill.CounterOrBuilder> |
getCounterUpdatesOrBuilderList()
repeated .windmill.Counter counter_updates = 5; |
Windmill.Exception |
getExceptions(int index)
repeated .windmill.Exception exceptions = 4; |
int |
getExceptionsCount()
repeated .windmill.Exception exceptions = 4; |
java.util.List<Windmill.Exception> |
getExceptionsList()
repeated .windmill.Exception exceptions = 4; |
Windmill.ExceptionOrBuilder |
getExceptionsOrBuilder(int index)
repeated .windmill.Exception exceptions = 4; |
java.util.List<? extends Windmill.ExceptionOrBuilder> |
getExceptionsOrBuilderList()
repeated .windmill.Exception exceptions = 4; |
com.google.protobuf.ByteString |
getKey()
optional bytes key = 2; |
long |
getWorkToken()
optional fixed64 work_token = 3; |
boolean |
hasComputationId()
optional string computation_id = 1; |
boolean |
hasKey()
optional bytes key = 2; |
boolean |
hasWorkToken()
optional fixed64 work_token = 3; |
boolean hasComputationId()
optional string computation_id = 1;java.lang.String getComputationId()
optional string computation_id = 1;com.google.protobuf.ByteString getComputationIdBytes()
optional string computation_id = 1;boolean hasKey()
optional bytes key = 2;com.google.protobuf.ByteString getKey()
optional bytes key = 2;boolean hasWorkToken()
optional fixed64 work_token = 3;long getWorkToken()
optional fixed64 work_token = 3;java.util.List<Windmill.Exception> getExceptionsList()
repeated .windmill.Exception exceptions = 4;Windmill.Exception getExceptions(int index)
repeated .windmill.Exception exceptions = 4;int getExceptionsCount()
repeated .windmill.Exception exceptions = 4;java.util.List<? extends Windmill.ExceptionOrBuilder> getExceptionsOrBuilderList()
repeated .windmill.Exception exceptions = 4;Windmill.ExceptionOrBuilder getExceptionsOrBuilder(int index)
repeated .windmill.Exception exceptions = 4;java.util.List<Windmill.Counter> getCounterUpdatesList()
repeated .windmill.Counter counter_updates = 5;Windmill.Counter getCounterUpdates(int index)
repeated .windmill.Counter counter_updates = 5;int getCounterUpdatesCount()
repeated .windmill.Counter counter_updates = 5;java.util.List<? extends Windmill.CounterOrBuilder> getCounterUpdatesOrBuilderList()
repeated .windmill.Counter counter_updates = 5;Windmill.CounterOrBuilder getCounterUpdatesOrBuilder(int index)
repeated .windmill.Counter counter_updates = 5;