Package app.hypi.mekadb.client
Class PlaceholderValue.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder>
-
- app.hypi.mekadb.client.PlaceholderValue.Builder
-
- All Implemented Interfaces:
PlaceholderValueOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- PlaceholderValue
public static final class PlaceholderValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder> implements PlaceholderValueOrBuilder
Protobuf typemekadb_client.PlaceholderValue
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PlaceholderValue.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)PlaceholderValuebuild()PlaceholderValuebuildPartial()PlaceholderValue.Builderclear()PlaceholderValue.BuilderclearBinaryT()Binary data - note that no filtering can be done on binary dataPlaceholderValue.BuilderclearBoolT()bool bool_t = 5;PlaceholderValue.BuilderclearData()PlaceholderValue.BuilderclearDoubleT()double double_t = 4;PlaceholderValue.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)PlaceholderValue.BuilderclearFloatT()float float_t = 3;PlaceholderValue.BuilderclearI32T()int32 i32_t = 1;PlaceholderValue.BuilderclearI64T()int64 i64_t = 2;PlaceholderValue.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)PlaceholderValue.BuilderclearStrT()string str_t = 6;PlaceholderValue.BuilderclearTimestampMillis()A timestamp representing the number of milliseconds since 01-01-1970 UTCPlaceholderValue.Builderclone()com.google.protobuf.ByteStringgetBinaryT()Binary data - note that no filtering can be done on binary databooleangetBoolT()bool bool_t = 5;PlaceholderValue.DataCasegetDataCase()PlaceholderValuegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()doublegetDoubleT()double double_t = 4;floatgetFloatT()float float_t = 3;intgetI32T()int32 i32_t = 1;longgetI64T()int64 i64_t = 2;java.lang.StringgetStrT()string str_t = 6;com.google.protobuf.ByteStringgetStrTBytes()string str_t = 6;longgetTimestampMillis()A timestamp representing the number of milliseconds since 01-01-1970 UTCbooleanhasBinaryT()Binary data - note that no filtering can be done on binary databooleanhasBoolT()bool bool_t = 5;booleanhasDoubleT()double double_t = 4;booleanhasFloatT()float float_t = 3;booleanhasI32T()int32 i32_t = 1;booleanhasI64T()int64 i64_t = 2;booleanhasStrT()string str_t = 6;booleanhasTimestampMillis()A timestamp representing the number of milliseconds since 01-01-1970 UTCprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()PlaceholderValue.BuildermergeFrom(PlaceholderValue other)PlaceholderValue.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PlaceholderValue.BuildermergeFrom(com.google.protobuf.Message other)PlaceholderValue.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PlaceholderValue.BuildersetBinaryT(com.google.protobuf.ByteString value)Binary data - note that no filtering can be done on binary dataPlaceholderValue.BuildersetBoolT(boolean value)bool bool_t = 5;PlaceholderValue.BuildersetDoubleT(double value)double double_t = 4;PlaceholderValue.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)PlaceholderValue.BuildersetFloatT(float value)float float_t = 3;PlaceholderValue.BuildersetI32T(int value)int32 i32_t = 1;PlaceholderValue.BuildersetI64T(long value)int64 i64_t = 2;PlaceholderValue.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)PlaceholderValue.BuildersetStrT(java.lang.String value)string str_t = 6;PlaceholderValue.BuildersetStrTBytes(com.google.protobuf.ByteString value)string str_t = 6;PlaceholderValue.BuildersetTimestampMillis(long value)A timestamp representing the number of milliseconds since 01-01-1970 UTCPlaceholderValue.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
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.Builder<PlaceholderValue.Builder>
-
clear
public PlaceholderValue.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder>
-
getDefaultInstanceForType
public PlaceholderValue getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PlaceholderValue build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PlaceholderValue buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PlaceholderValue.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder>
-
setField
public PlaceholderValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder>
-
clearField
public PlaceholderValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder>
-
clearOneof
public PlaceholderValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder>
-
setRepeatedField
public PlaceholderValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder>
-
addRepeatedField
public PlaceholderValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder>
-
mergeFrom
public PlaceholderValue.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlaceholderValue.Builder>
-
mergeFrom
public PlaceholderValue.Builder mergeFrom(PlaceholderValue other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder>
-
mergeFrom
public PlaceholderValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlaceholderValue.Builder>- Throws:
java.io.IOException
-
getDataCase
public PlaceholderValue.DataCase getDataCase()
- Specified by:
getDataCasein interfacePlaceholderValueOrBuilder
-
clearData
public PlaceholderValue.Builder clearData()
-
hasI32T
public boolean hasI32T()
int32 i32_t = 1;- Specified by:
hasI32Tin interfacePlaceholderValueOrBuilder- Returns:
- Whether the i32T field is set.
-
getI32T
public int getI32T()
int32 i32_t = 1;- Specified by:
getI32Tin interfacePlaceholderValueOrBuilder- Returns:
- The i32T.
-
setI32T
public PlaceholderValue.Builder setI32T(int value)
int32 i32_t = 1;- Parameters:
value- The i32T to set.- Returns:
- This builder for chaining.
-
clearI32T
public PlaceholderValue.Builder clearI32T()
int32 i32_t = 1;- Returns:
- This builder for chaining.
-
hasI64T
public boolean hasI64T()
int64 i64_t = 2;- Specified by:
hasI64Tin interfacePlaceholderValueOrBuilder- Returns:
- Whether the i64T field is set.
-
getI64T
public long getI64T()
int64 i64_t = 2;- Specified by:
getI64Tin interfacePlaceholderValueOrBuilder- Returns:
- The i64T.
-
setI64T
public PlaceholderValue.Builder setI64T(long value)
int64 i64_t = 2;- Parameters:
value- The i64T to set.- Returns:
- This builder for chaining.
-
clearI64T
public PlaceholderValue.Builder clearI64T()
int64 i64_t = 2;- Returns:
- This builder for chaining.
-
hasFloatT
public boolean hasFloatT()
float float_t = 3;- Specified by:
hasFloatTin interfacePlaceholderValueOrBuilder- Returns:
- Whether the floatT field is set.
-
getFloatT
public float getFloatT()
float float_t = 3;- Specified by:
getFloatTin interfacePlaceholderValueOrBuilder- Returns:
- The floatT.
-
setFloatT
public PlaceholderValue.Builder setFloatT(float value)
float float_t = 3;- Parameters:
value- The floatT to set.- Returns:
- This builder for chaining.
-
clearFloatT
public PlaceholderValue.Builder clearFloatT()
float float_t = 3;- Returns:
- This builder for chaining.
-
hasDoubleT
public boolean hasDoubleT()
double double_t = 4;- Specified by:
hasDoubleTin interfacePlaceholderValueOrBuilder- Returns:
- Whether the doubleT field is set.
-
getDoubleT
public double getDoubleT()
double double_t = 4;- Specified by:
getDoubleTin interfacePlaceholderValueOrBuilder- Returns:
- The doubleT.
-
setDoubleT
public PlaceholderValue.Builder setDoubleT(double value)
double double_t = 4;- Parameters:
value- The doubleT to set.- Returns:
- This builder for chaining.
-
clearDoubleT
public PlaceholderValue.Builder clearDoubleT()
double double_t = 4;- Returns:
- This builder for chaining.
-
hasBoolT
public boolean hasBoolT()
bool bool_t = 5;- Specified by:
hasBoolTin interfacePlaceholderValueOrBuilder- Returns:
- Whether the boolT field is set.
-
getBoolT
public boolean getBoolT()
bool bool_t = 5;- Specified by:
getBoolTin interfacePlaceholderValueOrBuilder- Returns:
- The boolT.
-
setBoolT
public PlaceholderValue.Builder setBoolT(boolean value)
bool bool_t = 5;- Parameters:
value- The boolT to set.- Returns:
- This builder for chaining.
-
clearBoolT
public PlaceholderValue.Builder clearBoolT()
bool bool_t = 5;- Returns:
- This builder for chaining.
-
hasStrT
public boolean hasStrT()
string str_t = 6;- Specified by:
hasStrTin interfacePlaceholderValueOrBuilder- Returns:
- Whether the strT field is set.
-
getStrT
public java.lang.String getStrT()
string str_t = 6;- Specified by:
getStrTin interfacePlaceholderValueOrBuilder- Returns:
- The strT.
-
getStrTBytes
public com.google.protobuf.ByteString getStrTBytes()
string str_t = 6;- Specified by:
getStrTBytesin interfacePlaceholderValueOrBuilder- Returns:
- The bytes for strT.
-
setStrT
public PlaceholderValue.Builder setStrT(java.lang.String value)
string str_t = 6;- Parameters:
value- The strT to set.- Returns:
- This builder for chaining.
-
clearStrT
public PlaceholderValue.Builder clearStrT()
string str_t = 6;- Returns:
- This builder for chaining.
-
setStrTBytes
public PlaceholderValue.Builder setStrTBytes(com.google.protobuf.ByteString value)
string str_t = 6;- Parameters:
value- The bytes for strT to set.- Returns:
- This builder for chaining.
-
hasBinaryT
public boolean hasBinaryT()
Binary data - note that no filtering can be done on binary data
bytes binary_t = 7;- Specified by:
hasBinaryTin interfacePlaceholderValueOrBuilder- Returns:
- Whether the binaryT field is set.
-
getBinaryT
public com.google.protobuf.ByteString getBinaryT()
Binary data - note that no filtering can be done on binary data
bytes binary_t = 7;- Specified by:
getBinaryTin interfacePlaceholderValueOrBuilder- Returns:
- The binaryT.
-
setBinaryT
public PlaceholderValue.Builder setBinaryT(com.google.protobuf.ByteString value)
Binary data - note that no filtering can be done on binary data
bytes binary_t = 7;- Parameters:
value- The binaryT to set.- Returns:
- This builder for chaining.
-
clearBinaryT
public PlaceholderValue.Builder clearBinaryT()
Binary data - note that no filtering can be done on binary data
bytes binary_t = 7;- Returns:
- This builder for chaining.
-
hasTimestampMillis
public boolean hasTimestampMillis()
A timestamp representing the number of milliseconds since 01-01-1970 UTC
int64 timestamp_millis = 8;- Specified by:
hasTimestampMillisin interfacePlaceholderValueOrBuilder- Returns:
- Whether the timestampMillis field is set.
-
getTimestampMillis
public long getTimestampMillis()
A timestamp representing the number of milliseconds since 01-01-1970 UTC
int64 timestamp_millis = 8;- Specified by:
getTimestampMillisin interfacePlaceholderValueOrBuilder- Returns:
- The timestampMillis.
-
setTimestampMillis
public PlaceholderValue.Builder setTimestampMillis(long value)
A timestamp representing the number of milliseconds since 01-01-1970 UTC
int64 timestamp_millis = 8;- Parameters:
value- The timestampMillis to set.- Returns:
- This builder for chaining.
-
clearTimestampMillis
public PlaceholderValue.Builder clearTimestampMillis()
A timestamp representing the number of milliseconds since 01-01-1970 UTC
int64 timestamp_millis = 8;- Returns:
- This builder for chaining.
-
setUnknownFields
public final PlaceholderValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder>
-
mergeUnknownFields
public final PlaceholderValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlaceholderValue.Builder>
-
-