Uses of Class
org.apache.drill.exec.proto.UserProtos.Property
Packages that use UserProtos.Property
-
Uses of UserProtos.Property in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.PropertyModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.Property>
UserProtos.Property.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserProtos.PropertyModifier and TypeMethodDescriptionUserProtos.Property.Builder.build()
UserProtos.Property.Builder.buildPartial()
static UserProtos.Property
UserProtos.Property.getDefaultInstance()
UserProtos.Property.Builder.getDefaultInstanceForType()
UserProtos.Property.getDefaultInstanceForType()
UserProtos.UserProperties.Builder.getProperties
(int index) repeated .exec.user.Property properties = 1;
UserProtos.UserProperties.getProperties
(int index) repeated .exec.user.Property properties = 1;
UserProtos.UserPropertiesOrBuilder.getProperties
(int index) repeated .exec.user.Property properties = 1;
SchemaUserProtos.Property.MessageSchema.newMessage()
static UserProtos.Property
UserProtos.Property.parseDelimitedFrom
(InputStream input) static UserProtos.Property
UserProtos.Property.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.Property
UserProtos.Property.parseFrom
(byte[] data) static UserProtos.Property
UserProtos.Property.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.Property
UserProtos.Property.parseFrom
(com.google.protobuf.ByteString data) static UserProtos.Property
UserProtos.Property.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.Property
UserProtos.Property.parseFrom
(com.google.protobuf.CodedInputStream input) static UserProtos.Property
UserProtos.Property.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.Property
UserProtos.Property.parseFrom
(InputStream input) static UserProtos.Property
UserProtos.Property.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.Property
UserProtos.Property.parseFrom
(ByteBuffer data) static UserProtos.Property
UserProtos.Property.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.PropertyModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.Property>
UserProtos.Property.getParserForType()
UserProtos.UserProperties.Builder.getPropertiesList()
repeated .exec.user.Property properties = 1;
UserProtos.UserProperties.getPropertiesList()
repeated .exec.user.Property properties = 1;
UserProtos.UserPropertiesOrBuilder.getPropertiesList()
repeated .exec.user.Property properties = 1;
static com.google.protobuf.Parser<UserProtos.Property>
UserProtos.Property.parser()
SchemaUserProtos.Property.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserProtos.PropertyModifier and TypeMethodDescriptionUserProtos.UserProperties.Builder.addProperties
(int index, UserProtos.Property value) repeated .exec.user.Property properties = 1;
UserProtos.UserProperties.Builder.addProperties
(UserProtos.Property value) repeated .exec.user.Property properties = 1;
boolean
SchemaUserProtos.Property.MessageSchema.isInitialized
(UserProtos.Property message) void
SchemaUserProtos.Property.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.Property message) UserProtos.Property.Builder.mergeFrom
(UserProtos.Property other) static UserProtos.Property.Builder
UserProtos.Property.newBuilder
(UserProtos.Property prototype) UserProtos.UserProperties.Builder.setProperties
(int index, UserProtos.Property value) repeated .exec.user.Property properties = 1;
void
SchemaUserProtos.Property.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.Property message) Method parameters in org.apache.drill.exec.proto with type arguments of type UserProtos.PropertyModifier and TypeMethodDescriptionUserProtos.UserProperties.Builder.addAllProperties
(Iterable<? extends UserProtos.Property> values) repeated .exec.user.Property properties = 1;