Uses of Class
org.apache.drill.exec.proto.UserProtos.CatalogMetadata
-
Uses of UserProtos.CatalogMetadata in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.CatalogMetadata>
UserProtos.CatalogMetadata.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserProtos.CatalogMetadata.Builder.build()
UserProtos.CatalogMetadata.Builder.buildPartial()
UserProtos.GetCatalogsResp.Builder.getCatalogs
(int index) repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsResp.getCatalogs
(int index) repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsRespOrBuilder.getCatalogs
(int index) repeated .exec.user.CatalogMetadata catalogs = 2;
static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.getDefaultInstance()
UserProtos.CatalogMetadata.Builder.getDefaultInstanceForType()
UserProtos.CatalogMetadata.getDefaultInstanceForType()
SchemaUserProtos.CatalogMetadata.MessageSchema.newMessage()
static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.parseDelimitedFrom
(InputStream input) static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.parseFrom
(byte[] data) static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.parseFrom
(com.google.protobuf.ByteString data) static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.parseFrom
(com.google.protobuf.CodedInputStream input) static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.parseFrom
(InputStream input) static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.parseFrom
(ByteBuffer data) static UserProtos.CatalogMetadata
UserProtos.CatalogMetadata.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionUserProtos.GetCatalogsResp.Builder.getCatalogsList()
repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsResp.getCatalogsList()
repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsRespOrBuilder.getCatalogsList()
repeated .exec.user.CatalogMetadata catalogs = 2;
com.google.protobuf.Parser<UserProtos.CatalogMetadata>
UserProtos.CatalogMetadata.getParserForType()
static com.google.protobuf.Parser<UserProtos.CatalogMetadata>
UserProtos.CatalogMetadata.parser()
SchemaUserProtos.CatalogMetadata.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionUserProtos.GetCatalogsResp.Builder.addCatalogs
(int index, UserProtos.CatalogMetadata value) repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsResp.Builder.addCatalogs
(UserProtos.CatalogMetadata value) repeated .exec.user.CatalogMetadata catalogs = 2;
boolean
SchemaUserProtos.CatalogMetadata.MessageSchema.isInitialized
(UserProtos.CatalogMetadata message) void
SchemaUserProtos.CatalogMetadata.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.CatalogMetadata message) UserProtos.CatalogMetadata.Builder.mergeFrom
(UserProtos.CatalogMetadata other) UserProtos.CatalogMetadata.newBuilder
(UserProtos.CatalogMetadata prototype) UserProtos.GetCatalogsResp.Builder.setCatalogs
(int index, UserProtos.CatalogMetadata value) repeated .exec.user.CatalogMetadata catalogs = 2;
void
SchemaUserProtos.CatalogMetadata.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.CatalogMetadata message) Modifier and TypeMethodDescriptionUserProtos.GetCatalogsResp.Builder.addAllCatalogs
(Iterable<? extends UserProtos.CatalogMetadata> values) repeated .exec.user.CatalogMetadata catalogs = 2;