public static final class AuthenticationProtos.WhoAmIResponse extends com.google.protobuf.GeneratedMessage implements AuthenticationProtos.WhoAmIResponseOrBuilder
hbase.pb.WhoAmIResponse| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationProtos.WhoAmIResponse.Builder
Protobuf type
hbase.pb.WhoAmIResponse |
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTH_METHOD_FIELD_NUMBER |
static <any> |
PARSER |
static int |
USERNAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAuthMethod()
optional string auth_method = 2; |
com.google.protobuf.ByteString |
getAuthMethodBytes()
optional string auth_method = 2; |
static AuthenticationProtos.WhoAmIResponse |
getDefaultInstance() |
AuthenticationProtos.WhoAmIResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getUsername()
optional string username = 1; |
com.google.protobuf.ByteString |
getUsernameBytes()
optional string username = 1; |
boolean |
hasAuthMethod()
optional string auth_method = 2; |
int |
hashCode() |
boolean |
hasUsername()
optional string username = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AuthenticationProtos.WhoAmIResponse.Builder |
newBuilder() |
static AuthenticationProtos.WhoAmIResponse.Builder |
newBuilder(AuthenticationProtos.WhoAmIResponse prototype) |
AuthenticationProtos.WhoAmIResponse.Builder |
newBuilderForType() |
protected AuthenticationProtos.WhoAmIResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static AuthenticationProtos.WhoAmIResponse |
parseDelimitedFrom(java.io.InputStream input) |
static AuthenticationProtos.WhoAmIResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationProtos.WhoAmIResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationProtos.WhoAmIResponse |
parseFrom(com.google.protobuf.ByteString data) |
static AuthenticationProtos.WhoAmIResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationProtos.WhoAmIResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AuthenticationProtos.WhoAmIResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthenticationProtos.WhoAmIResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthenticationProtos.WhoAmIResponse.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int USERNAME_FIELD_NUMBER
public static final int AUTH_METHOD_FIELD_NUMBER
public static AuthenticationProtos.WhoAmIResponse getDefaultInstance()
public AuthenticationProtos.WhoAmIResponse getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasUsername()
optional string username = 1;hasUsername in interface AuthenticationProtos.WhoAmIResponseOrBuilderpublic java.lang.String getUsername()
optional string username = 1;getUsername in interface AuthenticationProtos.WhoAmIResponseOrBuilderpublic com.google.protobuf.ByteString getUsernameBytes()
optional string username = 1;getUsernameBytes in interface AuthenticationProtos.WhoAmIResponseOrBuilderpublic boolean hasAuthMethod()
optional string auth_method = 2;hasAuthMethod in interface AuthenticationProtos.WhoAmIResponseOrBuilderpublic java.lang.String getAuthMethod()
optional string auth_method = 2;getAuthMethod in interface AuthenticationProtos.WhoAmIResponseOrBuilderpublic com.google.protobuf.ByteString getAuthMethodBytes()
optional string auth_method = 2;getAuthMethodBytes in interface AuthenticationProtos.WhoAmIResponseOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static AuthenticationProtos.WhoAmIResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthenticationProtos.WhoAmIResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthenticationProtos.WhoAmIResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AuthenticationProtos.WhoAmIResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AuthenticationProtos.WhoAmIResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AuthenticationProtos.WhoAmIResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AuthenticationProtos.WhoAmIResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AuthenticationProtos.WhoAmIResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AuthenticationProtos.WhoAmIResponse.Builder newBuilder()
public AuthenticationProtos.WhoAmIResponse.Builder newBuilderForType()
public static AuthenticationProtos.WhoAmIResponse.Builder newBuilder(AuthenticationProtos.WhoAmIResponse prototype)
public AuthenticationProtos.WhoAmIResponse.Builder toBuilder()
protected AuthenticationProtos.WhoAmIResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)