public static final class Windmill.KeyedGetDataRequest extends com.google.protobuf.GeneratedMessage implements Windmill.KeyedGetDataRequestOrBuilder
windmill.KeyedGetDataRequest| Modifier and Type | Class and Description |
|---|---|
static class |
Windmill.KeyedGetDataRequest.Builder
Protobuf type
windmill.KeyedGetDataRequest |
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 |
KEY_FIELD_NUMBER |
static int |
LISTS_TO_FETCH_FIELD_NUMBER |
static com.google.protobuf.Parser<Windmill.KeyedGetDataRequest> |
PARSER |
static int |
VALUES_TO_FETCH_FIELD_NUMBER |
static int |
WATERMARK_HOLDS_TO_FETCH_FIELD_NUMBER |
static int |
WORK_TOKEN_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static Windmill.KeyedGetDataRequest |
getDefaultInstance() |
Windmill.KeyedGetDataRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getKey()
required bytes key = 1; |
Windmill.TagList |
getListsToFetch(int index)
repeated .windmill.TagList lists_to_fetch = 4; |
int |
getListsToFetchCount()
repeated .windmill.TagList lists_to_fetch = 4; |
java.util.List<Windmill.TagList> |
getListsToFetchList()
repeated .windmill.TagList lists_to_fetch = 4; |
Windmill.TagListOrBuilder |
getListsToFetchOrBuilder(int index)
repeated .windmill.TagList lists_to_fetch = 4; |
java.util.List<? extends Windmill.TagListOrBuilder> |
getListsToFetchOrBuilderList()
repeated .windmill.TagList lists_to_fetch = 4; |
com.google.protobuf.Parser<Windmill.KeyedGetDataRequest> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Windmill.TagValue |
getValuesToFetch(int index)
repeated .windmill.TagValue values_to_fetch = 3; |
int |
getValuesToFetchCount()
repeated .windmill.TagValue values_to_fetch = 3; |
java.util.List<Windmill.TagValue> |
getValuesToFetchList()
repeated .windmill.TagValue values_to_fetch = 3; |
Windmill.TagValueOrBuilder |
getValuesToFetchOrBuilder(int index)
repeated .windmill.TagValue values_to_fetch = 3; |
java.util.List<? extends Windmill.TagValueOrBuilder> |
getValuesToFetchOrBuilderList()
repeated .windmill.TagValue values_to_fetch = 3; |
Windmill.WatermarkHold |
getWatermarkHoldsToFetch(int index)
repeated .windmill.WatermarkHold watermark_holds_to_fetch = 5; |
int |
getWatermarkHoldsToFetchCount()
repeated .windmill.WatermarkHold watermark_holds_to_fetch = 5; |
java.util.List<Windmill.WatermarkHold> |
getWatermarkHoldsToFetchList()
repeated .windmill.WatermarkHold watermark_holds_to_fetch = 5; |
Windmill.WatermarkHoldOrBuilder |
getWatermarkHoldsToFetchOrBuilder(int index)
repeated .windmill.WatermarkHold watermark_holds_to_fetch = 5; |
java.util.List<? extends Windmill.WatermarkHoldOrBuilder> |
getWatermarkHoldsToFetchOrBuilderList()
repeated .windmill.WatermarkHold watermark_holds_to_fetch = 5; |
long |
getWorkToken()
required fixed64 work_token = 2; |
boolean |
hasKey()
required bytes key = 1; |
boolean |
hasWorkToken()
required fixed64 work_token = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Windmill.KeyedGetDataRequest.Builder |
newBuilder() |
static Windmill.KeyedGetDataRequest.Builder |
newBuilder(Windmill.KeyedGetDataRequest prototype) |
Windmill.KeyedGetDataRequest.Builder |
newBuilderForType() |
protected Windmill.KeyedGetDataRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Windmill.KeyedGetDataRequest |
parseDelimitedFrom(java.io.InputStream input) |
static Windmill.KeyedGetDataRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Windmill.KeyedGetDataRequest |
parseFrom(byte[] data) |
static Windmill.KeyedGetDataRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Windmill.KeyedGetDataRequest |
parseFrom(com.google.protobuf.ByteString data) |
static Windmill.KeyedGetDataRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Windmill.KeyedGetDataRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Windmill.KeyedGetDataRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Windmill.KeyedGetDataRequest |
parseFrom(java.io.InputStream input) |
static Windmill.KeyedGetDataRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Windmill.KeyedGetDataRequest.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.KeyedGetDataRequest> PARSER
public static final int KEY_FIELD_NUMBER
public static final int WORK_TOKEN_FIELD_NUMBER
public static final int VALUES_TO_FETCH_FIELD_NUMBER
public static final int LISTS_TO_FETCH_FIELD_NUMBER
public static final int WATERMARK_HOLDS_TO_FETCH_FIELD_NUMBER
public static Windmill.KeyedGetDataRequest getDefaultInstance()
public Windmill.KeyedGetDataRequest 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.KeyedGetDataRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasKey()
required bytes key = 1;hasKey in interface Windmill.KeyedGetDataRequestOrBuilderpublic com.google.protobuf.ByteString getKey()
required bytes key = 1;getKey in interface Windmill.KeyedGetDataRequestOrBuilderpublic boolean hasWorkToken()
required fixed64 work_token = 2;hasWorkToken in interface Windmill.KeyedGetDataRequestOrBuilderpublic long getWorkToken()
required fixed64 work_token = 2;getWorkToken in interface Windmill.KeyedGetDataRequestOrBuilderpublic java.util.List<Windmill.TagValue> getValuesToFetchList()
repeated .windmill.TagValue values_to_fetch = 3;getValuesToFetchList in interface Windmill.KeyedGetDataRequestOrBuilderpublic java.util.List<? extends Windmill.TagValueOrBuilder> getValuesToFetchOrBuilderList()
repeated .windmill.TagValue values_to_fetch = 3;getValuesToFetchOrBuilderList in interface Windmill.KeyedGetDataRequestOrBuilderpublic int getValuesToFetchCount()
repeated .windmill.TagValue values_to_fetch = 3;getValuesToFetchCount in interface Windmill.KeyedGetDataRequestOrBuilderpublic Windmill.TagValue getValuesToFetch(int index)
repeated .windmill.TagValue values_to_fetch = 3;getValuesToFetch in interface Windmill.KeyedGetDataRequestOrBuilderpublic Windmill.TagValueOrBuilder getValuesToFetchOrBuilder(int index)
repeated .windmill.TagValue values_to_fetch = 3;getValuesToFetchOrBuilder in interface Windmill.KeyedGetDataRequestOrBuilderpublic java.util.List<Windmill.TagList> getListsToFetchList()
repeated .windmill.TagList lists_to_fetch = 4;getListsToFetchList in interface Windmill.KeyedGetDataRequestOrBuilderpublic java.util.List<? extends Windmill.TagListOrBuilder> getListsToFetchOrBuilderList()
repeated .windmill.TagList lists_to_fetch = 4;getListsToFetchOrBuilderList in interface Windmill.KeyedGetDataRequestOrBuilderpublic int getListsToFetchCount()
repeated .windmill.TagList lists_to_fetch = 4;getListsToFetchCount in interface Windmill.KeyedGetDataRequestOrBuilderpublic Windmill.TagList getListsToFetch(int index)
repeated .windmill.TagList lists_to_fetch = 4;getListsToFetch in interface Windmill.KeyedGetDataRequestOrBuilderpublic Windmill.TagListOrBuilder getListsToFetchOrBuilder(int index)
repeated .windmill.TagList lists_to_fetch = 4;getListsToFetchOrBuilder in interface Windmill.KeyedGetDataRequestOrBuilderpublic java.util.List<Windmill.WatermarkHold> getWatermarkHoldsToFetchList()
repeated .windmill.WatermarkHold watermark_holds_to_fetch = 5;getWatermarkHoldsToFetchList in interface Windmill.KeyedGetDataRequestOrBuilderpublic java.util.List<? extends Windmill.WatermarkHoldOrBuilder> getWatermarkHoldsToFetchOrBuilderList()
repeated .windmill.WatermarkHold watermark_holds_to_fetch = 5;getWatermarkHoldsToFetchOrBuilderList in interface Windmill.KeyedGetDataRequestOrBuilderpublic int getWatermarkHoldsToFetchCount()
repeated .windmill.WatermarkHold watermark_holds_to_fetch = 5;getWatermarkHoldsToFetchCount in interface Windmill.KeyedGetDataRequestOrBuilderpublic Windmill.WatermarkHold getWatermarkHoldsToFetch(int index)
repeated .windmill.WatermarkHold watermark_holds_to_fetch = 5;getWatermarkHoldsToFetch in interface Windmill.KeyedGetDataRequestOrBuilderpublic Windmill.WatermarkHoldOrBuilder getWatermarkHoldsToFetchOrBuilder(int index)
repeated .windmill.WatermarkHold watermark_holds_to_fetch = 5;getWatermarkHoldsToFetchOrBuilder in interface Windmill.KeyedGetDataRequestOrBuilderpublic 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.KeyedGetDataRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Windmill.KeyedGetDataRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Windmill.KeyedGetDataRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Windmill.KeyedGetDataRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Windmill.KeyedGetDataRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.KeyedGetDataRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.KeyedGetDataRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.KeyedGetDataRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.KeyedGetDataRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.KeyedGetDataRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.KeyedGetDataRequest.Builder newBuilder()
public Windmill.KeyedGetDataRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Windmill.KeyedGetDataRequest.Builder newBuilder(Windmill.KeyedGetDataRequest prototype)
public Windmill.KeyedGetDataRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Windmill.KeyedGetDataRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage