Uses of Class
ai.promoted.proto.common.Locale
-
Packages that use Locale Package Description ai.promoted.proto.common ai.promoted.proto.event -
-
Uses of Locale in ai.promoted.proto.common
Methods in ai.promoted.proto.common that return Locale Modifier and Type Method Description LocaleLocale.Builder. build()LocaleLocale.Builder. buildPartial()static LocaleLocale. getDefaultInstance()LocaleLocale.Builder. getDefaultInstanceForType()LocaleLocale. getDefaultInstanceForType()LocaleDevice.Builder. getLocale()Deprecated.LocaleDevice. getLocale()Deprecated.LocaleDeviceOrBuilder. getLocale()Deprecated.static LocaleLocale. parseDelimitedFrom(InputStream input)static LocaleLocale. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocaleLocale. parseFrom(byte[] data)static LocaleLocale. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocaleLocale. parseFrom(com.google.protobuf.ByteString data)static LocaleLocale. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocaleLocale. parseFrom(com.google.protobuf.CodedInputStream input)static LocaleLocale. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocaleLocale. parseFrom(InputStream input)static LocaleLocale. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocaleLocale. parseFrom(ByteBuffer data)static LocaleLocale. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.promoted.proto.common that return types with arguments of type Locale Modifier and Type Method Description com.google.protobuf.Parser<Locale>Locale. getParserForType()static com.google.protobuf.Parser<Locale>Locale. parser()Methods in ai.promoted.proto.common with parameters of type Locale Modifier and Type Method Description Locale.BuilderLocale.Builder. mergeFrom(Locale other)Device.BuilderDevice.Builder. mergeLocale(Locale value)Deprecated.static Locale.BuilderLocale. newBuilder(Locale prototype)Device.BuilderDevice.Builder. setLocale(Locale value)Deprecated. -
Uses of Locale in ai.promoted.proto.event
Methods in ai.promoted.proto.event that return Locale Modifier and Type Method Description LocaleAutoView.Builder. getLocale().common.Locale locale = 11 [json_name = "locale"];LocaleAutoView. getLocale().common.Locale locale = 11 [json_name = "locale"];LocaleAutoViewOrBuilder. getLocale().common.Locale locale = 11 [json_name = "locale"];LocaleView.Builder. getLocale().common.Locale locale = 16 [json_name = "locale"];LocaleView. getLocale().common.Locale locale = 16 [json_name = "locale"];LocaleViewOrBuilder. getLocale().common.Locale locale = 16 [json_name = "locale"];Methods in ai.promoted.proto.event with parameters of type Locale Modifier and Type Method Description AutoView.BuilderAutoView.Builder. mergeLocale(Locale value).common.Locale locale = 11 [json_name = "locale"];View.BuilderView.Builder. mergeLocale(Locale value).common.Locale locale = 16 [json_name = "locale"];AutoView.BuilderAutoView.Builder. setLocale(Locale value).common.Locale locale = 11 [json_name = "locale"];View.BuilderView.Builder. setLocale(Locale value).common.Locale locale = 16 [json_name = "locale"];
-