public static final class Windmill.TagList.Builder extends com.google.protobuf.GeneratedMessage.Builder<Windmill.TagList.Builder> implements Windmill.TagListOrBuilder
windmill.TagList| Modifier and Type | Method and Description |
|---|---|
Windmill.TagList.Builder |
addAllValues(java.lang.Iterable<? extends Windmill.Value> values)
repeated .windmill.Value values = 3; |
Windmill.TagList.Builder |
addValues(int index,
Windmill.Value.Builder builderForValue)
repeated .windmill.Value values = 3; |
Windmill.TagList.Builder |
addValues(int index,
Windmill.Value value)
repeated .windmill.Value values = 3; |
Windmill.TagList.Builder |
addValues(Windmill.Value.Builder builderForValue)
repeated .windmill.Value values = 3; |
Windmill.TagList.Builder |
addValues(Windmill.Value value)
repeated .windmill.Value values = 3; |
Windmill.Value.Builder |
addValuesBuilder()
repeated .windmill.Value values = 3; |
Windmill.Value.Builder |
addValuesBuilder(int index)
repeated .windmill.Value values = 3; |
Windmill.TagList |
build() |
Windmill.TagList |
buildPartial() |
Windmill.TagList.Builder |
clear() |
Windmill.TagList.Builder |
clearContinuationToken()
optional bytes continuation_token = 5; |
Windmill.TagList.Builder |
clearEndTimestamp()
optional int64 end_timestamp = 2 [default = -9223372036854775808]; |
Windmill.TagList.Builder |
clearFetchMaxBytes()
optional int64 fetch_max_bytes = 6 [default = 9223372036854775807]; |
Windmill.TagList.Builder |
clearRequestToken()
optional bytes request_token = 7; |
Windmill.TagList.Builder |
clearStateFamily()
optional string state_family = 4; |
Windmill.TagList.Builder |
clearTag()
required bytes tag = 1; |
Windmill.TagList.Builder |
clearValues()
repeated .windmill.Value values = 3; |
Windmill.TagList.Builder |
clone() |
com.google.protobuf.ByteString |
getContinuationToken()
optional bytes continuation_token = 5; |
Windmill.TagList |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
Windmill.Value.Builder |
getValuesBuilder(int index)
repeated .windmill.Value values = 3; |
java.util.List<Windmill.Value.Builder> |
getValuesBuilderList()
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() |
Windmill.TagList.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Windmill.TagList.Builder |
mergeFrom(com.google.protobuf.Message other) |
Windmill.TagList.Builder |
mergeFrom(Windmill.TagList other) |
Windmill.TagList.Builder |
removeValues(int index)
repeated .windmill.Value values = 3; |
Windmill.TagList.Builder |
setContinuationToken(com.google.protobuf.ByteString value)
optional bytes continuation_token = 5; |
Windmill.TagList.Builder |
setEndTimestamp(long value)
optional int64 end_timestamp = 2 [default = -9223372036854775808]; |
Windmill.TagList.Builder |
setFetchMaxBytes(long value)
optional int64 fetch_max_bytes = 6 [default = 9223372036854775807]; |
Windmill.TagList.Builder |
setRequestToken(com.google.protobuf.ByteString value)
optional bytes request_token = 7; |
Windmill.TagList.Builder |
setStateFamily(java.lang.String value)
optional string state_family = 4; |
Windmill.TagList.Builder |
setStateFamilyBytes(com.google.protobuf.ByteString value)
optional string state_family = 4; |
Windmill.TagList.Builder |
setTag(com.google.protobuf.ByteString value)
required bytes tag = 1; |
Windmill.TagList.Builder |
setValues(int index,
Windmill.Value.Builder builderForValue)
repeated .windmill.Value values = 3; |
Windmill.TagList.Builder |
setValues(int index,
Windmill.Value value)
repeated .windmill.Value values = 3; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Windmill.TagList.Builder>public Windmill.TagList.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Windmill.TagList.Builder>public Windmill.TagList.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<Windmill.TagList.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Windmill.TagList.Builder>public Windmill.TagList getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Windmill.TagList build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Windmill.TagList buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Windmill.TagList.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Windmill.TagList.Builder>public Windmill.TagList.Builder mergeFrom(Windmill.TagList other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Windmill.TagList.Builder>public Windmill.TagList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Windmill.TagList.Builder>java.io.IOExceptionpublic 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 Windmill.TagList.Builder setTag(com.google.protobuf.ByteString value)
required bytes tag = 1;public Windmill.TagList.Builder clearTag()
required bytes tag = 1;public 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 Windmill.TagList.Builder setEndTimestamp(long value)
optional int64 end_timestamp = 2 [default = -9223372036854775808];
In request: All items till this timestamp (inclusive) are deleted before adding the new ones listed below.
public Windmill.TagList.Builder clearEndTimestamp()
optional int64 end_timestamp = 2 [default = -9223372036854775808];
In request: All items till this timestamp (inclusive) are deleted before adding the new ones listed below.
public java.util.List<Windmill.Value> getValuesList()
repeated .windmill.Value values = 3;getValuesList 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.TagList.Builder setValues(int index, Windmill.Value value)
repeated .windmill.Value values = 3;public Windmill.TagList.Builder setValues(int index, Windmill.Value.Builder builderForValue)
repeated .windmill.Value values = 3;public Windmill.TagList.Builder addValues(Windmill.Value value)
repeated .windmill.Value values = 3;public Windmill.TagList.Builder addValues(int index, Windmill.Value value)
repeated .windmill.Value values = 3;public Windmill.TagList.Builder addValues(Windmill.Value.Builder builderForValue)
repeated .windmill.Value values = 3;public Windmill.TagList.Builder addValues(int index, Windmill.Value.Builder builderForValue)
repeated .windmill.Value values = 3;public Windmill.TagList.Builder addAllValues(java.lang.Iterable<? extends Windmill.Value> values)
repeated .windmill.Value values = 3;public Windmill.TagList.Builder clearValues()
repeated .windmill.Value values = 3;public Windmill.TagList.Builder removeValues(int index)
repeated .windmill.Value values = 3;public Windmill.Value.Builder getValuesBuilder(int index)
repeated .windmill.Value values = 3;public Windmill.ValueOrBuilder getValuesOrBuilder(int index)
repeated .windmill.Value values = 3;getValuesOrBuilder in interface Windmill.TagListOrBuilderpublic java.util.List<? extends Windmill.ValueOrBuilder> getValuesOrBuilderList()
repeated .windmill.Value values = 3;getValuesOrBuilderList in interface Windmill.TagListOrBuilderpublic Windmill.Value.Builder addValuesBuilder()
repeated .windmill.Value values = 3;public Windmill.Value.Builder addValuesBuilder(int index)
repeated .windmill.Value values = 3;public java.util.List<Windmill.Value.Builder> getValuesBuilderList()
repeated .windmill.Value values = 3;public 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 Windmill.TagList.Builder setStateFamily(java.lang.String value)
optional string state_family = 4;public Windmill.TagList.Builder clearStateFamily()
optional string state_family = 4;public Windmill.TagList.Builder setStateFamilyBytes(com.google.protobuf.ByteString value)
optional string state_family = 4;public 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 Windmill.TagList.Builder setRequestToken(com.google.protobuf.ByteString value)
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.
public Windmill.TagList.Builder clearRequestToken()
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.
public 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 Windmill.TagList.Builder setContinuationToken(com.google.protobuf.ByteString value)
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.
public Windmill.TagList.Builder clearContinuationToken()
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.
public 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 Windmill.TagList.Builder setFetchMaxBytes(long value)
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.
public Windmill.TagList.Builder clearFetchMaxBytes()
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.