@@ -101,15 +101,6 @@ message PhoneNumberDesc {
101101 // total length and leading digits.
102102 optional string national_number_pattern = 2 ;
103103
104- // The possible_number_pattern represents what a potentially valid phone
105- // number for this region may be written as. This is a superset of the
106- // national_number_pattern above and includes numbers that have the area code
107- // omitted. Typically the only restrictions here are in the number of digits.
108- // This could be used to highlight tokens in a text that may be a phone
109- // number, or to quickly prune numbers that could not possibly be a phone
110- // number for this locale.
111- optional string possible_number_pattern = 3 ;
112-
113104 // These represent the lengths a phone number from this region can be. They
114105 // will be sorted from smallest to biggest. Note that these lengths are for
115106 // the full number, without country calling code or national prefix. For
@@ -291,13 +282,8 @@ message PhoneMetadata {
291282 // should not overlap.
292283 optional string leading_digits = 23 ;
293284
294- // The leading zero in a phone number is meaningful in some countries (e.g.
295- // Italy). This means they cannot be dropped from the national number when
296- // converting into international format. If leading zeros are possible for
297- // valid international numbers for this region/country then set this to true.
298- // This only needs to be set for the region that is the main_country_for_code
299- // and all regions associated with that calling code will use the same
300- // setting.
285+ // Deprecated: do not use. Will be deletd when there are no references to this
286+ // later.
301287 optional bool leading_zero_possible = 26 [default =false ];
302288
303289 // This field is set when this country has implemented mobile number
0 commit comments