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 classSchema.PrimitiveValue.Buildernext available: 18static classSchema.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 intBOOL_VAL_FIELD_NUMBERstatic intCHAR_VAL_FIELD_NUMBERstatic intFLOAT16_VAL_FIELD_NUMBERstatic intFLOAT32_VAL_FIELD_NUMBERstatic intFLOAT64_VAL_FIELD_NUMBERstatic intINT128_VAL_FIELD_NUMBERstatic intINT16_VAL_FIELD_NUMBERstatic intINT32_VAL_FIELD_NUMBERstatic intINT64_VAL_FIELD_NUMBERstatic intINT8_VAL_FIELD_NUMBERstatic intSTRING_VAL_FIELD_NUMBERstatic intTAG_FIELD_NUMBERstatic intUINT128_VAL_FIELD_NUMBERstatic intUINT16_VAL_FIELD_NUMBERstatic intUINT32_VAL_FIELD_NUMBERstatic intUINT64_VAL_FIELD_NUMBERstatic intUINT8_VAL_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleangetBoolVal()bool bool_val = 16;intgetCharVal()uint32 char_val = 15;static Schema.PrimitiveValuegetDefaultInstance()Schema.PrimitiveValuegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()floatgetFloat16Val()Not present in protobuffloatgetFloat32Val()float float32_val = 13;doublegetFloat64Val()double float64_val = 12;Schema.RelInt128getInt128Val()Not present in protobufSchema.RelInt128OrBuildergetInt128ValOrBuilder()Not present in protobufintgetInt16Val()Not present in protobuf; int32intgetInt32Val()int32 int32_val = 4;longgetInt64Val()int64 int64_val = 3;intgetInt8Val()Not present in protobuf; int32com.google.protobuf.Parser<Schema.PrimitiveValue>getParserForType()intgetSerializedSize()com.google.protobuf.ByteStringgetStringVal()We use bytes for strings because proto has an encoding requirement for the proto3::string type.Schema.PrimitiveTypegetTag()Type tag indicates which value field is setintgetTagValue()Type tag indicates which value field is setSchema.RelUInt128getUint128Val()Not present in protobufSchema.RelUInt128OrBuildergetUint128ValOrBuilder()Not present in protobufintgetUint16Val()Not present in protobuf; uint32intgetUint32Val()uint32 uint32_val = 9;longgetUint64Val()uint64 uint64_val = 8;intgetUint8Val()Not present in protobuf; uint32com.google.protobuf.UnknownFieldSetgetUnknownFields()Schema.PrimitiveValue.ValueCasegetValueCase()booleanhasBoolVal()bool bool_val = 16;booleanhasCharVal()uint32 char_val = 15;booleanhasFloat16Val()Not present in protobufbooleanhasFloat32Val()float float32_val = 13;booleanhasFloat64Val()double float64_val = 12;inthashCode()booleanhasInt128Val()Not present in protobufbooleanhasInt16Val()Not present in protobuf; int32booleanhasInt32Val()int32 int32_val = 4;booleanhasInt64Val()int64 int64_val = 3;booleanhasInt8Val()Not present in protobuf; int32booleanhasStringVal()We use bytes for strings because proto has an encoding requirement for the proto3::string type.booleanhasUint128Val()Not present in protobufbooleanhasUint16Val()Not present in protobuf; uint32booleanhasUint32Val()uint32 uint32_val = 9;booleanhasUint64Val()uint64 uint64_val = 8;booleanhasUint8Val()Not present in protobuf; uint32protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Schema.PrimitiveValue.BuildernewBuilder()static Schema.PrimitiveValue.BuildernewBuilder(Schema.PrimitiveValue prototype)Schema.PrimitiveValue.BuildernewBuilderForType()protected Schema.PrimitiveValue.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Schema.PrimitiveValueparseDelimitedFrom(InputStream input)static Schema.PrimitiveValueparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.PrimitiveValueparseFrom(byte[] data)static Schema.PrimitiveValueparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.PrimitiveValueparseFrom(com.google.protobuf.ByteString data)static Schema.PrimitiveValueparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.PrimitiveValueparseFrom(com.google.protobuf.CodedInputStream input)static Schema.PrimitiveValueparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.PrimitiveValueparseFrom(InputStream input)static Schema.PrimitiveValueparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Schema.PrimitiveValueparseFrom(ByteBuffer data)static Schema.PrimitiveValueparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Schema.PrimitiveValue>parser()Schema.PrimitiveValue.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, 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:
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
-
getValueCase
public Schema.PrimitiveValue.ValueCase getValueCase()
- Specified by:
getValueCasein interfaceSchema.PrimitiveValueOrBuilder
-
getTagValue
public int getTagValue()
Type tag indicates which value field is set
.relationalai.protocol.PrimitiveType tag = 1;- Specified by:
getTagValuein 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:
getTagin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The tag.
-
hasInt128Val
public boolean hasInt128Val()
Not present in protobuf
.relationalai.protocol.RelInt128 int128_val = 2;- Specified by:
hasInt128Valin 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:
getInt128Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The int128Val.
-
getInt128ValOrBuilder
public Schema.RelInt128OrBuilder getInt128ValOrBuilder()
Not present in protobuf
.relationalai.protocol.RelInt128 int128_val = 2;- Specified by:
getInt128ValOrBuilderin interfaceSchema.PrimitiveValueOrBuilder
-
hasInt64Val
public boolean hasInt64Val()
int64 int64_val = 3;- Specified by:
hasInt64Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the int64Val field is set.
-
getInt64Val
public long getInt64Val()
int64 int64_val = 3;- Specified by:
getInt64Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The int64Val.
-
hasInt32Val
public boolean hasInt32Val()
int32 int32_val = 4;- Specified by:
hasInt32Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the int32Val field is set.
-
getInt32Val
public int getInt32Val()
int32 int32_val = 4;- Specified by:
getInt32Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The int32Val.
-
hasInt16Val
public boolean hasInt16Val()
Not present in protobuf; int32
int32 int16_val = 5;- Specified by:
hasInt16Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the int16Val field is set.
-
getInt16Val
public int getInt16Val()
Not present in protobuf; int32
int32 int16_val = 5;- Specified by:
getInt16Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The int16Val.
-
hasInt8Val
public boolean hasInt8Val()
Not present in protobuf; int32
int32 int8_val = 6;- Specified by:
hasInt8Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the int8Val field is set.
-
getInt8Val
public int getInt8Val()
Not present in protobuf; int32
int32 int8_val = 6;- Specified by:
getInt8Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The int8Val.
-
hasUint128Val
public boolean hasUint128Val()
Not present in protobuf
.relationalai.protocol.RelUInt128 uint128_val = 7;- Specified by:
hasUint128Valin 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:
getUint128Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The uint128Val.
-
getUint128ValOrBuilder
public Schema.RelUInt128OrBuilder getUint128ValOrBuilder()
Not present in protobuf
.relationalai.protocol.RelUInt128 uint128_val = 7;- Specified by:
getUint128ValOrBuilderin interfaceSchema.PrimitiveValueOrBuilder
-
hasUint64Val
public boolean hasUint64Val()
uint64 uint64_val = 8;- Specified by:
hasUint64Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the uint64Val field is set.
-
getUint64Val
public long getUint64Val()
uint64 uint64_val = 8;- Specified by:
getUint64Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The uint64Val.
-
hasUint32Val
public boolean hasUint32Val()
uint32 uint32_val = 9;- Specified by:
hasUint32Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the uint32Val field is set.
-
getUint32Val
public int getUint32Val()
uint32 uint32_val = 9;- Specified by:
getUint32Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The uint32Val.
-
hasUint16Val
public boolean hasUint16Val()
Not present in protobuf; uint32
uint32 uint16_val = 10;- Specified by:
hasUint16Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the uint16Val field is set.
-
getUint16Val
public int getUint16Val()
Not present in protobuf; uint32
uint32 uint16_val = 10;- Specified by:
getUint16Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The uint16Val.
-
hasUint8Val
public boolean hasUint8Val()
Not present in protobuf; uint32
uint32 uint8_val = 11;- Specified by:
hasUint8Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the uint8Val field is set.
-
getUint8Val
public int getUint8Val()
Not present in protobuf; uint32
uint32 uint8_val = 11;- Specified by:
getUint8Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The uint8Val.
-
hasFloat64Val
public boolean hasFloat64Val()
double float64_val = 12;- Specified by:
hasFloat64Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the float64Val field is set.
-
getFloat64Val
public double getFloat64Val()
double float64_val = 12;- Specified by:
getFloat64Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The float64Val.
-
hasFloat32Val
public boolean hasFloat32Val()
float float32_val = 13;- Specified by:
hasFloat32Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the float32Val field is set.
-
getFloat32Val
public float getFloat32Val()
float float32_val = 13;- Specified by:
getFloat32Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The float32Val.
-
hasFloat16Val
public boolean hasFloat16Val()
Not present in protobuf
float float16_val = 14;- Specified by:
hasFloat16Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the float16Val field is set.
-
getFloat16Val
public float getFloat16Val()
Not present in protobuf
float float16_val = 14;- Specified by:
getFloat16Valin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The float16Val.
-
hasCharVal
public boolean hasCharVal()
uint32 char_val = 15;- Specified by:
hasCharValin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the charVal field is set.
-
getCharVal
public int getCharVal()
uint32 char_val = 15;- Specified by:
getCharValin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The charVal.
-
hasBoolVal
public boolean hasBoolVal()
bool bool_val = 16;- Specified by:
hasBoolValin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- Whether the boolVal field is set.
-
getBoolVal
public boolean getBoolVal()
bool bool_val = 16;- Specified by:
getBoolValin 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:
hasStringValin 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:
getStringValin interfaceSchema.PrimitiveValueOrBuilder- Returns:
- The stringVal.
-
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 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:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein 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:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Schema.PrimitiveValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein 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:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Schema.PrimitiveValue getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-