Package com.ocient.jdbc.proto
Interface PlanProtocol.GdcLookupOperatorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.GdcLookupOperator,PlanProtocol.GdcLookupOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.GdcLookupOperatorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()a string identifier that is the uuid of this lookup table, and the version number(higher is newer)com.google.protobuf.ByteStringgetIdBytes()a string identifier that is the uuid of this lookup table, and the version number(higher is newer)longgetVersion()int64 version = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
a string identifier that is the uuid of this lookup table, and the version number(higher is newer)
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
a string identifier that is the uuid of this lookup table, and the version number(higher is newer)
string id = 1;- Returns:
- The bytes for id.
-
getVersion
long getVersion()
int64 version = 2;- Returns:
- The version.
-
-