com.google.ads.googleads.v17.common.CalloutAssetOrBuilder 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 CalloutAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.CalloutAsset)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The callout text.
* The length of this string should be between 1 and 25, inclusive.
*
*
* string callout_text = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The calloutText.
*/
java.lang.String getCalloutText();
/**
*
* Required. The callout text.
* The length of this string should be between 1 and 25, inclusive.
*
*
* string callout_text = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for calloutText.
*/
com.google.protobuf.ByteString
getCalloutTextBytes();
/**
*
* Start date of when this asset is effective and can begin serving, in
* yyyy-MM-dd format.
*
*
* string start_date = 2;
* @return The startDate.
*/
java.lang.String getStartDate();
/**
*
* Start date of when this asset is effective and can begin serving, in
* yyyy-MM-dd format.
*
*
* string start_date = 2;
* @return The bytes for startDate.
*/
com.google.protobuf.ByteString
getStartDateBytes();
/**
*
* Last date of when this asset is effective and still serving, in yyyy-MM-dd
* format.
*
*
* string end_date = 3;
* @return The endDate.
*/
java.lang.String getEndDate();
/**
*
* Last date of when this asset is effective and still serving, in yyyy-MM-dd
* format.
*
*
* string end_date = 3;
* @return The bytes for endDate.
*/
com.google.protobuf.ByteString
getEndDateBytes();
/**
*
* 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 = 4;
*/
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 = 4;
*/
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 = 4;
*/
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 = 4;
*/
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 = 4;
*/
com.google.ads.googleads.v17.common.AdScheduleInfoOrBuilder getAdScheduleTargetsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy