public static final class BigpipePBProtocol.AclCommand.Builder extends com.google.protobuf.GeneratedMessage.Builder<BigpipePBProtocol.AclCommand.Builder> implements BigpipePBProtocol.AclCommandOrBuilder
com.baidu.ub.bigpipe.protocol.AclCommand| 限定符和类型 | 方法和说明 |
|---|---|
BigpipePBProtocol.AclCommand |
build() |
BigpipePBProtocol.AclCommand |
buildPartial() |
BigpipePBProtocol.AclCommand.Builder |
clear() |
BigpipePBProtocol.AclCommand.Builder |
clearPassword()
optional string password = 2; |
BigpipePBProtocol.AclCommand.Builder |
clearUsername()
optional string username = 1; |
BigpipePBProtocol.AclCommand.Builder |
clone() |
BigpipePBProtocol.AclCommand |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getPassword()
optional string password = 2; |
com.google.protobuf.ByteString |
getPasswordBytes()
optional string password = 2; |
String |
getUsername()
optional string username = 1; |
com.google.protobuf.ByteString |
getUsernameBytes()
optional string username = 1; |
boolean |
hasPassword()
optional string password = 2; |
boolean |
hasUsername()
optional string username = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BigpipePBProtocol.AclCommand.Builder |
mergeFrom(BigpipePBProtocol.AclCommand other) |
BigpipePBProtocol.AclCommand.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BigpipePBProtocol.AclCommand.Builder |
mergeFrom(com.google.protobuf.Message other) |
BigpipePBProtocol.AclCommand.Builder |
setPassword(String value)
optional string password = 2; |
BigpipePBProtocol.AclCommand.Builder |
setPasswordBytes(com.google.protobuf.ByteString value)
optional string password = 2; |
BigpipePBProtocol.AclCommand.Builder |
setUsername(String value)
optional string username = 1; |
BigpipePBProtocol.AclCommand.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, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<BigpipePBProtocol.AclCommand.Builder>public BigpipePBProtocol.AclCommand.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<BigpipePBProtocol.AclCommand.Builder>public BigpipePBProtocol.AclCommand.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<BigpipePBProtocol.AclCommand.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<BigpipePBProtocol.AclCommand.Builder>public BigpipePBProtocol.AclCommand getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic BigpipePBProtocol.AclCommand build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic BigpipePBProtocol.AclCommand buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic BigpipePBProtocol.AclCommand.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<BigpipePBProtocol.AclCommand.Builder>public BigpipePBProtocol.AclCommand.Builder mergeFrom(BigpipePBProtocol.AclCommand other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<BigpipePBProtocol.AclCommand.Builder>public BigpipePBProtocol.AclCommand.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<BigpipePBProtocol.AclCommand.Builder>IOExceptionpublic boolean hasUsername()
optional string username = 1;public String getUsername()
optional string username = 1;public com.google.protobuf.ByteString getUsernameBytes()
optional string username = 1;public BigpipePBProtocol.AclCommand.Builder setUsername(String value)
optional string username = 1;public BigpipePBProtocol.AclCommand.Builder clearUsername()
optional string username = 1;public BigpipePBProtocol.AclCommand.Builder setUsernameBytes(com.google.protobuf.ByteString value)
optional string username = 1;public boolean hasPassword()
optional string password = 2;public String getPassword()
optional string password = 2;public com.google.protobuf.ByteString getPasswordBytes()
optional string password = 2;public BigpipePBProtocol.AclCommand.Builder setPassword(String value)
optional string password = 2;public BigpipePBProtocol.AclCommand.Builder clearPassword()
optional string password = 2;public BigpipePBProtocol.AclCommand.Builder setPasswordBytes(com.google.protobuf.ByteString value)
optional string password = 2;Copyright © 2017. All rights reserved.