public static final class Windmill.TagList extends com.google.protobuf.GeneratedMessage implements Windmill.TagListOrBuilder
windmill.TagList| Modifier and Type | Class and Description |
|---|---|
static class |
Windmill.TagList.Builder
Protobuf type
windmill.TagList |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
CONTINUATION_TOKEN_FIELD_NUMBER |
static int |
END_TIMESTAMP_FIELD_NUMBER |
static int |
FETCH_MAX_BYTES_FIELD_NUMBER |
static com.google.protobuf.Parser<Windmill.TagList> |
PARSER |
static int |
REQUEST_TOKEN_FIELD_NUMBER |
static int |
STATE_FAMILY_FIELD_NUMBER |
static int |
TAG_FIELD_NUMBER |
static int |
VALUES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getContinuationToken()
optional bytes continuation_token = 5; |
static Windmill.TagList |
getDefaultInstance() |
Windmill.TagList |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEndTimestamp()
optional int64 end_timestamp = 2 [default = -9223372036854775808]; |
long |
getFetchMaxBytes()
optional int64 fetch_max_bytes = 6 [default = 9223372036854775807]; |
com.google.protobuf.Parser<Windmill.TagList> |
getParserForType() |
com.google.protobuf.ByteString |
getRequestToken()
optional bytes request_token = 7; |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Windmill.TagList.Builder |
newBuilder() |
static Windmill.TagList.Builder |
newBuilder(Windmill.TagList prototype) |
Windmill.TagList.Builder |
newBuilderForType() |
protected Windmill.TagList.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Windmill.TagList |
parseDelimitedFrom(java.io.InputStream input) |
static Windmill.TagList |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Windmill.TagList |
parseFrom(byte[] data) |
static Windmill.TagList |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Windmill.TagList |
parseFrom(com.google.protobuf.ByteString data) |
static Windmill.TagList |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Windmill.TagList |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Windmill.TagList |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Windmill.TagList |
parseFrom(java.io.InputStream input) |
static Windmill.TagList |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Windmill.TagList.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Windmill.TagList> PARSER
public static final int TAG_FIELD_NUMBER
public static final int END_TIMESTAMP_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
public static final int STATE_FAMILY_FIELD_NUMBER
public static final int REQUEST_TOKEN_FIELD_NUMBER
public static final int CONTINUATION_TOKEN_FIELD_NUMBER
public static final int FETCH_MAX_BYTES_FIELD_NUMBER
public static Windmill.TagList getDefaultInstance()
public Windmill.TagList getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Windmill.TagList> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasTag()
required bytes tag = 1;hasTag in interface Windmill.TagListOrBuilderpublic com.google.protobuf.ByteString getTag()
required bytes tag = 1;getTag in interface Windmill.TagListOrBuilderpublic 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.
hasEndTimestamp in interface Windmill.TagListOrBuilderpublic 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.
getEndTimestamp in interface Windmill.TagListOrBuilderpublic java.util.List<Windmill.Value> getValuesList()
repeated .windmill.Value values = 3;getValuesList in interface Windmill.TagListOrBuilderpublic java.util.List<? extends Windmill.ValueOrBuilder> getValuesOrBuilderList()
repeated .windmill.Value values = 3;getValuesOrBuilderList in interface Windmill.TagListOrBuilderpublic int getValuesCount()
repeated .windmill.Value values = 3;getValuesCount in interface Windmill.TagListOrBuilderpublic Windmill.Value getValues(int index)
repeated .windmill.Value values = 3;getValues in interface Windmill.TagListOrBuilderpublic Windmill.ValueOrBuilder getValuesOrBuilder(int index)
repeated .windmill.Value values = 3;getValuesOrBuilder in interface Windmill.TagListOrBuilderpublic boolean hasStateFamily()
optional string state_family = 4;hasStateFamily in interface Windmill.TagListOrBuilderpublic java.lang.String getStateFamily()
optional string state_family = 4;getStateFamily in interface Windmill.TagListOrBuilderpublic com.google.protobuf.ByteString getStateFamilyBytes()
optional string state_family = 4;getStateFamilyBytes in interface Windmill.TagListOrBuilderpublic 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.
hasRequestToken in interface Windmill.TagListOrBuilderpublic 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.
getRequestToken in interface Windmill.TagListOrBuilderpublic 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.
hasContinuationToken in interface Windmill.TagListOrBuilderpublic 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.
getContinuationToken in interface Windmill.TagListOrBuilderpublic 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.
hasFetchMaxBytes in interface Windmill.TagListOrBuilderpublic 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.
getFetchMaxBytes in interface Windmill.TagListOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static Windmill.TagList parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Windmill.TagList parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Windmill.TagList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Windmill.TagList parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Windmill.TagList parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.TagList parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.TagList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.TagList parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.TagList parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.TagList parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.TagList.Builder newBuilder()
public Windmill.TagList.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Windmill.TagList.Builder newBuilder(Windmill.TagList prototype)
public Windmill.TagList.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Windmill.TagList.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage