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

com.google.ads.googleads.v10.resources.CallReportingSettingOrBuilder Maven / Gradle / Ivy

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

package com.google.ads.googleads.v10.resources;

public interface CallReportingSettingOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.CallReportingSetting)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Enable reporting of phone call events by redirecting them through Google
   * System.
   * 
* * optional bool call_reporting_enabled = 10; * @return Whether the callReportingEnabled field is set. */ boolean hasCallReportingEnabled(); /** *
   * Enable reporting of phone call events by redirecting them through Google
   * System.
   * 
* * optional bool call_reporting_enabled = 10; * @return The callReportingEnabled. */ boolean getCallReportingEnabled(); /** *
   * Whether to enable call conversion reporting.
   * 
* * optional bool call_conversion_reporting_enabled = 11; * @return Whether the callConversionReportingEnabled field is set. */ boolean hasCallConversionReportingEnabled(); /** *
   * Whether to enable call conversion reporting.
   * 
* * optional bool call_conversion_reporting_enabled = 11; * @return The callConversionReportingEnabled. */ boolean getCallConversionReportingEnabled(); /** *
   * Customer-level call conversion action to attribute a call conversion to.
   * If not set a default conversion action is used. Only in effect when
   * call_conversion_reporting_enabled is set to true.
   * 
* * optional string call_conversion_action = 12 [(.google.api.resource_reference) = { ... } * @return Whether the callConversionAction field is set. */ boolean hasCallConversionAction(); /** *
   * Customer-level call conversion action to attribute a call conversion to.
   * If not set a default conversion action is used. Only in effect when
   * call_conversion_reporting_enabled is set to true.
   * 
* * optional string call_conversion_action = 12 [(.google.api.resource_reference) = { ... } * @return The callConversionAction. */ java.lang.String getCallConversionAction(); /** *
   * Customer-level call conversion action to attribute a call conversion to.
   * If not set a default conversion action is used. Only in effect when
   * call_conversion_reporting_enabled is set to true.
   * 
* * optional string call_conversion_action = 12 [(.google.api.resource_reference) = { ... } * @return The bytes for callConversionAction. */ com.google.protobuf.ByteString getCallConversionActionBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy