Package feast.proto.types
Class ValueProto.Value
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- feast.proto.types.ValueProto.Value
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ValueProto.ValueOrBuilder,Serializable
- Enclosing class:
- ValueProto
public static final class ValueProto.Value extends com.google.protobuf.GeneratedMessageV3 implements ValueProto.ValueOrBuilder
Protobuf typefeast.types.Value- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValueProto.Value.BuilderProtobuf typefeast.types.Valuestatic classValueProto.Value.ValCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intBOOL_LIST_VAL_FIELD_NUMBERstatic intBOOL_VAL_FIELD_NUMBERstatic intBYTES_LIST_VAL_FIELD_NUMBERstatic intBYTES_VAL_FIELD_NUMBERstatic intDOUBLE_LIST_VAL_FIELD_NUMBERstatic intDOUBLE_VAL_FIELD_NUMBERstatic intFLOAT_LIST_VAL_FIELD_NUMBERstatic intFLOAT_VAL_FIELD_NUMBERstatic intINT32_LIST_VAL_FIELD_NUMBERstatic intINT32_VAL_FIELD_NUMBERstatic intINT64_LIST_VAL_FIELD_NUMBERstatic intINT64_VAL_FIELD_NUMBERstatic intSTRING_LIST_VAL_FIELD_NUMBERstatic intSTRING_VAL_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ValueProto.BoolListgetBoolListVal().feast.types.BoolList bool_list_val = 17;ValueProto.BoolListOrBuildergetBoolListValOrBuilder().feast.types.BoolList bool_list_val = 17;booleangetBoolVal()bool bool_val = 7;ValueProto.BytesListgetBytesListVal().feast.types.BytesList bytes_list_val = 11;ValueProto.BytesListOrBuildergetBytesListValOrBuilder().feast.types.BytesList bytes_list_val = 11;com.google.protobuf.ByteStringgetBytesVal()bytes bytes_val = 1;static ValueProto.ValuegetDefaultInstance()ValueProto.ValuegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()ValueProto.DoubleListgetDoubleListVal().feast.types.DoubleList double_list_val = 15;ValueProto.DoubleListOrBuildergetDoubleListValOrBuilder().feast.types.DoubleList double_list_val = 15;doublegetDoubleVal()double double_val = 5;ValueProto.FloatListgetFloatListVal().feast.types.FloatList float_list_val = 16;ValueProto.FloatListOrBuildergetFloatListValOrBuilder().feast.types.FloatList float_list_val = 16;floatgetFloatVal()float float_val = 6;ValueProto.Int32ListgetInt32ListVal().feast.types.Int32List int32_list_val = 13;ValueProto.Int32ListOrBuildergetInt32ListValOrBuilder().feast.types.Int32List int32_list_val = 13;intgetInt32Val()int32 int32_val = 3;ValueProto.Int64ListgetInt64ListVal().feast.types.Int64List int64_list_val = 14;ValueProto.Int64ListOrBuildergetInt64ListValOrBuilder().feast.types.Int64List int64_list_val = 14;longgetInt64Val()int64 int64_val = 4;com.google.protobuf.Parser<ValueProto.Value>getParserForType()intgetSerializedSize()ValueProto.StringListgetStringListVal().feast.types.StringList string_list_val = 12;ValueProto.StringListOrBuildergetStringListValOrBuilder().feast.types.StringList string_list_val = 12;StringgetStringVal()string string_val = 2;com.google.protobuf.ByteStringgetStringValBytes()string string_val = 2;com.google.protobuf.UnknownFieldSetgetUnknownFields()ValueProto.Value.ValCasegetValCase()booleanhasBoolListVal().feast.types.BoolList bool_list_val = 17;booleanhasBytesListVal().feast.types.BytesList bytes_list_val = 11;booleanhasDoubleListVal().feast.types.DoubleList double_list_val = 15;booleanhasFloatListVal().feast.types.FloatList float_list_val = 16;inthashCode()booleanhasInt32ListVal().feast.types.Int32List int32_list_val = 13;booleanhasInt64ListVal().feast.types.Int64List int64_list_val = 14;booleanhasStringListVal().feast.types.StringList string_list_val = 12;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ValueProto.Value.BuildernewBuilder()static ValueProto.Value.BuildernewBuilder(ValueProto.Value prototype)ValueProto.Value.BuildernewBuilderForType()protected ValueProto.Value.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static ValueProto.ValueparseDelimitedFrom(InputStream input)static ValueProto.ValueparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueProto.ValueparseFrom(byte[] data)static ValueProto.ValueparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueProto.ValueparseFrom(com.google.protobuf.ByteString data)static ValueProto.ValueparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueProto.ValueparseFrom(com.google.protobuf.CodedInputStream input)static ValueProto.ValueparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueProto.ValueparseFrom(InputStream input)static ValueProto.ValueparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueProto.ValueparseFrom(ByteBuffer data)static ValueProto.ValueparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ValueProto.Value>parser()ValueProto.Value.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
BYTES_VAL_FIELD_NUMBER
public static final int BYTES_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STRING_VAL_FIELD_NUMBER
public static final int STRING_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INT32_VAL_FIELD_NUMBER
public static final int INT32_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INT64_VAL_FIELD_NUMBER
public static final int INT64_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOUBLE_VAL_FIELD_NUMBER
public static final int DOUBLE_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FLOAT_VAL_FIELD_NUMBER
public static final int FLOAT_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BOOL_VAL_FIELD_NUMBER
public static final int BOOL_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BYTES_LIST_VAL_FIELD_NUMBER
public static final int BYTES_LIST_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STRING_LIST_VAL_FIELD_NUMBER
public static final int STRING_LIST_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INT32_LIST_VAL_FIELD_NUMBER
public static final int INT32_LIST_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INT64_LIST_VAL_FIELD_NUMBER
public static final int INT64_LIST_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOUBLE_LIST_VAL_FIELD_NUMBER
public static final int DOUBLE_LIST_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FLOAT_LIST_VAL_FIELD_NUMBER
public static final int FLOAT_LIST_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BOOL_LIST_VAL_FIELD_NUMBER
public static final int BOOL_LIST_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getValCase
public ValueProto.Value.ValCase getValCase()
- Specified by:
getValCasein interfaceValueProto.ValueOrBuilder
-
getBytesVal
public com.google.protobuf.ByteString getBytesVal()
bytes bytes_val = 1;- Specified by:
getBytesValin interfaceValueProto.ValueOrBuilder- Returns:
- The bytesVal.
-
getStringVal
public String getStringVal()
string string_val = 2;- Specified by:
getStringValin interfaceValueProto.ValueOrBuilder- Returns:
- The stringVal.
-
getStringValBytes
public com.google.protobuf.ByteString getStringValBytes()
string string_val = 2;- Specified by:
getStringValBytesin interfaceValueProto.ValueOrBuilder- Returns:
- The bytes for stringVal.
-
getInt32Val
public int getInt32Val()
int32 int32_val = 3;- Specified by:
getInt32Valin interfaceValueProto.ValueOrBuilder- Returns:
- The int32Val.
-
getInt64Val
public long getInt64Val()
int64 int64_val = 4;- Specified by:
getInt64Valin interfaceValueProto.ValueOrBuilder- Returns:
- The int64Val.
-
getDoubleVal
public double getDoubleVal()
double double_val = 5;- Specified by:
getDoubleValin interfaceValueProto.ValueOrBuilder- Returns:
- The doubleVal.
-
getFloatVal
public float getFloatVal()
float float_val = 6;- Specified by:
getFloatValin interfaceValueProto.ValueOrBuilder- Returns:
- The floatVal.
-
getBoolVal
public boolean getBoolVal()
bool bool_val = 7;- Specified by:
getBoolValin interfaceValueProto.ValueOrBuilder- Returns:
- The boolVal.
-
hasBytesListVal
public boolean hasBytesListVal()
.feast.types.BytesList bytes_list_val = 11;- Specified by:
hasBytesListValin interfaceValueProto.ValueOrBuilder- Returns:
- Whether the bytesListVal field is set.
-
getBytesListVal
public ValueProto.BytesList getBytesListVal()
.feast.types.BytesList bytes_list_val = 11;- Specified by:
getBytesListValin interfaceValueProto.ValueOrBuilder- Returns:
- The bytesListVal.
-
getBytesListValOrBuilder
public ValueProto.BytesListOrBuilder getBytesListValOrBuilder()
.feast.types.BytesList bytes_list_val = 11;- Specified by:
getBytesListValOrBuilderin interfaceValueProto.ValueOrBuilder
-
hasStringListVal
public boolean hasStringListVal()
.feast.types.StringList string_list_val = 12;- Specified by:
hasStringListValin interfaceValueProto.ValueOrBuilder- Returns:
- Whether the stringListVal field is set.
-
getStringListVal
public ValueProto.StringList getStringListVal()
.feast.types.StringList string_list_val = 12;- Specified by:
getStringListValin interfaceValueProto.ValueOrBuilder- Returns:
- The stringListVal.
-
getStringListValOrBuilder
public ValueProto.StringListOrBuilder getStringListValOrBuilder()
.feast.types.StringList string_list_val = 12;- Specified by:
getStringListValOrBuilderin interfaceValueProto.ValueOrBuilder
-
hasInt32ListVal
public boolean hasInt32ListVal()
.feast.types.Int32List int32_list_val = 13;- Specified by:
hasInt32ListValin interfaceValueProto.ValueOrBuilder- Returns:
- Whether the int32ListVal field is set.
-
getInt32ListVal
public ValueProto.Int32List getInt32ListVal()
.feast.types.Int32List int32_list_val = 13;- Specified by:
getInt32ListValin interfaceValueProto.ValueOrBuilder- Returns:
- The int32ListVal.
-
getInt32ListValOrBuilder
public ValueProto.Int32ListOrBuilder getInt32ListValOrBuilder()
.feast.types.Int32List int32_list_val = 13;- Specified by:
getInt32ListValOrBuilderin interfaceValueProto.ValueOrBuilder
-
hasInt64ListVal
public boolean hasInt64ListVal()
.feast.types.Int64List int64_list_val = 14;- Specified by:
hasInt64ListValin interfaceValueProto.ValueOrBuilder- Returns:
- Whether the int64ListVal field is set.
-
getInt64ListVal
public ValueProto.Int64List getInt64ListVal()
.feast.types.Int64List int64_list_val = 14;- Specified by:
getInt64ListValin interfaceValueProto.ValueOrBuilder- Returns:
- The int64ListVal.
-
getInt64ListValOrBuilder
public ValueProto.Int64ListOrBuilder getInt64ListValOrBuilder()
.feast.types.Int64List int64_list_val = 14;- Specified by:
getInt64ListValOrBuilderin interfaceValueProto.ValueOrBuilder
-
hasDoubleListVal
public boolean hasDoubleListVal()
.feast.types.DoubleList double_list_val = 15;- Specified by:
hasDoubleListValin interfaceValueProto.ValueOrBuilder- Returns:
- Whether the doubleListVal field is set.
-
getDoubleListVal
public ValueProto.DoubleList getDoubleListVal()
.feast.types.DoubleList double_list_val = 15;- Specified by:
getDoubleListValin interfaceValueProto.ValueOrBuilder- Returns:
- The doubleListVal.
-
getDoubleListValOrBuilder
public ValueProto.DoubleListOrBuilder getDoubleListValOrBuilder()
.feast.types.DoubleList double_list_val = 15;- Specified by:
getDoubleListValOrBuilderin interfaceValueProto.ValueOrBuilder
-
hasFloatListVal
public boolean hasFloatListVal()
.feast.types.FloatList float_list_val = 16;- Specified by:
hasFloatListValin interfaceValueProto.ValueOrBuilder- Returns:
- Whether the floatListVal field is set.
-
getFloatListVal
public ValueProto.FloatList getFloatListVal()
.feast.types.FloatList float_list_val = 16;- Specified by:
getFloatListValin interfaceValueProto.ValueOrBuilder- Returns:
- The floatListVal.
-
getFloatListValOrBuilder
public ValueProto.FloatListOrBuilder getFloatListValOrBuilder()
.feast.types.FloatList float_list_val = 16;- Specified by:
getFloatListValOrBuilderin interfaceValueProto.ValueOrBuilder
-
hasBoolListVal
public boolean hasBoolListVal()
.feast.types.BoolList bool_list_val = 17;- Specified by:
hasBoolListValin interfaceValueProto.ValueOrBuilder- Returns:
- Whether the boolListVal field is set.
-
getBoolListVal
public ValueProto.BoolList getBoolListVal()
.feast.types.BoolList bool_list_val = 17;- Specified by:
getBoolListValin interfaceValueProto.ValueOrBuilder- Returns:
- The boolListVal.
-
getBoolListValOrBuilder
public ValueProto.BoolListOrBuilder getBoolListValOrBuilder()
.feast.types.BoolList bool_list_val = 17;- Specified by:
getBoolListValOrBuilderin interfaceValueProto.ValueOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ValueProto.Value parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ValueProto.Value parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ValueProto.Value parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ValueProto.Value parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ValueProto.Value parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ValueProto.Value parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ValueProto.Value parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ValueProto.Value parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ValueProto.Value parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ValueProto.Value parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ValueProto.Value parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ValueProto.Value parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ValueProto.Value.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ValueProto.Value.Builder newBuilder()
-
newBuilder
public static ValueProto.Value.Builder newBuilder(ValueProto.Value prototype)
-
toBuilder
public ValueProto.Value.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ValueProto.Value.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ValueProto.Value getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ValueProto.Value> parser()
-
getParserForType
public com.google.protobuf.Parser<ValueProto.Value> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ValueProto.Value getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-