com.google.ads.googleads.v17.common.CallAdInfoOrBuilder 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/ad_type_infos.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface CallAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.CallAdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The country code in the ad.
*
*
* string country_code = 1;
* @return The countryCode.
*/
java.lang.String getCountryCode();
/**
*
* The country code in the ad.
*
*
* string country_code = 1;
* @return The bytes for countryCode.
*/
com.google.protobuf.ByteString
getCountryCodeBytes();
/**
*
* The phone number in the ad.
*
*
* string phone_number = 2;
* @return The phoneNumber.
*/
java.lang.String getPhoneNumber();
/**
*
* The phone number in the ad.
*
*
* string phone_number = 2;
* @return The bytes for phoneNumber.
*/
com.google.protobuf.ByteString
getPhoneNumberBytes();
/**
*
* The business name in the ad.
*
*
* string business_name = 3;
* @return The businessName.
*/
java.lang.String getBusinessName();
/**
*
* The business name in the ad.
*
*
* string business_name = 3;
* @return The bytes for businessName.
*/
com.google.protobuf.ByteString
getBusinessNameBytes();
/**
*
* First headline in the ad.
*
*
* string headline1 = 11;
* @return The headline1.
*/
java.lang.String getHeadline1();
/**
*
* First headline in the ad.
*
*
* string headline1 = 11;
* @return The bytes for headline1.
*/
com.google.protobuf.ByteString
getHeadline1Bytes();
/**
*
* Second headline in the ad.
*
*
* string headline2 = 12;
* @return The headline2.
*/
java.lang.String getHeadline2();
/**
*
* Second headline in the ad.
*
*
* string headline2 = 12;
* @return The bytes for headline2.
*/
com.google.protobuf.ByteString
getHeadline2Bytes();
/**
*
* The first line of the ad's description.
*
*
* string description1 = 4;
* @return The description1.
*/
java.lang.String getDescription1();
/**
*
* The first line of the ad's description.
*
*
* string description1 = 4;
* @return The bytes for description1.
*/
com.google.protobuf.ByteString
getDescription1Bytes();
/**
*
* The second line of the ad's description.
*
*
* string description2 = 5;
* @return The description2.
*/
java.lang.String getDescription2();
/**
*
* The second line of the ad's description.
*
*
* string description2 = 5;
* @return The bytes for description2.
*/
com.google.protobuf.ByteString
getDescription2Bytes();
/**
*
* Whether to enable call tracking for the creative. Enabling call
* tracking also enables call conversions.
*
*
* bool call_tracked = 6;
* @return The callTracked.
*/
boolean getCallTracked();
/**
*
* Whether to disable call conversion for the creative.
* If set to `true`, disables call conversions even when `call_tracked` is
* `true`.
* If `call_tracked` is `false`, this field is ignored.
*
*
* bool disable_call_conversion = 7;
* @return The disableCallConversion.
*/
boolean getDisableCallConversion();
/**
*
* The URL to be used for phone number verification.
*
*
* string phone_number_verification_url = 8;
* @return The phoneNumberVerificationUrl.
*/
java.lang.String getPhoneNumberVerificationUrl();
/**
*
* The URL to be used for phone number verification.
*
*
* string phone_number_verification_url = 8;
* @return The bytes for phoneNumberVerificationUrl.
*/
com.google.protobuf.ByteString
getPhoneNumberVerificationUrlBytes();
/**
*
* 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_tracked` is set to `true`. Otherwise this field is ignored.
*
*
* string conversion_action = 9;
* @return The conversionAction.
*/
java.lang.String getConversionAction();
/**
*
* 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_tracked` is set to `true`. Otherwise this field is ignored.
*
*
* string conversion_action = 9;
* @return The bytes for conversionAction.
*/
com.google.protobuf.ByteString
getConversionActionBytes();
/**
*
* The call conversion behavior of this call ad. It can use its own call
* conversion setting, inherit the account level setting, or be disabled.
*
*
* .google.ads.googleads.v17.enums.CallConversionReportingStateEnum.CallConversionReportingState conversion_reporting_state = 10;
* @return The enum numeric value on the wire for conversionReportingState.
*/
int getConversionReportingStateValue();
/**
*
* The call conversion behavior of this call ad. It can use its own call
* conversion setting, inherit the account level setting, or be disabled.
*
*
* .google.ads.googleads.v17.enums.CallConversionReportingStateEnum.CallConversionReportingState conversion_reporting_state = 10;
* @return The conversionReportingState.
*/
com.google.ads.googleads.v17.enums.CallConversionReportingStateEnum.CallConversionReportingState getConversionReportingState();
/**
*
* First part of text that can be appended to the URL in the ad. Optional.
*
*
* string path1 = 13;
* @return The path1.
*/
java.lang.String getPath1();
/**
*
* First part of text that can be appended to the URL in the ad. Optional.
*
*
* string path1 = 13;
* @return The bytes for path1.
*/
com.google.protobuf.ByteString
getPath1Bytes();
/**
*
* Second part of text that can be appended to the URL in the ad. This field
* can only be set when `path1` is also set. Optional.
*
*
* string path2 = 14;
* @return The path2.
*/
java.lang.String getPath2();
/**
*
* Second part of text that can be appended to the URL in the ad. This field
* can only be set when `path1` is also set. Optional.
*
*
* string path2 = 14;
* @return The bytes for path2.
*/
com.google.protobuf.ByteString
getPath2Bytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy