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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetColumnName()optional string column_name = 1;com.google.protobuf.ByteStringgetColumnNameBytes()optional string column_name = 1;longgetColumnType()optional int64 column_type = 2;booleangetDatumBool()bool datum_bool = 7;com.google.protobuf.ByteStringgetDatumBytes()bytes datum_bytes = 9;PgProto.DatumMessage.DatumCasegetDatumCase()doublegetDatumDouble()double datum_double = 6;floatgetDatumFloat()float datum_float = 5;intgetDatumInt32()int32 datum_int32 = 3;longgetDatumInt64()int64 datum_int64 = 4;booleangetDatumMissing()bool datum_missing = 11;PgProto.PointgetDatumPoint().decoderbufs.Point datum_point = 10;PgProto.PointOrBuildergetDatumPointOrBuilder().decoderbufs.Point datum_point = 10;StringgetDatumString()string datum_string = 8;com.google.protobuf.ByteStringgetDatumStringBytes()string datum_string = 8;booleanhasColumnName()optional string column_name = 1;booleanhasColumnType()optional int64 column_type = 2;booleanhasDatumBool()bool datum_bool = 7;booleanhasDatumBytes()bytes datum_bytes = 9;booleanhasDatumDouble()double datum_double = 6;booleanhasDatumFloat()float datum_float = 5;booleanhasDatumInt32()int32 datum_int32 = 3;booleanhasDatumInt64()int64 datum_int64 = 4;booleanhasDatumMissing()bool datum_missing = 11;booleanhasDatumPoint().decoderbufs.Point datum_point = 10;booleanhasDatumString()string datum_string = 8;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-