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

    Modifier and Type
    Method
    Description
    long
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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

      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.