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

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

  /**
   * 
   * Asset resource name of the associated 1.91:1 marketing image. This and/or
   * square marketing image asset is required.
   * 
* * string marketing_image_asset = 1; * @return The marketingImageAsset. */ java.lang.String getMarketingImageAsset(); /** *
   * Asset resource name of the associated 1.91:1 marketing image. This and/or
   * square marketing image asset is required.
   * 
* * string marketing_image_asset = 1; * @return The bytes for marketingImageAsset. */ com.google.protobuf.ByteString getMarketingImageAssetBytes(); /** *
   * Asset resource name of the associated square marketing image. This
   * and/or a marketing image asset is required.
   * 
* * string square_marketing_image_asset = 2; * @return The squareMarketingImageAsset. */ java.lang.String getSquareMarketingImageAsset(); /** *
   * Asset resource name of the associated square marketing image. This
   * and/or a marketing image asset is required.
   * 
* * string square_marketing_image_asset = 2; * @return The bytes for squareMarketingImageAsset. */ com.google.protobuf.ByteString getSquareMarketingImageAssetBytes(); /** *
   * Asset resource name of the associated 4:5 portrait marketing image.
   * 
* * string portrait_marketing_image_asset = 3; * @return The portraitMarketingImageAsset. */ java.lang.String getPortraitMarketingImageAsset(); /** *
   * Asset resource name of the associated 4:5 portrait marketing image.
   * 
* * string portrait_marketing_image_asset = 3; * @return The bytes for portraitMarketingImageAsset. */ com.google.protobuf.ByteString getPortraitMarketingImageAssetBytes(); /** *
   * Required. Headline of the carousel card.
   * 
* * string headline = 4 [(.google.api.field_behavior) = REQUIRED]; * @return The headline. */ java.lang.String getHeadline(); /** *
   * Required. Headline of the carousel card.
   * 
* * string headline = 4 [(.google.api.field_behavior) = REQUIRED]; * @return The bytes for headline. */ com.google.protobuf.ByteString getHeadlineBytes(); /** *
   * Call to action text.
   * 
* * string call_to_action_text = 5; * @return The callToActionText. */ java.lang.String getCallToActionText(); /** *
   * Call to action text.
   * 
* * string call_to_action_text = 5; * @return The bytes for callToActionText. */ com.google.protobuf.ByteString getCallToActionTextBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy