Package org.apache.drill.exec.proto
Interface UserBitShared.UserCredentialsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserBitShared.UserCredentials,UserBitShared.UserCredentials.Builder
- Enclosing class:
UserBitShared
public static interface UserBitShared.UserCredentialsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string user_name = 1;com.google.protobuf.ByteStringoptional string user_name = 1;booleanoptional string user_name = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUserName
boolean hasUserName()optional string user_name = 1;- Returns:
- Whether the userName field is set.
-
getUserName
String getUserName()optional string user_name = 1;- Returns:
- The userName.
-
getUserNameBytes
com.google.protobuf.ByteString getUserNameBytes()optional string user_name = 1;- Returns:
- The bytes for userName.
-