public static final class FeatureValueOuterClass.FeatureValue extends com.google.protobuf.GeneratedMessage implements FeatureValueOuterClass.FeatureValueOrBuilder
protobuf.FeatureValue| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureValueOuterClass.FeatureValue.Builder
Protobuf type
protobuf.FeatureValue |
static class |
FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, 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 |
BOOLEAN_ARRAY_FIELD_NUMBER |
static int |
BOOLEAN_VALUE_FIELD_NUMBER |
static int |
BYTE_ARRAY_FIELD_NUMBER |
static int |
DOUBLE_ARRAY_FIELD_NUMBER |
static int |
DOUBLE_VALUE_FIELD_NUMBER |
static int |
FLOAT_ARRAY_FIELD_NUMBER |
static int |
FLOAT_VALUE_FIELD_NUMBER |
static int |
INT_ARRAY_FIELD_NUMBER |
static int |
INT_VALUE_FIELD_NUMBER |
static int |
LONG_ARRAY_FIELD_NUMBER |
static int |
LONG_VALUE_FIELD_NUMBER |
static com.google.protobuf.Parser<FeatureValueOuterClass.FeatureValue> |
PARSER |
static int |
SPARSE_BOOL_ARRAY_FIELD_NUMBER |
static int |
SPARSE_DOUBLE_ARRAY_FIELD_NUMBER |
static int |
SPARSE_FLOAT_ARRAY_FIELD_NUMBER |
static int |
SPARSE_INTEGER_ARRAY_FIELD_NUMBER |
static int |
SPARSE_LONG_ARRAY_FIELD_NUMBER |
static int |
SPARSE_STRING_ARRAY_FIELD_NUMBER |
static int |
STRING_ARRAY_FIELD_NUMBER |
static int |
STRING_VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
FeatureValueOuterClass.BooleanArray |
getBooleanArray()
optional .protobuf.BooleanArray boolean_array = 10; |
FeatureValueOuterClass.BooleanArrayOrBuilder |
getBooleanArrayOrBuilder()
optional .protobuf.BooleanArray boolean_array = 10; |
boolean |
getBooleanValue()
optional bool boolean_value = 1; |
FeatureValueOuterClass.BytesArray |
getByteArray()
optional .protobuf.BytesArray byte_array = 16; |
FeatureValueOuterClass.BytesArrayOrBuilder |
getByteArrayOrBuilder()
optional .protobuf.BytesArray byte_array = 16; |
static FeatureValueOuterClass.FeatureValue |
getDefaultInstance() |
FeatureValueOuterClass.FeatureValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FeatureValueOuterClass.DoubleArray |
getDoubleArray()
optional .protobuf.DoubleArray double_array = 13; |
FeatureValueOuterClass.DoubleArrayOrBuilder |
getDoubleArrayOrBuilder()
optional .protobuf.DoubleArray double_array = 13; |
double |
getDoubleValue()
optional double double_value = 4; |
FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase |
getFeatureValueOneOfCase() |
FeatureValueOuterClass.FloatArray |
getFloatArray()
optional .protobuf.FloatArray float_array = 12; |
FeatureValueOuterClass.FloatArrayOrBuilder |
getFloatArrayOrBuilder()
optional .protobuf.FloatArray float_array = 12; |
float |
getFloatValue()
optional float float_value = 3; |
FeatureValueOuterClass.IntegerArray |
getIntArray()
optional .protobuf.IntegerArray int_array = 14; |
FeatureValueOuterClass.IntegerArrayOrBuilder |
getIntArrayOrBuilder()
optional .protobuf.IntegerArray int_array = 14; |
int |
getIntValue()
optional int32 int_value = 5; |
FeatureValueOuterClass.LongArray |
getLongArray()
optional .protobuf.LongArray long_array = 15; |
FeatureValueOuterClass.LongArrayOrBuilder |
getLongArrayOrBuilder()
optional .protobuf.LongArray long_array = 15; |
long |
getLongValue()
optional int64 long_value = 6; |
com.google.protobuf.Parser<FeatureValueOuterClass.FeatureValue> |
getParserForType() |
int |
getSerializedSize() |
FeatureValueOuterClass.SparseBoolArray |
getSparseBoolArray()
optional .protobuf.SparseBoolArray sparse_bool_array = 21; |
FeatureValueOuterClass.SparseBoolArrayOrBuilder |
getSparseBoolArrayOrBuilder()
optional .protobuf.SparseBoolArray sparse_bool_array = 21; |
FeatureValueOuterClass.SparseDoubleArray |
getSparseDoubleArray()
optional .protobuf.SparseDoubleArray sparse_double_array = 24; |
FeatureValueOuterClass.SparseDoubleArrayOrBuilder |
getSparseDoubleArrayOrBuilder()
optional .protobuf.SparseDoubleArray sparse_double_array = 24; |
FeatureValueOuterClass.SparseFloatArray |
getSparseFloatArray()
optional .protobuf.SparseFloatArray sparse_float_array = 25; |
FeatureValueOuterClass.SparseFloatArrayOrBuilder |
getSparseFloatArrayOrBuilder()
optional .protobuf.SparseFloatArray sparse_float_array = 25; |
FeatureValueOuterClass.SparseIntegerArray |
getSparseIntegerArray()
optional .protobuf.SparseIntegerArray sparse_integer_array = 22; |
FeatureValueOuterClass.SparseIntegerArrayOrBuilder |
getSparseIntegerArrayOrBuilder()
optional .protobuf.SparseIntegerArray sparse_integer_array = 22; |
FeatureValueOuterClass.SparseLongArray |
getSparseLongArray()
optional .protobuf.SparseLongArray sparse_long_array = 23; |
FeatureValueOuterClass.SparseLongArrayOrBuilder |
getSparseLongArrayOrBuilder()
optional .protobuf.SparseLongArray sparse_long_array = 23; |
FeatureValueOuterClass.SparseStringArray |
getSparseStringArray()
optional .protobuf.SparseStringArray sparse_string_array = 20; |
FeatureValueOuterClass.SparseStringArrayOrBuilder |
getSparseStringArrayOrBuilder()
optional .protobuf.SparseStringArray sparse_string_array = 20; |
FeatureValueOuterClass.StringArray |
getStringArray()
optional .protobuf.StringArray string_array = 11; |
FeatureValueOuterClass.StringArrayOrBuilder |
getStringArrayOrBuilder()
optional .protobuf.StringArray string_array = 11; |
java.lang.String |
getStringValue()
optional string string_value = 2; |
com.google.protobuf.ByteString |
getStringValueBytes()
optional string string_value = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBooleanArray()
optional .protobuf.BooleanArray boolean_array = 10; |
boolean |
hasBooleanValue()
optional bool boolean_value = 1; |
boolean |
hasByteArray()
optional .protobuf.BytesArray byte_array = 16; |
boolean |
hasDoubleArray()
optional .protobuf.DoubleArray double_array = 13; |
boolean |
hasDoubleValue()
optional double double_value = 4; |
boolean |
hasFloatArray()
optional .protobuf.FloatArray float_array = 12; |
boolean |
hasFloatValue()
optional float float_value = 3; |
boolean |
hasIntArray()
optional .protobuf.IntegerArray int_array = 14; |
boolean |
hasIntValue()
optional int32 int_value = 5; |
boolean |
hasLongArray()
optional .protobuf.LongArray long_array = 15; |
boolean |
hasLongValue()
optional int64 long_value = 6; |
boolean |
hasSparseBoolArray()
optional .protobuf.SparseBoolArray sparse_bool_array = 21; |
boolean |
hasSparseDoubleArray()
optional .protobuf.SparseDoubleArray sparse_double_array = 24; |
boolean |
hasSparseFloatArray()
optional .protobuf.SparseFloatArray sparse_float_array = 25; |
boolean |
hasSparseIntegerArray()
optional .protobuf.SparseIntegerArray sparse_integer_array = 22; |
boolean |
hasSparseLongArray()
optional .protobuf.SparseLongArray sparse_long_array = 23; |
boolean |
hasSparseStringArray()
optional .protobuf.SparseStringArray sparse_string_array = 20; |
boolean |
hasStringArray()
optional .protobuf.StringArray string_array = 11; |
boolean |
hasStringValue()
optional string string_value = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FeatureValueOuterClass.FeatureValue.Builder |
newBuilder() |
static FeatureValueOuterClass.FeatureValue.Builder |
newBuilder(FeatureValueOuterClass.FeatureValue prototype) |
FeatureValueOuterClass.FeatureValue.Builder |
newBuilderForType() |
protected FeatureValueOuterClass.FeatureValue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static FeatureValueOuterClass.FeatureValue |
parseDelimitedFrom(java.io.InputStream input) |
static FeatureValueOuterClass.FeatureValue |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureValueOuterClass.FeatureValue |
parseFrom(byte[] data) |
static FeatureValueOuterClass.FeatureValue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureValueOuterClass.FeatureValue |
parseFrom(com.google.protobuf.ByteString data) |
static FeatureValueOuterClass.FeatureValue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureValueOuterClass.FeatureValue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FeatureValueOuterClass.FeatureValue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FeatureValueOuterClass.FeatureValue |
parseFrom(java.io.InputStream input) |
static FeatureValueOuterClass.FeatureValue |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FeatureValueOuterClass.FeatureValue.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<FeatureValueOuterClass.FeatureValue> PARSER
public static final int BOOLEAN_VALUE_FIELD_NUMBER
public static final int STRING_VALUE_FIELD_NUMBER
public static final int FLOAT_VALUE_FIELD_NUMBER
public static final int DOUBLE_VALUE_FIELD_NUMBER
public static final int INT_VALUE_FIELD_NUMBER
public static final int LONG_VALUE_FIELD_NUMBER
public static final int BOOLEAN_ARRAY_FIELD_NUMBER
public static final int STRING_ARRAY_FIELD_NUMBER
public static final int FLOAT_ARRAY_FIELD_NUMBER
public static final int DOUBLE_ARRAY_FIELD_NUMBER
public static final int INT_ARRAY_FIELD_NUMBER
public static final int LONG_ARRAY_FIELD_NUMBER
public static final int BYTE_ARRAY_FIELD_NUMBER
public static final int SPARSE_STRING_ARRAY_FIELD_NUMBER
public static final int SPARSE_BOOL_ARRAY_FIELD_NUMBER
public static final int SPARSE_INTEGER_ARRAY_FIELD_NUMBER
public static final int SPARSE_LONG_ARRAY_FIELD_NUMBER
public static final int SPARSE_DOUBLE_ARRAY_FIELD_NUMBER
public static final int SPARSE_FLOAT_ARRAY_FIELD_NUMBER
public static FeatureValueOuterClass.FeatureValue getDefaultInstance()
public FeatureValueOuterClass.FeatureValue 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<FeatureValueOuterClass.FeatureValue> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase getFeatureValueOneOfCase()
public boolean hasBooleanValue()
optional bool boolean_value = 1;hasBooleanValue in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean getBooleanValue()
optional bool boolean_value = 1;getBooleanValue in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasStringValue()
optional string string_value = 2;hasStringValue in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic java.lang.String getStringValue()
optional string string_value = 2;getStringValue in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic com.google.protobuf.ByteString getStringValueBytes()
optional string string_value = 2;getStringValueBytes in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasFloatValue()
optional float float_value = 3;hasFloatValue in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic float getFloatValue()
optional float float_value = 3;getFloatValue in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasDoubleValue()
optional double double_value = 4;hasDoubleValue in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic double getDoubleValue()
optional double double_value = 4;getDoubleValue in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasIntValue()
optional int32 int_value = 5;hasIntValue in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic int getIntValue()
optional int32 int_value = 5;getIntValue in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasLongValue()
optional int64 long_value = 6;hasLongValue in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic long getLongValue()
optional int64 long_value = 6;getLongValue in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasBooleanArray()
optional .protobuf.BooleanArray boolean_array = 10;hasBooleanArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.BooleanArray getBooleanArray()
optional .protobuf.BooleanArray boolean_array = 10;getBooleanArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.BooleanArrayOrBuilder getBooleanArrayOrBuilder()
optional .protobuf.BooleanArray boolean_array = 10;getBooleanArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasStringArray()
optional .protobuf.StringArray string_array = 11;hasStringArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.StringArray getStringArray()
optional .protobuf.StringArray string_array = 11;getStringArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.StringArrayOrBuilder getStringArrayOrBuilder()
optional .protobuf.StringArray string_array = 11;getStringArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasFloatArray()
optional .protobuf.FloatArray float_array = 12;hasFloatArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.FloatArray getFloatArray()
optional .protobuf.FloatArray float_array = 12;getFloatArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.FloatArrayOrBuilder getFloatArrayOrBuilder()
optional .protobuf.FloatArray float_array = 12;getFloatArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasDoubleArray()
optional .protobuf.DoubleArray double_array = 13;hasDoubleArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.DoubleArray getDoubleArray()
optional .protobuf.DoubleArray double_array = 13;getDoubleArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.DoubleArrayOrBuilder getDoubleArrayOrBuilder()
optional .protobuf.DoubleArray double_array = 13;getDoubleArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasIntArray()
optional .protobuf.IntegerArray int_array = 14;hasIntArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.IntegerArray getIntArray()
optional .protobuf.IntegerArray int_array = 14;getIntArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.IntegerArrayOrBuilder getIntArrayOrBuilder()
optional .protobuf.IntegerArray int_array = 14;getIntArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasLongArray()
optional .protobuf.LongArray long_array = 15;hasLongArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.LongArray getLongArray()
optional .protobuf.LongArray long_array = 15;getLongArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.LongArrayOrBuilder getLongArrayOrBuilder()
optional .protobuf.LongArray long_array = 15;getLongArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasByteArray()
optional .protobuf.BytesArray byte_array = 16;hasByteArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.BytesArray getByteArray()
optional .protobuf.BytesArray byte_array = 16;getByteArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.BytesArrayOrBuilder getByteArrayOrBuilder()
optional .protobuf.BytesArray byte_array = 16;getByteArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasSparseStringArray()
optional .protobuf.SparseStringArray sparse_string_array = 20;hasSparseStringArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.SparseStringArray getSparseStringArray()
optional .protobuf.SparseStringArray sparse_string_array = 20;getSparseStringArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.SparseStringArrayOrBuilder getSparseStringArrayOrBuilder()
optional .protobuf.SparseStringArray sparse_string_array = 20;getSparseStringArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasSparseBoolArray()
optional .protobuf.SparseBoolArray sparse_bool_array = 21;hasSparseBoolArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.SparseBoolArray getSparseBoolArray()
optional .protobuf.SparseBoolArray sparse_bool_array = 21;getSparseBoolArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.SparseBoolArrayOrBuilder getSparseBoolArrayOrBuilder()
optional .protobuf.SparseBoolArray sparse_bool_array = 21;getSparseBoolArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasSparseIntegerArray()
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;hasSparseIntegerArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.SparseIntegerArray getSparseIntegerArray()
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;getSparseIntegerArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.SparseIntegerArrayOrBuilder getSparseIntegerArrayOrBuilder()
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;getSparseIntegerArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasSparseLongArray()
optional .protobuf.SparseLongArray sparse_long_array = 23;hasSparseLongArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.SparseLongArray getSparseLongArray()
optional .protobuf.SparseLongArray sparse_long_array = 23;getSparseLongArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.SparseLongArrayOrBuilder getSparseLongArrayOrBuilder()
optional .protobuf.SparseLongArray sparse_long_array = 23;getSparseLongArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasSparseDoubleArray()
optional .protobuf.SparseDoubleArray sparse_double_array = 24;hasSparseDoubleArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.SparseDoubleArray getSparseDoubleArray()
optional .protobuf.SparseDoubleArray sparse_double_array = 24;getSparseDoubleArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.SparseDoubleArrayOrBuilder getSparseDoubleArrayOrBuilder()
optional .protobuf.SparseDoubleArray sparse_double_array = 24;getSparseDoubleArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic boolean hasSparseFloatArray()
optional .protobuf.SparseFloatArray sparse_float_array = 25;hasSparseFloatArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.SparseFloatArray getSparseFloatArray()
optional .protobuf.SparseFloatArray sparse_float_array = 25;getSparseFloatArray in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic FeatureValueOuterClass.SparseFloatArrayOrBuilder getSparseFloatArrayOrBuilder()
optional .protobuf.SparseFloatArray sparse_float_array = 25;getSparseFloatArrayOrBuilder in interface FeatureValueOuterClass.FeatureValueOrBuilderpublic 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.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static FeatureValueOuterClass.FeatureValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FeatureValueOuterClass.FeatureValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FeatureValueOuterClass.FeatureValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FeatureValueOuterClass.FeatureValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FeatureValueOuterClass.FeatureValue parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static FeatureValueOuterClass.FeatureValue parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static FeatureValueOuterClass.FeatureValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static FeatureValueOuterClass.FeatureValue parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static FeatureValueOuterClass.FeatureValue parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static FeatureValueOuterClass.FeatureValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static FeatureValueOuterClass.FeatureValue.Builder newBuilder()
public FeatureValueOuterClass.FeatureValue.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static FeatureValueOuterClass.FeatureValue.Builder newBuilder(FeatureValueOuterClass.FeatureValue prototype)
public FeatureValueOuterClass.FeatureValue.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected FeatureValueOuterClass.FeatureValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage