com.google.ads.googleads.v10.common.DiscoveryCarouselCardAssetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/asset_types.proto
package com.google.ads.googleads.v10.common;
public interface DiscoveryCarouselCardAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.DiscoveryCarouselCardAsset)
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 - 2025 Weber Informatics LLC | Privacy Policy