public static final class AuthenticationProtos.WhoAmIResponse.Builder extends <any> implements AuthenticationProtos.WhoAmIResponseOrBuilder
WhoAmIResponse| Modifier and Type | Method and Description |
|---|---|
AuthenticationProtos.WhoAmIResponse |
build() |
AuthenticationProtos.WhoAmIResponse |
buildPartial() |
AuthenticationProtos.WhoAmIResponse.Builder |
clear() |
AuthenticationProtos.WhoAmIResponse.Builder |
clearAuthMethod()
optional string auth_method = 2; |
AuthenticationProtos.WhoAmIResponse.Builder |
clearUsername()
optional string username = 1; |
AuthenticationProtos.WhoAmIResponse.Builder |
clone() |
String |
getAuthMethod()
optional string auth_method = 2; |
com.google.protobuf.ByteString |
getAuthMethodBytes()
optional string auth_method = 2; |
AuthenticationProtos.WhoAmIResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getUsername()
optional string username = 1; |
com.google.protobuf.ByteString |
getUsernameBytes()
optional string username = 1; |
boolean |
hasAuthMethod()
optional string auth_method = 2; |
boolean |
hasUsername()
optional string username = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AuthenticationProtos.WhoAmIResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthenticationProtos.WhoAmIResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
AuthenticationProtos.WhoAmIResponse.Builder |
setAuthMethod(String value)
optional string auth_method = 2; |
AuthenticationProtos.WhoAmIResponse.Builder |
setAuthMethodBytes(com.google.protobuf.ByteString value)
optional string auth_method = 2; |
AuthenticationProtos.WhoAmIResponse.Builder |
setUsername(String value)
optional string username = 1; |
AuthenticationProtos.WhoAmIResponse.Builder |
setUsernameBytes(com.google.protobuf.ByteString value)
optional string username = 1; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public AuthenticationProtos.WhoAmIResponse.Builder clear()
public AuthenticationProtos.WhoAmIResponse.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public AuthenticationProtos.WhoAmIResponse getDefaultInstanceForType()
public AuthenticationProtos.WhoAmIResponse build()
public AuthenticationProtos.WhoAmIResponse buildPartial()
public AuthenticationProtos.WhoAmIResponse.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public AuthenticationProtos.WhoAmIResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasUsername()
optional string username = 1;hasUsername in interface AuthenticationProtos.WhoAmIResponseOrBuilderpublic 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 AuthenticationProtos.WhoAmIResponse.Builder setUsername(String value)
optional string username = 1;public AuthenticationProtos.WhoAmIResponse.Builder clearUsername()
optional string username = 1;public AuthenticationProtos.WhoAmIResponse.Builder setUsernameBytes(com.google.protobuf.ByteString value)
optional string username = 1;public boolean hasAuthMethod()
optional string auth_method = 2;hasAuthMethod in interface AuthenticationProtos.WhoAmIResponseOrBuilderpublic 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 AuthenticationProtos.WhoAmIResponse.Builder setAuthMethod(String value)
optional string auth_method = 2;public AuthenticationProtos.WhoAmIResponse.Builder clearAuthMethod()
optional string auth_method = 2;public AuthenticationProtos.WhoAmIResponse.Builder setAuthMethodBytes(com.google.protobuf.ByteString value)
optional string auth_method = 2;