Package org.apache.drill.exec.proto
Interface UserProtos.UserPropertiesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserProtos.UserProperties
,UserProtos.UserProperties.Builder
- Enclosing class:
- UserProtos
public static interface UserProtos.UserPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetProperties
(int index) repeated .exec.user.Property properties = 1;
int
repeated .exec.user.Property properties = 1;
repeated .exec.user.Property properties = 1;
getPropertiesOrBuilder
(int index) repeated .exec.user.Property properties = 1;
List<? extends UserProtos.PropertyOrBuilder>
repeated .exec.user.Property properties = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPropertiesList
List<UserProtos.Property> getPropertiesList()repeated .exec.user.Property properties = 1;
-
getProperties
repeated .exec.user.Property properties = 1;
-
getPropertiesCount
int getPropertiesCount()repeated .exec.user.Property properties = 1;
-
getPropertiesOrBuilderList
List<? extends UserProtos.PropertyOrBuilder> getPropertiesOrBuilderList()repeated .exec.user.Property properties = 1;
-
getPropertiesOrBuilder
repeated .exec.user.Property properties = 1;
-