Uses of Class
org.apache.drill.exec.proto.UserProtos.GetCatalogsResp.Builder
-
Uses of UserProtos.GetCatalogsResp.Builder in org.apache.drill.exec.proto
Modifier and TypeMethodDescriptionUserProtos.GetCatalogsResp.Builder.addAllCatalogs
(Iterable<? extends UserProtos.CatalogMetadata> values) repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsResp.Builder.addCatalogs
(int index, UserProtos.CatalogMetadata value) repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsResp.Builder.addCatalogs
(int index, UserProtos.CatalogMetadata.Builder builderForValue) repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsResp.Builder.addCatalogs
(UserProtos.CatalogMetadata value) repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsResp.Builder.addCatalogs
(UserProtos.CatalogMetadata.Builder builderForValue) repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsResp.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserProtos.GetCatalogsResp.Builder.clear()
UserProtos.GetCatalogsResp.Builder.clearCatalogs()
repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsResp.Builder.clearError()
optional .exec.shared.DrillPBError error = 3;
UserProtos.GetCatalogsResp.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) UserProtos.GetCatalogsResp.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) UserProtos.GetCatalogsResp.Builder.clearStatus()
optional .exec.user.RequestStatus status = 1;
UserProtos.GetCatalogsResp.Builder.clone()
UserProtos.GetCatalogsResp.Builder.mergeError
(UserBitShared.DrillPBError value) optional .exec.shared.DrillPBError error = 3;
UserProtos.GetCatalogsResp.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.GetCatalogsResp.Builder.mergeFrom
(com.google.protobuf.Message other) UserProtos.GetCatalogsResp.Builder.mergeFrom
(UserProtos.GetCatalogsResp other) UserProtos.GetCatalogsResp.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) UserProtos.GetCatalogsResp.newBuilder()
UserProtos.GetCatalogsResp.newBuilder
(UserProtos.GetCatalogsResp prototype) UserProtos.GetCatalogsResp.newBuilderForType()
protected UserProtos.GetCatalogsResp.Builder
UserProtos.GetCatalogsResp.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SchemaUserProtos.GetCatalogsResp.BuilderSchema.newMessage()
UserProtos.GetCatalogsResp.Builder.removeCatalogs
(int index) repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsResp.Builder.setCatalogs
(int index, UserProtos.CatalogMetadata value) repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsResp.Builder.setCatalogs
(int index, UserProtos.CatalogMetadata.Builder builderForValue) repeated .exec.user.CatalogMetadata catalogs = 2;
UserProtos.GetCatalogsResp.Builder.setError
(UserBitShared.DrillPBError value) optional .exec.shared.DrillPBError error = 3;
UserProtos.GetCatalogsResp.Builder.setError
(UserBitShared.DrillPBError.Builder builderForValue) optional .exec.shared.DrillPBError error = 3;
UserProtos.GetCatalogsResp.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UserProtos.GetCatalogsResp.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UserProtos.GetCatalogsResp.Builder.setStatus
(UserProtos.RequestStatus value) optional .exec.user.RequestStatus status = 1;
UserProtos.GetCatalogsResp.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) UserProtos.GetCatalogsResp.toBuilder()
Modifier and TypeMethodDescriptionboolean
SchemaUserProtos.GetCatalogsResp.BuilderSchema.isInitialized
(UserProtos.GetCatalogsResp.Builder builder) void
SchemaUserProtos.GetCatalogsResp.BuilderSchema.mergeFrom
(io.protostuff.Input input, UserProtos.GetCatalogsResp.Builder builder) void
SchemaUserProtos.GetCatalogsResp.BuilderSchema.writeTo
(io.protostuff.Output output, UserProtos.GetCatalogsResp.Builder builder)