com.endeca.BulkLoad.Msg
Class Data.Record

java.lang.Object
  extended by com.google.protobuf.GeneratedMessageLite
      extended by com.endeca.BulkLoad.Msg.Data.Record
All Implemented Interfaces:
Data.RecordOrBuilder
Enclosing class:
Data

public static final class Data.Record
extends com.google.protobuf.GeneratedMessageLite
implements Data.RecordOrBuilder


Nested Class Summary
static class Data.Record.Builder
           
 
Field Summary
static int ASSIGNMENTS_FIELD_NUMBER
           
static int SPEC_FIELD_NUMBER
           
 
Method Summary
 Data.Assignment getAssignments(int index)
           
 int getAssignmentsCount()
           
 java.util.List<Data.Assignment> getAssignmentsList()
           
 Data.AssignmentOrBuilder getAssignmentsOrBuilder(int index)
           
 java.util.List<? extends Data.AssignmentOrBuilder> getAssignmentsOrBuilderList()
           
static Data.Record getDefaultInstance()
           
 Data.Record getDefaultInstanceForType()
           
 int getSerializedSize()
           
 Data.Assignment getSpec()
           
 boolean hasSpec()
           
 boolean isInitialized()
           
static Data.Record.Builder newBuilder()
           
static Data.Record.Builder newBuilder(Data.Record prototype)
           
 Data.Record.Builder newBuilderForType()
           
static Data.Record parseDelimitedFrom(java.io.InputStream input)
           
static Data.Record parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Data.Record parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Data.Record parseFrom(com.google.protobuf.ByteString data)
           
static Data.Record parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Data.Record parseFrom(com.google.protobuf.CodedInputStream input)
           
static Data.Record parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Data.Record parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Data.Record.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPEC_FIELD_NUMBER

public static final int SPEC_FIELD_NUMBER
See Also:
Constant Field Values

ASSIGNMENTS_FIELD_NUMBER

public static final int ASSIGNMENTS_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static Data.Record getDefaultInstance()

getDefaultInstanceForType

public Data.Record getDefaultInstanceForType()

hasSpec

public boolean hasSpec()
Specified by:
hasSpec in interface Data.RecordOrBuilder

getSpec

public Data.Assignment getSpec()
Specified by:
getSpec in interface Data.RecordOrBuilder

getAssignmentsList

public java.util.List<Data.Assignment> getAssignmentsList()
Specified by:
getAssignmentsList in interface Data.RecordOrBuilder

getAssignmentsOrBuilderList

public java.util.List<? extends Data.AssignmentOrBuilder> getAssignmentsOrBuilderList()

getAssignmentsCount

public int getAssignmentsCount()
Specified by:
getAssignmentsCount in interface Data.RecordOrBuilder

getAssignments

public Data.Assignment getAssignments(int index)
Specified by:
getAssignments in interface Data.RecordOrBuilder

getAssignmentsOrBuilder

public Data.AssignmentOrBuilder getAssignmentsOrBuilder(int index)

isInitialized

public final boolean isInitialized()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

parseFrom

public static Data.Record parseFrom(com.google.protobuf.ByteString data)
                             throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static Data.Record parseFrom(com.google.protobuf.ByteString data,
                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                             throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static Data.Record parseFrom(byte[] data,
                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                             throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static Data.Record parseFrom(java.io.InputStream input,
                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                             throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static Data.Record parseDelimitedFrom(java.io.InputStream input)
                                      throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static Data.Record parseDelimitedFrom(java.io.InputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static Data.Record parseFrom(com.google.protobuf.CodedInputStream input)
                             throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static Data.Record parseFrom(com.google.protobuf.CodedInputStream input,
                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                             throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static Data.Record.Builder newBuilder()

newBuilderForType

public Data.Record.Builder newBuilderForType()

newBuilder

public static Data.Record.Builder newBuilder(Data.Record prototype)

toBuilder

public Data.Record.Builder toBuilder()