Package org.apache.drill.exec.proto
Interface UserProtos.CatalogMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.CatalogMetadata,UserProtos.CatalogMetadata.Builder
- Enclosing class:
UserProtos
public static interface UserProtos.CatalogMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string catalog_name = 1;com.google.protobuf.ByteStringoptional string catalog_name = 1;optional string connect = 3;com.google.protobuf.ByteStringoptional string connect = 3;optional string description = 2;com.google.protobuf.ByteStringoptional string description = 2;booleanoptional string catalog_name = 1;booleanoptional string connect = 3;booleanoptional string description = 2;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
-
hasCatalogName
boolean hasCatalogName()optional string catalog_name = 1;- Returns:
- Whether the catalogName field is set.
-
getCatalogName
String getCatalogName()optional string catalog_name = 1;- Returns:
- The catalogName.
-
getCatalogNameBytes
com.google.protobuf.ByteString getCatalogNameBytes()optional string catalog_name = 1;- Returns:
- The bytes for catalogName.
-
hasDescription
boolean hasDescription()optional string description = 2;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()optional string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()optional string description = 2;- Returns:
- The bytes for description.
-
hasConnect
boolean hasConnect()optional string connect = 3;- Returns:
- Whether the connect field is set.
-
getConnect
String getConnect()optional string connect = 3;- Returns:
- The connect.
-
getConnectBytes
com.google.protobuf.ByteString getConnectBytes()optional string connect = 3;- Returns:
- The bytes for connect.
-