Package org.apache.arrow.flight.impl
Interface Flight.BasicAuthOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Flight.BasicAuth
,Flight.BasicAuth.Builder
- Enclosing class:
- Flight
public static interface Flight.BasicAuthOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring password = 3;
com.google.protobuf.ByteString
string password = 3;
string username = 2;
com.google.protobuf.ByteString
string username = 2;
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
-
getUsername
String getUsername()string username = 2;
- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()string username = 2;
- Returns:
- The bytes for username.
-
getPassword
String getPassword()string password = 3;
- Returns:
- The password.
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()string password = 3;
- Returns:
- The bytes for password.
-