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

com.google.ads.googleads.v10.common.DisplayCallToActionOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/ad_type_infos.proto

package com.google.ads.googleads.v10.common;

public interface DisplayCallToActionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.DisplayCallToAction)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Text for the display-call-to-action.
   * 
* * optional string text = 5; * @return Whether the text field is set. */ boolean hasText(); /** *
   * Text for the display-call-to-action.
   * 
* * optional string text = 5; * @return The text. */ java.lang.String getText(); /** *
   * Text for the display-call-to-action.
   * 
* * optional string text = 5; * @return The bytes for text. */ com.google.protobuf.ByteString getTextBytes(); /** *
   * Text color for the display-call-to-action in hexadecimal, for example,
   * # ffffff for white.
   * 
* * optional string text_color = 6; * @return Whether the textColor field is set. */ boolean hasTextColor(); /** *
   * Text color for the display-call-to-action in hexadecimal, for example,
   * # ffffff for white.
   * 
* * optional string text_color = 6; * @return The textColor. */ java.lang.String getTextColor(); /** *
   * Text color for the display-call-to-action in hexadecimal, for example,
   * # ffffff for white.
   * 
* * optional string text_color = 6; * @return The bytes for textColor. */ com.google.protobuf.ByteString getTextColorBytes(); /** *
   * Identifies the URL collection in the `ad.url_collections` field. If not
   * set, the URL defaults to `final_url`.
   * 
* * optional string url_collection_id = 7; * @return Whether the urlCollectionId field is set. */ boolean hasUrlCollectionId(); /** *
   * Identifies the URL collection in the `ad.url_collections` field. If not
   * set, the URL defaults to `final_url`.
   * 
* * optional string url_collection_id = 7; * @return The urlCollectionId. */ java.lang.String getUrlCollectionId(); /** *
   * Identifies the URL collection in the `ad.url_collections` field. If not
   * set, the URL defaults to `final_url`.
   * 
* * optional string url_collection_id = 7; * @return The bytes for urlCollectionId. */ com.google.protobuf.ByteString getUrlCollectionIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy