com.google.ads.googleads.v10.resources.CallReportingSettingOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
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