public static interface ResponseMessage.TelephonyTransferCallOrBuilder extends 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).
|
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.
|
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, hasOneof
isInitialized
boolean 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;
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;
ByteString getSipUriBytes()
Transfer the call to a SIP endpoint.
string sip_uri = 2;
ResponseMessage.TelephonyTransferCall.EndpointCase getEndpointCase()
Copyright © 2022 Google LLC. All rights reserved.