com.google.ads.googleads.v17.common.CallFeedItemOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/common/extensions.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface CallFeedItemOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.CallFeedItem)
com.google.protobuf.MessageOrBuilder {
/**
*
* The advertiser's phone number to append to the ad.
* This string must not be empty.
*
*
* optional string phone_number = 7;
* @return Whether the phoneNumber field is set.
*/
boolean hasPhoneNumber();
/**
*
* The advertiser's phone number to append to the ad.
* This string must not be empty.
*
*
* optional string phone_number = 7;
* @return The phoneNumber.
*/
java.lang.String getPhoneNumber();
/**
*
* The advertiser's phone number to append to the ad.
* This string must not be empty.
*
*
* optional string phone_number = 7;
* @return The bytes for phoneNumber.
*/
com.google.protobuf.ByteString
getPhoneNumberBytes();
/**
*
* Uppercase two-letter country code of the advertiser's phone number.
* This string must not be empty.
*
*
* optional string country_code = 8;
* @return Whether the countryCode field is set.
*/
boolean hasCountryCode();
/**
*
* Uppercase two-letter country code of the advertiser's phone number.
* This string must not be empty.
*
*
* optional string country_code = 8;
* @return The countryCode.
*/
java.lang.String getCountryCode();
/**
*
* Uppercase two-letter country code of the advertiser's phone number.
* This string must not be empty.
*
*
* optional string country_code = 8;
* @return The bytes for countryCode.
*/
com.google.protobuf.ByteString
getCountryCodeBytes();
/**
*
* Indicates whether call tracking is enabled. By default, call tracking is
* not enabled.
*
*
* optional bool call_tracking_enabled = 9;
* @return Whether the callTrackingEnabled field is set.
*/
boolean hasCallTrackingEnabled();
/**
*
* Indicates whether call tracking is enabled. By default, call tracking is
* not enabled.
*
*
* optional bool call_tracking_enabled = 9;
* @return The callTrackingEnabled.
*/
boolean getCallTrackingEnabled();
/**
*
* The conversion action to attribute a call conversion to. If not set a
* default conversion action is used. This field only has effect if
* call_tracking_enabled is set to true. Otherwise this field is ignored.
*
*
* optional string call_conversion_action = 10;
* @return Whether the callConversionAction field is set.
*/
boolean hasCallConversionAction();
/**
*
* The conversion action to attribute a call conversion to. If not set a
* default conversion action is used. This field only has effect if
* call_tracking_enabled is set to true. Otherwise this field is ignored.
*
*
* optional string call_conversion_action = 10;
* @return The callConversionAction.
*/
java.lang.String getCallConversionAction();
/**
*
* The conversion action to attribute a call conversion to. If not set a
* default conversion action is used. This field only has effect if
* call_tracking_enabled is set to true. Otherwise this field is ignored.
*
*
* optional string call_conversion_action = 10;
* @return The bytes for callConversionAction.
*/
com.google.protobuf.ByteString
getCallConversionActionBytes();
/**
*
* If true, disable call conversion tracking. call_conversion_action should
* not be set if this is true. Optional.
*
*
* optional bool call_conversion_tracking_disabled = 11;
* @return Whether the callConversionTrackingDisabled field is set.
*/
boolean hasCallConversionTrackingDisabled();
/**
*
* If true, disable call conversion tracking. call_conversion_action should
* not be set if this is true. Optional.
*
*
* optional bool call_conversion_tracking_disabled = 11;
* @return The callConversionTrackingDisabled.
*/
boolean getCallConversionTrackingDisabled();
/**
*
* Enum value that indicates whether this call extension uses its own call
* conversion setting (or just have call conversion disabled), or following
* the account level setting.
*
*
* .google.ads.googleads.v17.enums.CallConversionReportingStateEnum.CallConversionReportingState call_conversion_reporting_state = 6;
* @return The enum numeric value on the wire for callConversionReportingState.
*/
int getCallConversionReportingStateValue();
/**
*
* Enum value that indicates whether this call extension uses its own call
* conversion setting (or just have call conversion disabled), or following
* the account level setting.
*
*
* .google.ads.googleads.v17.enums.CallConversionReportingStateEnum.CallConversionReportingState call_conversion_reporting_state = 6;
* @return The callConversionReportingState.
*/
com.google.ads.googleads.v17.enums.CallConversionReportingStateEnum.CallConversionReportingState getCallConversionReportingState();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy