com.google.ads.googleads.v17.common.CallAssetOrBuilder 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/asset_types.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface CallAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.CallAsset)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. Two-letter country code of the phone number. Examples: 'US',
* 'us'.
*
*
* string country_code = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The countryCode.
*/
java.lang.String getCountryCode();
/**
*
* Required. Two-letter country code of the phone number. Examples: 'US',
* 'us'.
*
*
* string country_code = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for countryCode.
*/
com.google.protobuf.ByteString
getCountryCodeBytes();
/**
*
* Required. The advertiser's raw phone number. Examples: '1234567890',
* '(123)456-7890'
*
*
* string phone_number = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The phoneNumber.
*/
java.lang.String getPhoneNumber();
/**
*
* Required. The advertiser's raw phone number. Examples: '1234567890',
* '(123)456-7890'
*
*
* string phone_number = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for phoneNumber.
*/
com.google.protobuf.ByteString
getPhoneNumberBytes();
/**
*
* Indicates whether this CallAsset should use its own call conversion
* setting, follow the account level setting, or disable call conversion.
*
*
* .google.ads.googleads.v17.enums.CallConversionReportingStateEnum.CallConversionReportingState call_conversion_reporting_state = 3;
* @return The enum numeric value on the wire for callConversionReportingState.
*/
int getCallConversionReportingStateValue();
/**
*
* Indicates whether this CallAsset should use its own call conversion
* setting, follow the account level setting, or disable call conversion.
*
*
* .google.ads.googleads.v17.enums.CallConversionReportingStateEnum.CallConversionReportingState call_conversion_reporting_state = 3;
* @return The callConversionReportingState.
*/
com.google.ads.googleads.v17.enums.CallConversionReportingStateEnum.CallConversionReportingState getCallConversionReportingState();
/**
*
* The conversion action to attribute a call conversion to. If not set, the
* default conversion action is used. This field only has effect if
* call_conversion_reporting_state is set to
* USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION.
*
*
* string call_conversion_action = 4 [(.google.api.resource_reference) = { ... }
* @return The callConversionAction.
*/
java.lang.String getCallConversionAction();
/**
*
* The conversion action to attribute a call conversion to. If not set, the
* default conversion action is used. This field only has effect if
* call_conversion_reporting_state is set to
* USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION.
*
*
* string call_conversion_action = 4 [(.google.api.resource_reference) = { ... }
* @return The bytes for callConversionAction.
*/
com.google.protobuf.ByteString
getCallConversionActionBytes();
/**
*
* List of non-overlapping schedules specifying all time intervals for which
* the asset may serve. There can be a maximum of 6 schedules per day, 42 in
* total.
*
*
* repeated .google.ads.googleads.v17.common.AdScheduleInfo ad_schedule_targets = 5;
*/
java.util.List
getAdScheduleTargetsList();
/**
*
* List of non-overlapping schedules specifying all time intervals for which
* the asset may serve. There can be a maximum of 6 schedules per day, 42 in
* total.
*
*
* repeated .google.ads.googleads.v17.common.AdScheduleInfo ad_schedule_targets = 5;
*/
com.google.ads.googleads.v17.common.AdScheduleInfo getAdScheduleTargets(int index);
/**
*
* List of non-overlapping schedules specifying all time intervals for which
* the asset may serve. There can be a maximum of 6 schedules per day, 42 in
* total.
*
*
* repeated .google.ads.googleads.v17.common.AdScheduleInfo ad_schedule_targets = 5;
*/
int getAdScheduleTargetsCount();
/**
*
* List of non-overlapping schedules specifying all time intervals for which
* the asset may serve. There can be a maximum of 6 schedules per day, 42 in
* total.
*
*
* repeated .google.ads.googleads.v17.common.AdScheduleInfo ad_schedule_targets = 5;
*/
java.util.List extends com.google.ads.googleads.v17.common.AdScheduleInfoOrBuilder>
getAdScheduleTargetsOrBuilderList();
/**
*
* List of non-overlapping schedules specifying all time intervals for which
* the asset may serve. There can be a maximum of 6 schedules per day, 42 in
* total.
*
*
* repeated .google.ads.googleads.v17.common.AdScheduleInfo ad_schedule_targets = 5;
*/
com.google.ads.googleads.v17.common.AdScheduleInfoOrBuilder getAdScheduleTargetsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy