Interface PhoneCallDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PhoneCallDetails,PhoneCallDetails.Builder
public interface PhoneCallDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCallDurationMillis()Output only.java.lang.StringgetCallRecordingUrl()Output only.com.google.protobuf.ByteStringgetCallRecordingUrlBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCallDurationMillis
long getCallDurationMillis()
Output only. The duration (in milliseconds) of the phone call (end to end).
int64 call_duration_millis = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The callDurationMillis.
-
getCallRecordingUrl
java.lang.String getCallRecordingUrl()
Output only. URL to the call recording audio file.
string call_recording_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The callRecordingUrl.
-
getCallRecordingUrlBytes
com.google.protobuf.ByteString getCallRecordingUrlBytes()
Output only. URL to the call recording audio file.
string call_recording_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for callRecordingUrl.
-
-