All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.SitelinkAssetOrBuilder Maven / Gradle / Ivy

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 SitelinkAssetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.SitelinkAsset)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required. URL display text for the sitelink.
   * The length of this string should be between 1 and 25, inclusive.
   * 
* * string link_text = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The linkText. */ java.lang.String getLinkText(); /** *
   * Required. URL display text for the sitelink.
   * The length of this string should be between 1 and 25, inclusive.
   * 
* * string link_text = 1 [(.google.api.field_behavior) = REQUIRED]; * @return The bytes for linkText. */ com.google.protobuf.ByteString getLinkTextBytes(); /** *
   * First line of the description for the sitelink.
   * If set, the length should be between 1 and 35, inclusive, and description2
   * must also be set.
   * 
* * string description1 = 2; * @return The description1. */ java.lang.String getDescription1(); /** *
   * First line of the description for the sitelink.
   * If set, the length should be between 1 and 35, inclusive, and description2
   * must also be set.
   * 
* * string description1 = 2; * @return The bytes for description1. */ com.google.protobuf.ByteString getDescription1Bytes(); /** *
   * Second line of the description for the sitelink.
   * If set, the length should be between 1 and 35, inclusive, and description1
   * must also be set.
   * 
* * string description2 = 3; * @return The description2. */ java.lang.String getDescription2(); /** *
   * Second line of the description for the sitelink.
   * If set, the length should be between 1 and 35, inclusive, and description1
   * must also be set.
   * 
* * string description2 = 3; * @return The bytes for description2. */ com.google.protobuf.ByteString getDescription2Bytes(); /** *
   * Start date of when this asset is effective and can begin serving, in
   * yyyy-MM-dd format.
   * 
* * string start_date = 4; * @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 = 4; * @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 = 5; * @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 = 5; * @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 = 6; */ 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 = 6; */ 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 = 6; */ 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 = 6; */ java.util.List 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 = 6; */ com.google.ads.googleads.v17.common.AdScheduleInfoOrBuilder getAdScheduleTargetsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy