Uses of Class
org.apache.drill.exec.proto.UserProtos.CatalogMetadata.Builder
Packages that use UserProtos.CatalogMetadata.Builder
-
Uses of UserProtos.CatalogMetadata.Builder in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserProtos.CatalogMetadata.BuilderModifier and TypeMethodDescriptionUserProtos.GetCatalogsResp.Builder.addCatalogsBuilder()repeated .exec.user.CatalogMetadata catalogs = 2;UserProtos.GetCatalogsResp.Builder.addCatalogsBuilder(int index) repeated .exec.user.CatalogMetadata catalogs = 2;UserProtos.CatalogMetadata.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserProtos.CatalogMetadata.Builder.clear()UserProtos.CatalogMetadata.Builder.clearCatalogName()optional string catalog_name = 1;UserProtos.CatalogMetadata.Builder.clearConnect()optional string connect = 3;UserProtos.CatalogMetadata.Builder.clearDescription()optional string description = 2;UserProtos.CatalogMetadata.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) UserProtos.CatalogMetadata.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) UserProtos.CatalogMetadata.Builder.clone()UserProtos.GetCatalogsResp.Builder.getCatalogsBuilder(int index) repeated .exec.user.CatalogMetadata catalogs = 2;UserProtos.CatalogMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.CatalogMetadata.Builder.mergeFrom(com.google.protobuf.Message other) UserProtos.CatalogMetadata.Builder.mergeFrom(UserProtos.CatalogMetadata other) UserProtos.CatalogMetadata.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UserProtos.CatalogMetadata.newBuilder()UserProtos.CatalogMetadata.newBuilder(UserProtos.CatalogMetadata prototype) UserProtos.CatalogMetadata.newBuilderForType()protected UserProtos.CatalogMetadata.BuilderUserProtos.CatalogMetadata.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SchemaUserProtos.CatalogMetadata.BuilderSchema.newMessage()UserProtos.CatalogMetadata.Builder.setCatalogName(String value) optional string catalog_name = 1;UserProtos.CatalogMetadata.Builder.setCatalogNameBytes(com.google.protobuf.ByteString value) optional string catalog_name = 1;UserProtos.CatalogMetadata.Builder.setConnect(String value) optional string connect = 3;UserProtos.CatalogMetadata.Builder.setConnectBytes(com.google.protobuf.ByteString value) optional string connect = 3;UserProtos.CatalogMetadata.Builder.setDescription(String value) optional string description = 2;UserProtos.CatalogMetadata.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) optional string description = 2;UserProtos.CatalogMetadata.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserProtos.CatalogMetadata.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UserProtos.CatalogMetadata.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UserProtos.CatalogMetadata.toBuilder()Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.CatalogMetadata.BuilderModifier and TypeMethodDescriptionUserProtos.GetCatalogsResp.Builder.getCatalogsBuilderList()repeated .exec.user.CatalogMetadata catalogs = 2;SchemaUserProtos.CatalogMetadata.BuilderSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type UserProtos.CatalogMetadata.BuilderModifier and TypeMethodDescriptionUserProtos.GetCatalogsResp.Builder.addCatalogs(int index, UserProtos.CatalogMetadata.Builder builderForValue) repeated .exec.user.CatalogMetadata catalogs = 2;UserProtos.GetCatalogsResp.Builder.addCatalogs(UserProtos.CatalogMetadata.Builder builderForValue) repeated .exec.user.CatalogMetadata catalogs = 2;booleanSchemaUserProtos.CatalogMetadata.BuilderSchema.isInitialized(UserProtos.CatalogMetadata.Builder builder) voidSchemaUserProtos.CatalogMetadata.BuilderSchema.mergeFrom(io.protostuff.Input input, UserProtos.CatalogMetadata.Builder builder) UserProtos.GetCatalogsResp.Builder.setCatalogs(int index, UserProtos.CatalogMetadata.Builder builderForValue) repeated .exec.user.CatalogMetadata catalogs = 2;voidSchemaUserProtos.CatalogMetadata.BuilderSchema.writeTo(io.protostuff.Output output, UserProtos.CatalogMetadata.Builder builder)