Uses of Class
org.apache.drill.exec.proto.UserProtos.Property
-
Uses of UserProtos.Property in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.Property>
UserProtos.Property.PARSER
Deprecated.Modifier 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) Modifier 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()
Modifier 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) Modifier and TypeMethodDescriptionUserProtos.UserProperties.Builder.addAllProperties
(Iterable<? extends UserProtos.Property> values) repeated .exec.user.Property properties = 1;