Account.Builder |
Account.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Account.Builder |
Account.Builder.clear() |
Account.Builder |
Account.Builder.clearCipherType()
.v2ray.core.proxy.shadowsocks.CipherType cipher_type = 2;
|
Account.Builder |
Account.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Account.Builder |
Account.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Account.Builder |
Account.Builder.clearOta()
.v2ray.core.proxy.shadowsocks.Account.OneTimeAuth ota = 3;
|
Account.Builder |
Account.Builder.clearPassword()
string password = 1;
|
Account.Builder |
Account.Builder.clone() |
Account.Builder |
Account.Builder.mergeFrom(Account other) |
Account.Builder |
Account.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Account.Builder |
Account.Builder.mergeFrom(com.google.protobuf.Message other) |
Account.Builder |
Account.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Account.Builder |
Account.newBuilder() |
static Account.Builder |
Account.newBuilder(Account prototype) |
Account.Builder |
Account.newBuilderForType() |
protected Account.Builder |
Account.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Account.Builder |
Account.Builder.setCipherType(CipherType value)
.v2ray.core.proxy.shadowsocks.CipherType cipher_type = 2;
|
Account.Builder |
Account.Builder.setCipherTypeValue(int value)
.v2ray.core.proxy.shadowsocks.CipherType cipher_type = 2;
|
Account.Builder |
Account.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Account.Builder |
Account.Builder.setOta(Account.OneTimeAuth value)
.v2ray.core.proxy.shadowsocks.Account.OneTimeAuth ota = 3;
|
Account.Builder |
Account.Builder.setOtaValue(int value)
.v2ray.core.proxy.shadowsocks.Account.OneTimeAuth ota = 3;
|
Account.Builder |
Account.Builder.setPassword(String value)
string password = 1;
|
Account.Builder |
Account.Builder.setPasswordBytes(com.google.protobuf.ByteString value)
string password = 1;
|
Account.Builder |
Account.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Account.Builder |
Account.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Account.Builder |
Account.toBuilder() |