public static final class JrzProtos.List extends com.google.protobuf.GeneratedMessage implements JrzProtos.ListOrBuilder
List| Modifier and Type | Class and Description |
|---|---|
static class |
JrzProtos.List.Builder
Protobuf type
List |
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 |
OBJECTS_FIELD_NUMBER |
static com.google.protobuf.Parser<JrzProtos.List> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
static JrzProtos.List |
getDefaultInstance() |
JrzProtos.List |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getObjects(int index)
repeated bytes objects = 1; |
int |
getObjectsCount()
repeated bytes objects = 1; |
List<com.google.protobuf.ByteString> |
getObjectsList()
repeated bytes objects = 1; |
com.google.protobuf.Parser<JrzProtos.List> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
isInitialized() |
static JrzProtos.List.Builder |
newBuilder() |
static JrzProtos.List.Builder |
newBuilder(JrzProtos.List prototype) |
JrzProtos.List.Builder |
newBuilderForType() |
static JrzProtos.List |
parseDelimitedFrom(InputStream input) |
static JrzProtos.List |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JrzProtos.List |
parseFrom(byte[] data) |
static JrzProtos.List |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JrzProtos.List |
parseFrom(com.google.protobuf.ByteString data) |
static JrzProtos.List |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JrzProtos.List |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JrzProtos.List |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JrzProtos.List |
parseFrom(InputStream input) |
static JrzProtos.List |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
JrzProtos.List.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, findInitializationErrors, getInitializationErrorString, hashCode, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<JrzProtos.List> PARSER
public static final int OBJECTS_FIELD_NUMBER
public static JrzProtos.List getDefaultInstance()
public JrzProtos.List 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()
public com.google.protobuf.Parser<JrzProtos.List> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic List<com.google.protobuf.ByteString> getObjectsList()
repeated bytes objects = 1;getObjectsList in interface JrzProtos.ListOrBuilderpublic int getObjectsCount()
repeated bytes objects = 1;getObjectsCount in interface JrzProtos.ListOrBuilderpublic com.google.protobuf.ByteString getObjects(int index)
repeated bytes objects = 1;getObjects in interface JrzProtos.ListOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessagepublic static JrzProtos.List parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JrzProtos.List parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JrzProtos.List parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JrzProtos.List parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JrzProtos.List parseFrom(InputStream input) throws IOException
IOExceptionpublic static JrzProtos.List parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JrzProtos.List parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static JrzProtos.List parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JrzProtos.List parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static JrzProtos.List parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static JrzProtos.List.Builder newBuilder()
public JrzProtos.List.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static JrzProtos.List.Builder newBuilder(JrzProtos.List prototype)
public JrzProtos.List.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteCopyright © 2014. All rights reserved.