public static interface Windmill.GetWorkRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getClientId()
required fixed64 client_id = 1; |
long |
getMaxBytes()
optional int64 max_bytes = 3 [default = 9223372036854775807]; |
long |
getMaxItems()
optional int64 max_items = 2 [default = 4294967295]; |
boolean |
hasClientId()
required fixed64 client_id = 1; |
boolean |
hasMaxBytes()
optional int64 max_bytes = 3 [default = 9223372036854775807]; |
boolean |
hasMaxItems()
optional int64 max_items = 2 [default = 4294967295]; |
boolean hasClientId()
required fixed64 client_id = 1;long getClientId()
required fixed64 client_id = 1;boolean hasMaxItems()
optional int64 max_items = 2 [default = 4294967295];long getMaxItems()
optional int64 max_items = 2 [default = 4294967295];boolean hasMaxBytes()
optional int64 max_bytes = 3 [default = 9223372036854775807];long getMaxBytes()
optional int64 max_bytes = 3 [default = 9223372036854775807];