public static interface Windmill.TagListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getContinuationToken()
optional bytes continuation_token = 5; |
long |
getEndTimestamp()
optional int64 end_timestamp = 2 [default = -9223372036854775808]; |
long |
getFetchMaxBytes()
optional int64 fetch_max_bytes = 6 [default = 9223372036854775807]; |
com.google.protobuf.ByteString |
getRequestToken()
optional bytes request_token = 7; |
java.lang.String |
getStateFamily()
optional string state_family = 4; |
com.google.protobuf.ByteString |
getStateFamilyBytes()
optional string state_family = 4; |
com.google.protobuf.ByteString |
getTag()
required bytes tag = 1; |
Windmill.Value |
getValues(int index)
repeated .windmill.Value values = 3; |
int |
getValuesCount()
repeated .windmill.Value values = 3; |
java.util.List<Windmill.Value> |
getValuesList()
repeated .windmill.Value values = 3; |
Windmill.ValueOrBuilder |
getValuesOrBuilder(int index)
repeated .windmill.Value values = 3; |
java.util.List<? extends Windmill.ValueOrBuilder> |
getValuesOrBuilderList()
repeated .windmill.Value values = 3; |
boolean |
hasContinuationToken()
optional bytes continuation_token = 5; |
boolean |
hasEndTimestamp()
optional int64 end_timestamp = 2 [default = -9223372036854775808]; |
boolean |
hasFetchMaxBytes()
optional int64 fetch_max_bytes = 6 [default = 9223372036854775807]; |
boolean |
hasRequestToken()
optional bytes request_token = 7; |
boolean |
hasStateFamily()
optional string state_family = 4; |
boolean |
hasTag()
required bytes tag = 1; |
boolean hasTag()
required bytes tag = 1;com.google.protobuf.ByteString getTag()
required bytes tag = 1;boolean hasEndTimestamp()
optional int64 end_timestamp = 2 [default = -9223372036854775808];
In request: All items till this timestamp (inclusive) are deleted before adding the new ones listed below.
long getEndTimestamp()
optional int64 end_timestamp = 2 [default = -9223372036854775808];
In request: All items till this timestamp (inclusive) are deleted before adding the new ones listed below.
java.util.List<Windmill.Value> getValuesList()
repeated .windmill.Value values = 3;Windmill.Value getValues(int index)
repeated .windmill.Value values = 3;int getValuesCount()
repeated .windmill.Value values = 3;java.util.List<? extends Windmill.ValueOrBuilder> getValuesOrBuilderList()
repeated .windmill.Value values = 3;Windmill.ValueOrBuilder getValuesOrBuilder(int index)
repeated .windmill.Value values = 3;boolean hasStateFamily()
optional string state_family = 4;java.lang.String getStateFamily()
optional string state_family = 4;com.google.protobuf.ByteString getStateFamilyBytes()
optional string state_family = 4;boolean hasRequestToken()
optional bytes request_token = 7;
In request: A previously returned continuation_token from an earlier request. Indicates we wish to fetch the next page of values. In response: Copied from request.
com.google.protobuf.ByteString getRequestToken()
optional bytes request_token = 7;
In request: A previously returned continuation_token from an earlier request. Indicates we wish to fetch the next page of values. In response: Copied from request.
boolean hasContinuationToken()
optional bytes continuation_token = 5;
In response only: Set when there are values after those returned above, but they were suppressed to respect the fetch_max_bytes limit. Subsequent requests should copy this to request_token to retrieve the next page of values.
com.google.protobuf.ByteString getContinuationToken()
optional bytes continuation_token = 5;
In response only: Set when there are values after those returned above, but they were suppressed to respect the fetch_max_bytes limit. Subsequent requests should copy this to request_token to retrieve the next page of values.
boolean hasFetchMaxBytes()
optional int64 fetch_max_bytes = 6 [default = 9223372036854775807];
For a TagList fetch request, attempt to limit the size of each fetched tag list to this byte limit.
long getFetchMaxBytes()
optional int64 fetch_max_bytes = 6 [default = 9223372036854775807];
For a TagList fetch request, attempt to limit the size of each fetched tag list to this byte limit.