Package relationalai.protocol
Class Schema.PrimitiveValue
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- relationalai.protocol.Schema.PrimitiveValue
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,Schema.PrimitiveValueOrBuilder
- Enclosing class:
- Schema
public static final class Schema.PrimitiveValue extends com.google.protobuf.GeneratedMessageV3 implements Schema.PrimitiveValueOrBuilder
next available: 18
Protobuf typerelationalai.protocol.PrimitiveValue
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Schema.PrimitiveValue.Builder
next available: 18static class
Schema.PrimitiveValue.ValueCase
-
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 int
BOOL_VAL_FIELD_NUMBER
static int
CHAR_VAL_FIELD_NUMBER
static int
FLOAT16_VAL_FIELD_NUMBER
static int
FLOAT32_VAL_FIELD_NUMBER
static int
FLOAT64_VAL_FIELD_NUMBER
static int
INT128_VAL_FIELD_NUMBER
static int
INT16_VAL_FIELD_NUMBER
static int
INT32_VAL_FIELD_NUMBER
static int
INT64_VAL_FIELD_NUMBER
static int
INT8_VAL_FIELD_NUMBER
static int
STRING_VAL_FIELD_NUMBER
static int
TAG_FIELD_NUMBER
static int
UINT128_VAL_FIELD_NUMBER
static int
UINT16_VAL_FIELD_NUMBER
static int
UINT32_VAL_FIELD_NUMBER
static int
UINT64_VAL_FIELD_NUMBER
static int
UINT8_VAL_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
boolean
getBoolVal()
bool bool_val = 16;
int
getCharVal()
uint32 char_val = 15;
static Schema.PrimitiveValue
getDefaultInstance()
Schema.PrimitiveValue
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
float
getFloat16Val()
Not present in protobuffloat
getFloat32Val()
float float32_val = 13;
double
getFloat64Val()
double float64_val = 12;
Schema.RelInt128
getInt128Val()
Not present in protobufSchema.RelInt128OrBuilder
getInt128ValOrBuilder()
Not present in protobufint
getInt16Val()
Not present in protobuf; int32int
getInt32Val()
int32 int32_val = 4;
long
getInt64Val()
int64 int64_val = 3;
int
getInt8Val()
Not present in protobuf; int32com.google.protobuf.Parser<Schema.PrimitiveValue>
getParserForType()
int
getSerializedSize()
com.google.protobuf.ByteString
getStringVal()
We use bytes for strings because proto has an encoding requirement for the proto3::string type.Schema.PrimitiveType
getTag()
Type tag indicates which value field is setint
getTagValue()
Type tag indicates which value field is setSchema.RelUInt128
getUint128Val()
Not present in protobufSchema.RelUInt128OrBuilder
getUint128ValOrBuilder()
Not present in protobufint
getUint16Val()
Not present in protobuf; uint32int
getUint32Val()
uint32 uint32_val = 9;
long
getUint64Val()
uint64 uint64_val = 8;
int
getUint8Val()
Not present in protobuf; uint32com.google.protobuf.UnknownFieldSet
getUnknownFields()
Schema.PrimitiveValue.ValueCase
getValueCase()
boolean
hasBoolVal()
bool bool_val = 16;
boolean
hasCharVal()
uint32 char_val = 15;
boolean
hasFloat16Val()
Not present in protobufboolean
hasFloat32Val()
float float32_val = 13;
boolean
hasFloat64Val()
double float64_val = 12;
int
hashCode()
boolean
hasInt128Val()
Not present in protobufboolean
hasInt16Val()
Not present in protobuf; int32boolean
hasInt32Val()
int32 int32_val = 4;
boolean
hasInt64Val()
int64 int64_val = 3;
boolean
hasInt8Val()
Not present in protobuf; int32boolean
hasStringVal()
We use bytes for strings because proto has an encoding requirement for the proto3::string type.boolean
hasUint128Val()
Not present in protobufboolean
hasUint16Val()
Not present in protobuf; uint32boolean
hasUint32Val()
uint32 uint32_val = 9;
boolean
hasUint64Val()
uint64 uint64_val = 8;
boolean
hasUint8Val()
Not present in protobuf; uint32protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Schema.PrimitiveValue.Builder
newBuilder()
static Schema.PrimitiveValue.Builder
newBuilder(Schema.PrimitiveValue prototype)
Schema.PrimitiveValue.Builder
newBuilderForType()
protected Schema.PrimitiveValue.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Schema.PrimitiveValue
parseDelimitedFrom(InputStream input)
static Schema.PrimitiveValue
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.PrimitiveValue
parseFrom(byte[] data)
static Schema.PrimitiveValue
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.PrimitiveValue
parseFrom(com.google.protobuf.ByteString data)
static Schema.PrimitiveValue
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.PrimitiveValue
parseFrom(com.google.protobuf.CodedInputStream input)
static Schema.PrimitiveValue
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.PrimitiveValue
parseFrom(InputStream input)
static Schema.PrimitiveValue
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema.PrimitiveValue
parseFrom(ByteBuffer data)
static Schema.PrimitiveValue
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Schema.PrimitiveValue>
parser()
Schema.PrimitiveValue.Builder
toBuilder()
void
writeTo(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, isStringEmpty, 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
-
TAG_FIELD_NUMBER
public static final int TAG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INT128_VAL_FIELD_NUMBER
public static final int INT128_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
-
INT32_VAL_FIELD_NUMBER
public static final int INT32_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INT16_VAL_FIELD_NUMBER
public static final int INT16_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INT8_VAL_FIELD_NUMBER
public static final int INT8_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UINT128_VAL_FIELD_NUMBER
public static final int UINT128_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UINT64_VAL_FIELD_NUMBER
public static final int UINT64_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UINT32_VAL_FIELD_NUMBER
public static final int UINT32_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UINT16_VAL_FIELD_NUMBER
public static final int UINT16_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UINT8_VAL_FIELD_NUMBER
public static final int UINT8_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FLOAT64_VAL_FIELD_NUMBER
public static final int FLOAT64_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FLOAT32_VAL_FIELD_NUMBER
public static final int FLOAT32_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FLOAT16_VAL_FIELD_NUMBER
public static final int FLOAT16_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CHAR_VAL_FIELD_NUMBER
public static final int CHAR_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
-
STRING_VAL_FIELD_NUMBER
public static final int STRING_VAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getValueCase
public Schema.PrimitiveValue.ValueCase getValueCase()
- Specified by:
getValueCase
in interfaceSchema.PrimitiveValueOrBuilder
-
getTagValue
public int getTagValue()
Type tag indicates which value field is set
.relationalai.protocol.PrimitiveType tag = 1;
- Specified by:
getTagValue
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The enum numeric value on the wire for tag.
-
getTag
public Schema.PrimitiveType getTag()
Type tag indicates which value field is set
.relationalai.protocol.PrimitiveType tag = 1;
- Specified by:
getTag
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The tag.
-
hasInt128Val
public boolean hasInt128Val()
Not present in protobuf
.relationalai.protocol.RelInt128 int128_val = 2;
- Specified by:
hasInt128Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the int128Val field is set.
-
getInt128Val
public Schema.RelInt128 getInt128Val()
Not present in protobuf
.relationalai.protocol.RelInt128 int128_val = 2;
- Specified by:
getInt128Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The int128Val.
-
getInt128ValOrBuilder
public Schema.RelInt128OrBuilder getInt128ValOrBuilder()
Not present in protobuf
.relationalai.protocol.RelInt128 int128_val = 2;
- Specified by:
getInt128ValOrBuilder
in interfaceSchema.PrimitiveValueOrBuilder
-
hasInt64Val
public boolean hasInt64Val()
int64 int64_val = 3;
- Specified by:
hasInt64Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the int64Val field is set.
-
getInt64Val
public long getInt64Val()
int64 int64_val = 3;
- Specified by:
getInt64Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The int64Val.
-
hasInt32Val
public boolean hasInt32Val()
int32 int32_val = 4;
- Specified by:
hasInt32Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the int32Val field is set.
-
getInt32Val
public int getInt32Val()
int32 int32_val = 4;
- Specified by:
getInt32Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The int32Val.
-
hasInt16Val
public boolean hasInt16Val()
Not present in protobuf; int32
int32 int16_val = 5;
- Specified by:
hasInt16Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the int16Val field is set.
-
getInt16Val
public int getInt16Val()
Not present in protobuf; int32
int32 int16_val = 5;
- Specified by:
getInt16Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The int16Val.
-
hasInt8Val
public boolean hasInt8Val()
Not present in protobuf; int32
int32 int8_val = 6;
- Specified by:
hasInt8Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the int8Val field is set.
-
getInt8Val
public int getInt8Val()
Not present in protobuf; int32
int32 int8_val = 6;
- Specified by:
getInt8Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The int8Val.
-
hasUint128Val
public boolean hasUint128Val()
Not present in protobuf
.relationalai.protocol.RelUInt128 uint128_val = 7;
- Specified by:
hasUint128Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the uint128Val field is set.
-
getUint128Val
public Schema.RelUInt128 getUint128Val()
Not present in protobuf
.relationalai.protocol.RelUInt128 uint128_val = 7;
- Specified by:
getUint128Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The uint128Val.
-
getUint128ValOrBuilder
public Schema.RelUInt128OrBuilder getUint128ValOrBuilder()
Not present in protobuf
.relationalai.protocol.RelUInt128 uint128_val = 7;
- Specified by:
getUint128ValOrBuilder
in interfaceSchema.PrimitiveValueOrBuilder
-
hasUint64Val
public boolean hasUint64Val()
uint64 uint64_val = 8;
- Specified by:
hasUint64Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the uint64Val field is set.
-
getUint64Val
public long getUint64Val()
uint64 uint64_val = 8;
- Specified by:
getUint64Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The uint64Val.
-
hasUint32Val
public boolean hasUint32Val()
uint32 uint32_val = 9;
- Specified by:
hasUint32Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the uint32Val field is set.
-
getUint32Val
public int getUint32Val()
uint32 uint32_val = 9;
- Specified by:
getUint32Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The uint32Val.
-
hasUint16Val
public boolean hasUint16Val()
Not present in protobuf; uint32
uint32 uint16_val = 10;
- Specified by:
hasUint16Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the uint16Val field is set.
-
getUint16Val
public int getUint16Val()
Not present in protobuf; uint32
uint32 uint16_val = 10;
- Specified by:
getUint16Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The uint16Val.
-
hasUint8Val
public boolean hasUint8Val()
Not present in protobuf; uint32
uint32 uint8_val = 11;
- Specified by:
hasUint8Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the uint8Val field is set.
-
getUint8Val
public int getUint8Val()
Not present in protobuf; uint32
uint32 uint8_val = 11;
- Specified by:
getUint8Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The uint8Val.
-
hasFloat64Val
public boolean hasFloat64Val()
double float64_val = 12;
- Specified by:
hasFloat64Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the float64Val field is set.
-
getFloat64Val
public double getFloat64Val()
double float64_val = 12;
- Specified by:
getFloat64Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The float64Val.
-
hasFloat32Val
public boolean hasFloat32Val()
float float32_val = 13;
- Specified by:
hasFloat32Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the float32Val field is set.
-
getFloat32Val
public float getFloat32Val()
float float32_val = 13;
- Specified by:
getFloat32Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The float32Val.
-
hasFloat16Val
public boolean hasFloat16Val()
Not present in protobuf
float float16_val = 14;
- Specified by:
hasFloat16Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the float16Val field is set.
-
getFloat16Val
public float getFloat16Val()
Not present in protobuf
float float16_val = 14;
- Specified by:
getFloat16Val
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The float16Val.
-
hasCharVal
public boolean hasCharVal()
uint32 char_val = 15;
- Specified by:
hasCharVal
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the charVal field is set.
-
getCharVal
public int getCharVal()
uint32 char_val = 15;
- Specified by:
getCharVal
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The charVal.
-
hasBoolVal
public boolean hasBoolVal()
bool bool_val = 16;
- Specified by:
hasBoolVal
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the boolVal field is set.
-
getBoolVal
public boolean getBoolVal()
bool bool_val = 16;
- Specified by:
getBoolVal
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The boolVal.
-
hasStringVal
public boolean hasStringVal()
We use bytes for strings because proto has an encoding requirement for the proto3::string type.
bytes string_val = 17;
- Specified by:
hasStringVal
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- Whether the stringVal field is set.
-
getStringVal
public com.google.protobuf.ByteString getStringVal()
We use bytes for strings because proto has an encoding requirement for the proto3::string type.
bytes string_val = 17;
- Specified by:
getStringVal
in interfaceSchema.PrimitiveValueOrBuilder
- Returns:
- The stringVal.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Schema.PrimitiveValue parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Schema.PrimitiveValue parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Schema.PrimitiveValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Schema.PrimitiveValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Schema.PrimitiveValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Schema.PrimitiveValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Schema.PrimitiveValue parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Schema.PrimitiveValue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Schema.PrimitiveValue parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Schema.PrimitiveValue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Schema.PrimitiveValue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Schema.PrimitiveValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Schema.PrimitiveValue.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Schema.PrimitiveValue.Builder newBuilder()
-
newBuilder
public static Schema.PrimitiveValue.Builder newBuilder(Schema.PrimitiveValue prototype)
-
toBuilder
public Schema.PrimitiveValue.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Schema.PrimitiveValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Schema.PrimitiveValue getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Schema.PrimitiveValue> parser()
-
getParserForType
public com.google.protobuf.Parser<Schema.PrimitiveValue> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Schema.PrimitiveValue getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-