Package org.apache.drill.exec.proto
Interface UserProtos.ConvertSupportOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.ConvertSupport
,UserProtos.ConvertSupport.Builder
- Enclosing class:
- UserProtos
public static interface UserProtos.ConvertSupportOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFrom
boolean hasFrom()required .common.MinorType from = 1;
- Returns:
- Whether the from field is set.
-
getFrom
TypeProtos.MinorType getFrom()required .common.MinorType from = 1;
- Returns:
- The from.
-
hasTo
boolean hasTo()required .common.MinorType to = 2;
- Returns:
- Whether the to field is set.
-
getTo
TypeProtos.MinorType getTo()required .common.MinorType to = 2;
- Returns:
- The to.
-