public static interface PhoneNumber.ShortCodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNumber()
Required.
|
com.google.protobuf.ByteString |
getNumberBytes()
Required.
|
String |
getRegionCode()
Required.
|
com.google.protobuf.ByteString |
getRegionCodeBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRegionCode()
Required. The BCP-47 region code of the location where calls to this short code can be made, such as "US" and "BB". Reference(s): - http://www.unicode.org/reports/tr35/#unicode_region_subtag
string region_code = 1;com.google.protobuf.ByteString getRegionCodeBytes()
Required. The BCP-47 region code of the location where calls to this short code can be made, such as "US" and "BB". Reference(s): - http://www.unicode.org/reports/tr35/#unicode_region_subtag
string region_code = 1;String getNumber()
Required. The short code digits, without a leading plus ('+') or country
calling code, e.g. "611".
string number = 2;com.google.protobuf.ByteString getNumberBytes()
Required. The short code digits, without a leading plus ('+') or country
calling code, e.g. "611".
string number = 2;Copyright © 2022 Google LLC. All rights reserved.