RpcClient.Locale.Builder |
RpcClient.Locale.Builder.clear() |
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.clearCountry()
required string country = 1;
|
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.clearLanguage()
required string language = 2;
|
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.clearVariant()
optional string variant = 3;
|
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.clone() |
RpcClient.Locale.Builder |
RpcClient.LoginRequest.Builder.getLocaleBuilder()
required .Locale locale = 3;
|
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.mergeFrom(com.google.protobuf.Message other) |
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.mergeFrom(RpcClient.Locale other) |
static RpcClient.Locale.Builder |
RpcClient.Locale.newBuilder() |
static RpcClient.Locale.Builder |
RpcClient.Locale.newBuilder(RpcClient.Locale prototype) |
RpcClient.Locale.Builder |
RpcClient.Locale.newBuilderForType() |
protected RpcClient.Locale.Builder |
RpcClient.Locale.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.setCountry(String value)
required string country = 1;
|
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.setCountryBytes(com.google.protobuf.ByteString value)
required string country = 1;
|
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.setLanguage(String value)
required string language = 2;
|
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.setLanguageBytes(com.google.protobuf.ByteString value)
required string language = 2;
|
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.setVariant(String value)
optional string variant = 3;
|
RpcClient.Locale.Builder |
RpcClient.Locale.Builder.setVariantBytes(com.google.protobuf.ByteString value)
optional string variant = 3;
|
RpcClient.Locale.Builder |
RpcClient.Locale.toBuilder() |