public interface ConversationPhoneNumberOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPhoneNumber()
Output only.
|
ByteString |
getPhoneNumberBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getPhoneNumber()
Output only. The phone number to connect to this conversation.
string phone_number = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
ByteString getPhoneNumberBytes()
Output only. The phone number to connect to this conversation.
string phone_number = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2022 Google LLC. All rights reserved.