Skip to content

Commit

Permalink
Update phonemetadata.pb.js
Browse files Browse the repository at this point in the history
  • Loading branch information
katbohm committed Sep 19, 2022
1 parent b690802 commit 19d6baf
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions javascript/i18n/phonenumbers/phonemetadata.pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2209,57 +2209,6 @@ i18n.phonenumbers.PhoneMetadata.prototype.clearLeadingDigits = function() {
};


/**
* Gets the value of the leading_zero_possible field.
* @return {?boolean} The value.
*/
i18n.phonenumbers.PhoneMetadata.prototype.getLeadingZeroPossible = function() {
return /** @type {?boolean} */ (this.get$Value(26));
};


/**
* Gets the value of the leading_zero_possible field or the default value if not set.
* @return {boolean} The value.
*/
i18n.phonenumbers.PhoneMetadata.prototype.getLeadingZeroPossibleOrDefault = function() {
return /** @type {boolean} */ (this.get$ValueOrDefault(26));
};


/**
* Sets the value of the leading_zero_possible field.
* @param {boolean} value The value.
*/
i18n.phonenumbers.PhoneMetadata.prototype.setLeadingZeroPossible = function(value) {
this.set$Value(26, value);
};


/**
* @return {boolean} Whether the leading_zero_possible field has a value.
*/
i18n.phonenumbers.PhoneMetadata.prototype.hasLeadingZeroPossible = function() {
return this.has$Value(26);
};


/**
* @return {number} The number of values in the leading_zero_possible field.
*/
i18n.phonenumbers.PhoneMetadata.prototype.leadingZeroPossibleCount = function() {
return this.count$Values(26);
};


/**
* Clears the values in the leading_zero_possible field.
*/
i18n.phonenumbers.PhoneMetadata.prototype.clearLeadingZeroPossible = function() {
this.clear$Field(26);
};


/**
* Message PhoneMetadataCollection.
* @constructor
Expand Down Expand Up @@ -2617,12 +2566,6 @@ i18n.phonenumbers.PhoneMetadata.prototype.getDescriptor = function() {
name: 'leading_digits',
fieldType: goog.proto2.Message.FieldType.STRING,
type: String
},
26: {
name: 'leading_zero_possible',
fieldType: goog.proto2.Message.FieldType.BOOL,
defaultValue: false,
type: Boolean
}
};
i18n.phonenumbers.PhoneMetadata.descriptor_ = descriptor =
Expand Down

0 comments on commit 19d6baf

Please sign in to comment.