Package org.apache.drill.exec.proto
Interface UserProtos.GetCatalogsReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.GetCatalogsReq
,UserProtos.GetCatalogsReq.Builder
- Enclosing class:
- UserProtos
public static interface UserProtos.GetCatalogsReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .exec.user.LikeFilter catalog_name_filter = 1;
optional .exec.user.LikeFilter catalog_name_filter = 1;
boolean
optional .exec.user.LikeFilter catalog_name_filter = 1;
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
-
hasCatalogNameFilter
boolean hasCatalogNameFilter()optional .exec.user.LikeFilter catalog_name_filter = 1;
- Returns:
- Whether the catalogNameFilter field is set.
-
getCatalogNameFilter
UserProtos.LikeFilter getCatalogNameFilter()optional .exec.user.LikeFilter catalog_name_filter = 1;
- Returns:
- The catalogNameFilter.
-
getCatalogNameFilterOrBuilder
UserProtos.LikeFilterOrBuilder getCatalogNameFilterOrBuilder()optional .exec.user.LikeFilter catalog_name_filter = 1;
-