Package org.apache.drill.exec.proto
Interface UserProtos.SchemaMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.SchemaMetadata
,UserProtos.SchemaMetadata.Builder
- Enclosing class:
- UserProtos
public static interface UserProtos.SchemaMetadataOrBuilder
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 mutable = 5;
com.google.protobuf.ByteString
optional string mutable = 5;
getOwner()
optional string owner = 3;
com.google.protobuf.ByteString
optional string owner = 3;
optional string schema_name = 2;
com.google.protobuf.ByteString
optional string schema_name = 2;
getType()
Type.com.google.protobuf.ByteString
Type.boolean
optional string catalog_name = 1;
boolean
optional string mutable = 5;
boolean
hasOwner()
optional string owner = 3;
boolean
optional string schema_name = 2;
boolean
hasType()
Type.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.
-
hasSchemaName
boolean hasSchemaName()optional string schema_name = 2;
- Returns:
- Whether the schemaName field is set.
-
getSchemaName
String getSchemaName()optional string schema_name = 2;
- Returns:
- The schemaName.
-
getSchemaNameBytes
com.google.protobuf.ByteString getSchemaNameBytes()optional string schema_name = 2;
- Returns:
- The bytes for schemaName.
-
hasOwner
boolean hasOwner()optional string owner = 3;
- Returns:
- Whether the owner field is set.
-
getOwner
String getOwner()optional string owner = 3;
- Returns:
- The owner.
-
getOwnerBytes
com.google.protobuf.ByteString getOwnerBytes()optional string owner = 3;
- Returns:
- The bytes for owner.
-
hasType
boolean hasType()Type. Ex. "file", "mongodb", "hive" etc.
optional string type = 4;
- Returns:
- Whether the type field is set.
-
getType
String getType()Type. Ex. "file", "mongodb", "hive" etc.
optional string type = 4;
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()Type. Ex. "file", "mongodb", "hive" etc.
optional string type = 4;
- Returns:
- The bytes for type.
-
hasMutable
boolean hasMutable()optional string mutable = 5;
- Returns:
- Whether the mutable field is set.
-
getMutable
String getMutable()optional string mutable = 5;
- Returns:
- The mutable.
-
getMutableBytes
com.google.protobuf.ByteString getMutableBytes()optional string mutable = 5;
- Returns:
- The bytes for mutable.
-