public static interface ResponseMessage.TelephonyTransferCallOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ResponseMessage.TelephonyTransferCall.EndpointCase |
getEndpointCase() |
String |
getPhoneNumber()
Transfer the call to a phone number
in [E.164 format](https://en.wikipedia.org/wiki/E.164).
|
com.google.protobuf.ByteString |
getPhoneNumberBytes()
Transfer the call to a phone number
in [E.164 format](https://en.wikipedia.org/wiki/E.164).
|
String |
getSipUri()
Transfer the call to a SIP endpoint.
|
com.google.protobuf.ByteString |
getSipUriBytes()
Transfer the call to a SIP endpoint.
|
boolean |
hasPhoneNumber()
Transfer the call to a phone number
in [E.164 format](https://en.wikipedia.org/wiki/E.164).
|
boolean |
hasSipUri()
Transfer the call to a SIP endpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPhoneNumber()
Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).
string phone_number = 1;String getPhoneNumber()
Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).
string phone_number = 1;com.google.protobuf.ByteString getPhoneNumberBytes()
Transfer the call to a phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).
string phone_number = 1;boolean hasSipUri()
Transfer the call to a SIP endpoint.
string sip_uri = 2;String getSipUri()
Transfer the call to a SIP endpoint.
string sip_uri = 2;com.google.protobuf.ByteString getSipUriBytes()
Transfer the call to a SIP endpoint.
string sip_uri = 2;ResponseMessage.TelephonyTransferCall.EndpointCase getEndpointCase()
Copyright © 2023 Google LLC. All rights reserved.