public static final class IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest extends GeneratedMessage implements IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilder
FriendsOfFriendsProcessorRequest| Modifier and Type | Class and Description |
|---|---|
static class |
IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
Protobuf type
FriendsOfFriendsProcessorRequest |
GeneratedMessage.BuilderParent, GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder>, GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.FieldAccessorTable, GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type>| Modifier and Type | Field and Description |
|---|---|
static Parser<IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest> |
PARSER |
static int |
PERSON_FIELD_NUMBER |
static int |
RESULT_FIELD_NUMBER |
static int |
ROW_FIELD_NUMBER |
alwaysUseFieldBuildersgetAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasFieldtoByteArray, toByteString, writeDelimitedTo, writeTopublic static Parser<IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest> PARSER
public static final int PERSON_FIELD_NUMBER
public static final int ROW_FIELD_NUMBER
public static final int RESULT_FIELD_NUMBER
public static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest getDefaultInstance()
public IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessagepublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessagepublic Parser<IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessagepublic boolean hasPerson()
required bytes person = 1;hasPerson in interface IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilderpublic ByteString getPerson()
required bytes person = 1;getPerson in interface IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilderpublic boolean hasRow()
required bytes row = 2;hasRow in interface IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilderpublic ByteString getRow()
required bytes row = 2;getRow in interface IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilderpublic List<String> getResultList()
repeated string result = 3;getResultList in interface IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilderpublic int getResultCount()
repeated string result = 3;getResultCount in interface IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilderpublic String getResult(int index)
repeated string result = 3;getResult in interface IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilderpublic ByteString getResultBytes(int index)
repeated string result = 3;getResultBytes in interface IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessagepublic void writeTo(CodedOutputStream output) throws IOException
writeTo in interface MessageLitewriteTo in class AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder newBuilder()
public IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder newBuilder(IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest prototype)
public IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder newBuilderForType(GeneratedMessage.BuilderParent parent)
newBuilderForType in class GeneratedMessageCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.