All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.PhoneCallDetailsOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/local_services_lead_conversation.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface PhoneCallDetailsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.PhoneCallDetails)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. The duration (in milliseconds) of the phone call (end to end).
   * 
* * int64 call_duration_millis = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The callDurationMillis. */ long getCallDurationMillis(); /** *
   * Output only. URL to the call recording audio file.
   * 
* * string call_recording_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The callRecordingUrl. */ java.lang.String getCallRecordingUrl(); /** *
   * Output only. URL to the call recording audio file.
   * 
* * string call_recording_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for callRecordingUrl. */ com.google.protobuf.ByteString getCallRecordingUrlBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy