com.endeca.BulkLoad.Msg
Class Data.Assignment
java.lang.Object
  
com.google.protobuf.AbstractMessageLite
      
com.google.protobuf.AbstractMessage
          
com.google.protobuf.GeneratedMessage
              
com.endeca.BulkLoad.Msg.Data.Assignment
- All Implemented Interfaces: 
 - Data.AssignmentOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable
 
- Enclosing class:
 - Data
 
public static final class Data.Assignment
- extends com.google.protobuf.GeneratedMessage
- implements Data.AssignmentOrBuilder
  
- See Also:
 - Serialized Form
 
 
| Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage | 
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> | 
 
 
| Fields inherited from class com.google.protobuf.GeneratedMessage | 
alwaysUseFieldBuilders | 
 
 
| Methods inherited from class com.google.protobuf.GeneratedMessage | 
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension | 
 
| Methods inherited from class com.google.protobuf.AbstractMessage | 
equals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString | 
 
| Methods inherited from class com.google.protobuf.AbstractMessageLite | 
toByteArray, toByteString, writeDelimitedTo, writeTo | 
 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
| Methods inherited from interface com.google.protobuf.MessageOrBuilder | 
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField | 
 
| Methods inherited from interface com.google.protobuf.MessageLite | 
toByteArray, toByteString, writeDelimitedTo, writeTo | 
 
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
 - Constant Field Values
 
DATATYPE_FIELD_NUMBER
public static final int DATATYPE_FIELD_NUMBER
- See Also:
 - Constant Field Values
 
STRINGVALUE_FIELD_NUMBER
public static final int STRINGVALUE_FIELD_NUMBER
- See Also:
 - Constant Field Values
 
INT64VALUE_FIELD_NUMBER
public static final int INT64VALUE_FIELD_NUMBER
- See Also:
 - Constant Field Values
 
INT32VALUE_FIELD_NUMBER
public static final int INT32VALUE_FIELD_NUMBER
- See Also:
 - Constant Field Values
 
DOUBLEVALUE_FIELD_NUMBER
public static final int DOUBLEVALUE_FIELD_NUMBER
- See Also:
 - Constant Field Values
 
BOOLVALUE_FIELD_NUMBER
public static final int BOOLVALUE_FIELD_NUMBER
- See Also:
 - Constant Field Values
 
getDefaultInstance
public static Data.Assignment getDefaultInstance()
 
 
getDefaultInstanceForType
public Data.Assignment getDefaultInstanceForType()
- Specified by:
 getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder- Specified by:
 getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
 
 
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
 
 
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
 internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
 
 
hasName
public boolean hasName()
- Specified by:
 hasName in interface Data.AssignmentOrBuilder
 
 
getName
public java.lang.String getName()
- Specified by:
 getName in interface Data.AssignmentOrBuilder
 
 
hasDataType
public boolean hasDataType()
- Specified by:
 hasDataType in interface Data.AssignmentOrBuilder
 
 
getDataType
public Data.Assignment.DataType getDataType()
- Specified by:
 getDataType in interface Data.AssignmentOrBuilder
 
 
hasStringValue
public boolean hasStringValue()
- Specified by:
 hasStringValue in interface Data.AssignmentOrBuilder
 
 
getStringValue
public java.lang.String getStringValue()
- Specified by:
 getStringValue in interface Data.AssignmentOrBuilder
 
 
hasInt64Value
public boolean hasInt64Value()
- Specified by:
 hasInt64Value in interface Data.AssignmentOrBuilder
 
 
getInt64Value
public long getInt64Value()
- Specified by:
 getInt64Value in interface Data.AssignmentOrBuilder
 
 
hasInt32Value
public boolean hasInt32Value()
- Specified by:
 hasInt32Value in interface Data.AssignmentOrBuilder
 
 
getInt32Value
public int getInt32Value()
- Specified by:
 getInt32Value in interface Data.AssignmentOrBuilder
 
 
hasDoubleValue
public boolean hasDoubleValue()
- Specified by:
 hasDoubleValue in interface Data.AssignmentOrBuilder
 
 
getDoubleValue
public double getDoubleValue()
- Specified by:
 getDoubleValue in interface Data.AssignmentOrBuilder
 
 
hasBoolValue
public boolean hasBoolValue()
- Specified by:
 hasBoolValue in interface Data.AssignmentOrBuilder
 
 
getBoolValue
public boolean getBoolValue()
- Specified by:
 getBoolValue in interface Data.AssignmentOrBuilder
 
 
isInitialized
public final boolean isInitialized()
- Specified by:
 isInitialized in interface com.google.protobuf.MessageLiteOrBuilder- Overrides:
 isInitialized in class com.google.protobuf.GeneratedMessage
 
 
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
- Specified by:
 writeTo in interface com.google.protobuf.MessageLite- Overrides:
 writeTo in class com.google.protobuf.AbstractMessage
 
- Throws:
 java.io.IOException
 
getSerializedSize
public int getSerializedSize()
- Specified by:
 getSerializedSize in interface com.google.protobuf.MessageLite- Overrides:
 getSerializedSize in class com.google.protobuf.AbstractMessage
 
 
writeReplace
protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
- Overrides:
 writeReplace in class com.google.protobuf.GeneratedMessage
 
- Throws:
 java.io.ObjectStreamException
 
parseFrom
public static Data.Assignment parseFrom(com.google.protobuf.ByteString data)
                                 throws com.google.protobuf.InvalidProtocolBufferException
 
- Throws:
 com.google.protobuf.InvalidProtocolBufferException
 
parseFrom
public static Data.Assignment 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.Assignment parseFrom(byte[] data)
                                 throws com.google.protobuf.InvalidProtocolBufferException
 
- Throws:
 com.google.protobuf.InvalidProtocolBufferException
 
parseFrom
public static Data.Assignment parseFrom(byte[] data,
                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                 throws com.google.protobuf.InvalidProtocolBufferException
 
- Throws:
 com.google.protobuf.InvalidProtocolBufferException
 
parseFrom
public static Data.Assignment parseFrom(java.io.InputStream input)
                                 throws java.io.IOException
 
- Throws:
 java.io.IOException
 
parseFrom
public static Data.Assignment parseFrom(java.io.InputStream input,
                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                 throws java.io.IOException
 
- Throws:
 java.io.IOException
 
parseDelimitedFrom
public static Data.Assignment parseDelimitedFrom(java.io.InputStream input)
                                          throws java.io.IOException
 
- Throws:
 java.io.IOException
 
parseDelimitedFrom
public static Data.Assignment parseDelimitedFrom(java.io.InputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
 
- Throws:
 java.io.IOException
 
parseFrom
public static Data.Assignment parseFrom(com.google.protobuf.CodedInputStream input)
                                 throws java.io.IOException
 
- Throws:
 java.io.IOException
 
parseFrom
public static Data.Assignment parseFrom(com.google.protobuf.CodedInputStream input,
                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                 throws java.io.IOException
 
- Throws:
 java.io.IOException
 
newBuilder
public static Data.Assignment.Builder newBuilder()
 
 
newBuilderForType
public Data.Assignment.Builder newBuilderForType()
- Specified by:
 newBuilderForType in interface com.google.protobuf.Message- Specified by:
 newBuilderForType in interface com.google.protobuf.MessageLite
 
 
newBuilder
public static Data.Assignment.Builder newBuilder(Data.Assignment prototype)
 
 
toBuilder
public Data.Assignment.Builder toBuilder()
- Specified by:
 toBuilder in interface com.google.protobuf.Message- Specified by:
 toBuilder in interface com.google.protobuf.MessageLite
 
 
newBuilderForType
protected Data.Assignment.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
 newBuilderForType in class com.google.protobuf.GeneratedMessage