Interface PgProto.DatumMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PgProto.DatumMessage,PgProto.DatumMessage.Builder
- Enclosing class:
PgProto
public static interface PgProto.DatumMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string column_name = 1;com.google.protobuf.ByteStringoptional string column_name = 1;longoptional int64 column_type = 2;booleanbool datum_bool = 7;com.google.protobuf.ByteStringbytes datum_bytes = 9;doubledouble datum_double = 6;floatfloat datum_float = 5;intint32 datum_int32 = 3;longint64 datum_int64 = 4;booleanbool datum_missing = 11;.decoderbufs.Point datum_point = 10;.decoderbufs.Point datum_point = 10;string datum_string = 8;com.google.protobuf.ByteStringstring datum_string = 8;booleanoptional string column_name = 1;booleanoptional int64 column_type = 2;booleanbool datum_bool = 7;booleanbytes datum_bytes = 9;booleandouble datum_double = 6;booleanfloat datum_float = 5;booleanint32 datum_int32 = 3;booleanint64 datum_int64 = 4;booleanbool datum_missing = 11;boolean.decoderbufs.Point datum_point = 10;booleanstring datum_string = 8;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasColumnName
boolean hasColumnName()optional string column_name = 1;- Returns:
- Whether the columnName field is set.
-
getColumnName
String getColumnName()optional string column_name = 1;- Returns:
- The columnName.
-
getColumnNameBytes
com.google.protobuf.ByteString getColumnNameBytes()optional string column_name = 1;- Returns:
- The bytes for columnName.
-
hasColumnType
boolean hasColumnType()optional int64 column_type = 2;- Returns:
- Whether the columnType field is set.
-
getColumnType
long getColumnType()optional int64 column_type = 2;- Returns:
- The columnType.
-
hasDatumInt32
boolean hasDatumInt32()int32 datum_int32 = 3;- Returns:
- Whether the datumInt32 field is set.
-
getDatumInt32
int getDatumInt32()int32 datum_int32 = 3;- Returns:
- The datumInt32.
-
hasDatumInt64
boolean hasDatumInt64()int64 datum_int64 = 4;- Returns:
- Whether the datumInt64 field is set.
-
getDatumInt64
long getDatumInt64()int64 datum_int64 = 4;- Returns:
- The datumInt64.
-
hasDatumFloat
boolean hasDatumFloat()float datum_float = 5;- Returns:
- Whether the datumFloat field is set.
-
getDatumFloat
float getDatumFloat()float datum_float = 5;- Returns:
- The datumFloat.
-
hasDatumDouble
boolean hasDatumDouble()double datum_double = 6;- Returns:
- Whether the datumDouble field is set.
-
getDatumDouble
double getDatumDouble()double datum_double = 6;- Returns:
- The datumDouble.
-
hasDatumBool
boolean hasDatumBool()bool datum_bool = 7;- Returns:
- Whether the datumBool field is set.
-
getDatumBool
boolean getDatumBool()bool datum_bool = 7;- Returns:
- The datumBool.
-
hasDatumString
boolean hasDatumString()string datum_string = 8;- Returns:
- Whether the datumString field is set.
-
getDatumString
String getDatumString()string datum_string = 8;- Returns:
- The datumString.
-
getDatumStringBytes
com.google.protobuf.ByteString getDatumStringBytes()string datum_string = 8;- Returns:
- The bytes for datumString.
-
hasDatumBytes
boolean hasDatumBytes()bytes datum_bytes = 9;- Returns:
- Whether the datumBytes field is set.
-
getDatumBytes
com.google.protobuf.ByteString getDatumBytes()bytes datum_bytes = 9;- Returns:
- The datumBytes.
-
hasDatumPoint
boolean hasDatumPoint().decoderbufs.Point datum_point = 10;- Returns:
- Whether the datumPoint field is set.
-
getDatumPoint
PgProto.Point getDatumPoint().decoderbufs.Point datum_point = 10;- Returns:
- The datumPoint.
-
getDatumPointOrBuilder
PgProto.PointOrBuilder getDatumPointOrBuilder().decoderbufs.Point datum_point = 10; -
hasDatumMissing
boolean hasDatumMissing()bool datum_missing = 11;- Returns:
- Whether the datumMissing field is set.
-
getDatumMissing
boolean getDatumMissing()bool datum_missing = 11;- Returns:
- The datumMissing.
-
getDatumCase
PgProto.DatumMessage.DatumCase getDatumCase()
-