public static final class ValueProto.Value extends com.google.protobuf.GeneratedMessageV3 implements ValueProto.ValueOrBuilder
feast.types.Value| Modifier and Type | Class and Description |
|---|---|
static class |
ValueProto.Value.Builder
Protobuf type
feast.types.Value |
static class |
ValueProto.Value.ValCase |
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| Modifier and Type | Field and Description |
|---|---|
static int |
BOOL_LIST_VAL_FIELD_NUMBER |
static int |
BOOL_VAL_FIELD_NUMBER |
static int |
BYTES_LIST_VAL_FIELD_NUMBER |
static int |
BYTES_VAL_FIELD_NUMBER |
static int |
DOUBLE_LIST_VAL_FIELD_NUMBER |
static int |
DOUBLE_VAL_FIELD_NUMBER |
static int |
FLOAT_LIST_VAL_FIELD_NUMBER |
static int |
FLOAT_VAL_FIELD_NUMBER |
static int |
INT32_LIST_VAL_FIELD_NUMBER |
static int |
INT32_VAL_FIELD_NUMBER |
static int |
INT64_LIST_VAL_FIELD_NUMBER |
static int |
INT64_VAL_FIELD_NUMBER |
static int |
STRING_LIST_VAL_FIELD_NUMBER |
static int |
STRING_VAL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ValueProto.BoolList |
getBoolListVal()
.feast.types.BoolList bool_list_val = 17; |
ValueProto.BoolListOrBuilder |
getBoolListValOrBuilder()
.feast.types.BoolList bool_list_val = 17; |
boolean |
getBoolVal()
bool bool_val = 7; |
ValueProto.BytesList |
getBytesListVal()
.feast.types.BytesList bytes_list_val = 11; |
ValueProto.BytesListOrBuilder |
getBytesListValOrBuilder()
.feast.types.BytesList bytes_list_val = 11; |
com.google.protobuf.ByteString |
getBytesVal()
bytes bytes_val = 1; |
static ValueProto.Value |
getDefaultInstance() |
ValueProto.Value |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ValueProto.DoubleList |
getDoubleListVal()
.feast.types.DoubleList double_list_val = 15; |
ValueProto.DoubleListOrBuilder |
getDoubleListValOrBuilder()
.feast.types.DoubleList double_list_val = 15; |
double |
getDoubleVal()
double double_val = 5; |
ValueProto.FloatList |
getFloatListVal()
.feast.types.FloatList float_list_val = 16; |
ValueProto.FloatListOrBuilder |
getFloatListValOrBuilder()
.feast.types.FloatList float_list_val = 16; |
float |
getFloatVal()
float float_val = 6; |
ValueProto.Int32List |
getInt32ListVal()
.feast.types.Int32List int32_list_val = 13; |
ValueProto.Int32ListOrBuilder |
getInt32ListValOrBuilder()
.feast.types.Int32List int32_list_val = 13; |
int |
getInt32Val()
int32 int32_val = 3; |
ValueProto.Int64List |
getInt64ListVal()
.feast.types.Int64List int64_list_val = 14; |
ValueProto.Int64ListOrBuilder |
getInt64ListValOrBuilder()
.feast.types.Int64List int64_list_val = 14; |
long |
getInt64Val()
int64 int64_val = 4; |
com.google.protobuf.Parser<ValueProto.Value> |
getParserForType() |
int |
getSerializedSize() |
ValueProto.StringList |
getStringListVal()
.feast.types.StringList string_list_val = 12; |
ValueProto.StringListOrBuilder |
getStringListValOrBuilder()
.feast.types.StringList string_list_val = 12; |
String |
getStringVal()
string string_val = 2; |
com.google.protobuf.ByteString |
getStringValBytes()
string string_val = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
ValueProto.Value.ValCase |
getValCase() |
boolean |
hasBoolListVal()
.feast.types.BoolList bool_list_val = 17; |
boolean |
hasBytesListVal()
.feast.types.BytesList bytes_list_val = 11; |
boolean |
hasDoubleListVal()
.feast.types.DoubleList double_list_val = 15; |
boolean |
hasFloatListVal()
.feast.types.FloatList float_list_val = 16; |
int |
hashCode() |
boolean |
hasInt32ListVal()
.feast.types.Int32List int32_list_val = 13; |
boolean |
hasInt64ListVal()
.feast.types.Int64List int64_list_val = 14; |
boolean |
hasStringListVal()
.feast.types.StringList string_list_val = 12; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ValueProto.Value.Builder |
newBuilder() |
static ValueProto.Value.Builder |
newBuilder(ValueProto.Value prototype) |
ValueProto.Value.Builder |
newBuilderForType() |
protected ValueProto.Value.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ValueProto.Value |
parseDelimitedFrom(InputStream input) |
static ValueProto.Value |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueProto.Value |
parseFrom(byte[] data) |
static ValueProto.Value |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueProto.Value |
parseFrom(ByteBuffer data) |
static ValueProto.Value |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueProto.Value |
parseFrom(com.google.protobuf.ByteString data) |
static ValueProto.Value |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueProto.Value |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ValueProto.Value |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueProto.Value |
parseFrom(InputStream input) |
static ValueProto.Value |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ValueProto.Value> |
parser() |
ValueProto.Value.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int BYTES_VAL_FIELD_NUMBER
public static final int STRING_VAL_FIELD_NUMBER
public static final int INT32_VAL_FIELD_NUMBER
public static final int INT64_VAL_FIELD_NUMBER
public static final int DOUBLE_VAL_FIELD_NUMBER
public static final int FLOAT_VAL_FIELD_NUMBER
public static final int BOOL_VAL_FIELD_NUMBER
public static final int BYTES_LIST_VAL_FIELD_NUMBER
public static final int STRING_LIST_VAL_FIELD_NUMBER
public static final int INT32_LIST_VAL_FIELD_NUMBER
public static final int INT64_LIST_VAL_FIELD_NUMBER
public static final int DOUBLE_LIST_VAL_FIELD_NUMBER
public static final int FLOAT_LIST_VAL_FIELD_NUMBER
public static final int BOOL_LIST_VAL_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public ValueProto.Value.ValCase getValCase()
getValCase in interface ValueProto.ValueOrBuilderpublic com.google.protobuf.ByteString getBytesVal()
bytes bytes_val = 1;getBytesVal in interface ValueProto.ValueOrBuilderpublic String getStringVal()
string string_val = 2;getStringVal in interface ValueProto.ValueOrBuilderpublic com.google.protobuf.ByteString getStringValBytes()
string string_val = 2;getStringValBytes in interface ValueProto.ValueOrBuilderpublic int getInt32Val()
int32 int32_val = 3;getInt32Val in interface ValueProto.ValueOrBuilderpublic long getInt64Val()
int64 int64_val = 4;getInt64Val in interface ValueProto.ValueOrBuilderpublic double getDoubleVal()
double double_val = 5;getDoubleVal in interface ValueProto.ValueOrBuilderpublic float getFloatVal()
float float_val = 6;getFloatVal in interface ValueProto.ValueOrBuilderpublic boolean getBoolVal()
bool bool_val = 7;getBoolVal in interface ValueProto.ValueOrBuilderpublic boolean hasBytesListVal()
.feast.types.BytesList bytes_list_val = 11;hasBytesListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.BytesList getBytesListVal()
.feast.types.BytesList bytes_list_val = 11;getBytesListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.BytesListOrBuilder getBytesListValOrBuilder()
.feast.types.BytesList bytes_list_val = 11;getBytesListValOrBuilder in interface ValueProto.ValueOrBuilderpublic boolean hasStringListVal()
.feast.types.StringList string_list_val = 12;hasStringListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.StringList getStringListVal()
.feast.types.StringList string_list_val = 12;getStringListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.StringListOrBuilder getStringListValOrBuilder()
.feast.types.StringList string_list_val = 12;getStringListValOrBuilder in interface ValueProto.ValueOrBuilderpublic boolean hasInt32ListVal()
.feast.types.Int32List int32_list_val = 13;hasInt32ListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.Int32List getInt32ListVal()
.feast.types.Int32List int32_list_val = 13;getInt32ListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.Int32ListOrBuilder getInt32ListValOrBuilder()
.feast.types.Int32List int32_list_val = 13;getInt32ListValOrBuilder in interface ValueProto.ValueOrBuilderpublic boolean hasInt64ListVal()
.feast.types.Int64List int64_list_val = 14;hasInt64ListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.Int64List getInt64ListVal()
.feast.types.Int64List int64_list_val = 14;getInt64ListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.Int64ListOrBuilder getInt64ListValOrBuilder()
.feast.types.Int64List int64_list_val = 14;getInt64ListValOrBuilder in interface ValueProto.ValueOrBuilderpublic boolean hasDoubleListVal()
.feast.types.DoubleList double_list_val = 15;hasDoubleListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.DoubleList getDoubleListVal()
.feast.types.DoubleList double_list_val = 15;getDoubleListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.DoubleListOrBuilder getDoubleListValOrBuilder()
.feast.types.DoubleList double_list_val = 15;getDoubleListValOrBuilder in interface ValueProto.ValueOrBuilderpublic boolean hasFloatListVal()
.feast.types.FloatList float_list_val = 16;hasFloatListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.FloatList getFloatListVal()
.feast.types.FloatList float_list_val = 16;getFloatListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.FloatListOrBuilder getFloatListValOrBuilder()
.feast.types.FloatList float_list_val = 16;getFloatListValOrBuilder in interface ValueProto.ValueOrBuilderpublic boolean hasBoolListVal()
.feast.types.BoolList bool_list_val = 17;hasBoolListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.BoolList getBoolListVal()
.feast.types.BoolList bool_list_val = 17;getBoolListVal in interface ValueProto.ValueOrBuilderpublic ValueProto.BoolListOrBuilder getBoolListValOrBuilder()
.feast.types.BoolList bool_list_val = 17;getBoolListValOrBuilder in interface ValueProto.ValueOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ValueProto.Value parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ValueProto.Value parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ValueProto.Value parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ValueProto.Value parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ValueProto.Value parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ValueProto.Value parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ValueProto.Value parseFrom(InputStream input) throws IOException
IOExceptionpublic static ValueProto.Value parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ValueProto.Value parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ValueProto.Value parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ValueProto.Value parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ValueProto.Value parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ValueProto.Value.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ValueProto.Value.Builder newBuilder()
public static ValueProto.Value.Builder newBuilder(ValueProto.Value prototype)
public ValueProto.Value.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ValueProto.Value.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ValueProto.Value getDefaultInstance()
public static com.google.protobuf.Parser<ValueProto.Value> parser()
public com.google.protobuf.Parser<ValueProto.Value> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ValueProto.Value getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020 Gojek. All rights reserved.