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.ByteString
optional string catalog_name = 1;
optional string connect = 3;
com.google.protobuf.ByteString
optional string connect = 3;
optional string description = 2;
com.google.protobuf.ByteString
optional string description = 2;
boolean
optional string catalog_name = 1;
boolean
optional string connect = 3;
boolean
optional string description = 2;
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
-
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.
-