Interface DemandGenCarouselCardAssetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DemandGenCarouselCardAsset,DemandGenCarouselCardAsset.Builder
public interface DemandGenCarouselCardAssetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCall to action text.com.google.protobuf.ByteStringCall to action text.Required.com.google.protobuf.ByteStringRequired.Asset resource name of the associated 1.91:1 marketing image.com.google.protobuf.ByteStringAsset resource name of the associated 1.91:1 marketing image.Asset resource name of the associated 4:5 portrait marketing image.com.google.protobuf.ByteStringAsset resource name of the associated 4:5 portrait marketing image.Asset resource name of the associated square marketing image.com.google.protobuf.ByteStringAsset resource name of the associated square marketing image.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMarketingImageAsset
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;- Returns:
- The marketingImageAsset.
-
getMarketingImageAssetBytes
com.google.protobuf.ByteString getMarketingImageAssetBytes()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;- Returns:
- The bytes for marketingImageAsset.
-
getSquareMarketingImageAsset
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;- Returns:
- The squareMarketingImageAsset.
-
getSquareMarketingImageAssetBytes
com.google.protobuf.ByteString getSquareMarketingImageAssetBytes()Asset resource name of the associated square marketing image. This and/or a marketing image asset is required.
string square_marketing_image_asset = 2;- Returns:
- The bytes for squareMarketingImageAsset.
-
getPortraitMarketingImageAsset
String getPortraitMarketingImageAsset()Asset resource name of the associated 4:5 portrait marketing image.
string portrait_marketing_image_asset = 3;- Returns:
- The portraitMarketingImageAsset.
-
getPortraitMarketingImageAssetBytes
com.google.protobuf.ByteString getPortraitMarketingImageAssetBytes()Asset resource name of the associated 4:5 portrait marketing image.
string portrait_marketing_image_asset = 3;- Returns:
- The bytes for portraitMarketingImageAsset.
-
getHeadline
String getHeadline()Required. Headline of the carousel card.
string headline = 4 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The headline.
-
getHeadlineBytes
com.google.protobuf.ByteString getHeadlineBytes()Required. Headline of the carousel card.
string headline = 4 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for headline.
-
getCallToActionText
String getCallToActionText()Call to action text.
string call_to_action_text = 5;- Returns:
- The callToActionText.
-
getCallToActionTextBytes
com.google.protobuf.ByteString getCallToActionTextBytes()Call to action text.
string call_to_action_text = 5;- Returns:
- The bytes for callToActionText.
-