public static final class AuthenticationProtos.WhoAmIResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder> 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(AuthenticationProtos.WhoAmIResponse other) |
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; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>
public AuthenticationProtos.WhoAmIResponse.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>
public AuthenticationProtos.WhoAmIResponse.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>
public AuthenticationProtos.WhoAmIResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public AuthenticationProtos.WhoAmIResponse build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public AuthenticationProtos.WhoAmIResponse buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public AuthenticationProtos.WhoAmIResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>
public AuthenticationProtos.WhoAmIResponse.Builder mergeFrom(AuthenticationProtos.WhoAmIResponse other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>
public AuthenticationProtos.WhoAmIResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<AuthenticationProtos.WhoAmIResponse.Builder>
IOException
public boolean hasUsername()
optional string username = 1;
hasUsername
in interface AuthenticationProtos.WhoAmIResponseOrBuilder
public String getUsername()
optional string username = 1;
getUsername
in interface AuthenticationProtos.WhoAmIResponseOrBuilder
public com.google.protobuf.ByteString getUsernameBytes()
optional string username = 1;
getUsernameBytes
in interface AuthenticationProtos.WhoAmIResponseOrBuilder
public 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.WhoAmIResponseOrBuilder
public String getAuthMethod()
optional string auth_method = 2;
getAuthMethod
in interface AuthenticationProtos.WhoAmIResponseOrBuilder
public com.google.protobuf.ByteString getAuthMethodBytes()
optional string auth_method = 2;
getAuthMethodBytes
in interface AuthenticationProtos.WhoAmIResponseOrBuilder
public 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;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.