Interface CallViewOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CallView, CallView.Builder

    public interface CallViewOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getResourceName

        java.lang.String getResourceName()
         Output only. The resource name of the call view.
         Call view resource names have the form:
         `customers/{customer_id}/callViews/{call_detail_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The resourceName.
      • getResourceNameBytes

        com.google.protobuf.ByteString getResourceNameBytes()
         Output only. The resource name of the call view.
         Call view resource names have the form:
         `customers/{customer_id}/callViews/{call_detail_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for resourceName.
      • getCallerCountryCode

        java.lang.String getCallerCountryCode()
         Output only. Country code of the caller.
         
        string caller_country_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The callerCountryCode.
      • getCallerCountryCodeBytes

        com.google.protobuf.ByteString getCallerCountryCodeBytes()
         Output only. Country code of the caller.
         
        string caller_country_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for callerCountryCode.
      • getCallerAreaCode

        java.lang.String getCallerAreaCode()
         Output only. Area code of the caller. Null if the call duration is shorter than 15
         seconds.
         
        string caller_area_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The callerAreaCode.
      • getCallerAreaCodeBytes

        com.google.protobuf.ByteString getCallerAreaCodeBytes()
         Output only. Area code of the caller. Null if the call duration is shorter than 15
         seconds.
         
        string caller_area_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for callerAreaCode.
      • getCallDurationSeconds

        long getCallDurationSeconds()
         Output only. The advertiser-provided call duration in seconds.
         
        int64 call_duration_seconds = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The callDurationSeconds.
      • getStartCallDateTime

        java.lang.String getStartCallDateTime()
         Output only. The advertiser-provided call start date time.
         
        string start_call_date_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The startCallDateTime.
      • getStartCallDateTimeBytes

        com.google.protobuf.ByteString getStartCallDateTimeBytes()
         Output only. The advertiser-provided call start date time.
         
        string start_call_date_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for startCallDateTime.
      • getEndCallDateTime

        java.lang.String getEndCallDateTime()
         Output only. The advertiser-provided call end date time.
         
        string end_call_date_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The endCallDateTime.
      • getEndCallDateTimeBytes

        com.google.protobuf.ByteString getEndCallDateTimeBytes()
         Output only. The advertiser-provided call end date time.
         
        string end_call_date_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for endCallDateTime.
      • getCallTrackingDisplayLocationValue

        int getCallTrackingDisplayLocationValue()
         Output only. The call tracking display location.
         
        .google.ads.googleads.v10.enums.CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation call_tracking_display_location = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for callTrackingDisplayLocation.
      • getCallTrackingDisplayLocation

        CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation getCallTrackingDisplayLocation()
         Output only. The call tracking display location.
         
        .google.ads.googleads.v10.enums.CallTrackingDisplayLocationEnum.CallTrackingDisplayLocation call_tracking_display_location = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The callTrackingDisplayLocation.
      • getTypeValue

        int getTypeValue()
         Output only. The type of the call.
         
        .google.ads.googleads.v10.enums.CallTypeEnum.CallType type = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        CallTypeEnum.CallType getType()
         Output only. The type of the call.
         
        .google.ads.googleads.v10.enums.CallTypeEnum.CallType type = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The type.
      • getCallStatusValue

        int getCallStatusValue()
         Output only. The status of the call.
         
        .google.ads.googleads.v10.enums.GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus call_status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for callStatus.
      • getCallStatus

        GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus getCallStatus()
         Output only. The status of the call.
         
        .google.ads.googleads.v10.enums.GoogleVoiceCallStatusEnum.GoogleVoiceCallStatus call_status = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The callStatus.