Interface DiscoveryCarouselCardAssetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DiscoveryCarouselCardAsset,DiscoveryCarouselCardAsset.Builder
public interface DiscoveryCarouselCardAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCallToActionText()Call to action text.com.google.protobuf.ByteStringgetCallToActionTextBytes()Call to action text.java.lang.StringgetHeadline()Required.com.google.protobuf.ByteStringgetHeadlineBytes()Required.java.lang.StringgetMarketingImageAsset()Asset resource name of the associated 1.91:1 marketing image.com.google.protobuf.ByteStringgetMarketingImageAssetBytes()Asset resource name of the associated 1.91:1 marketing image.java.lang.StringgetPortraitMarketingImageAsset()Asset resource name of the associated 4:5 portrait marketing image.com.google.protobuf.ByteStringgetPortraitMarketingImageAssetBytes()Asset resource name of the associated 4:5 portrait marketing image.java.lang.StringgetSquareMarketingImageAsset()Asset resource name of the associated square marketing image.com.google.protobuf.ByteStringgetSquareMarketingImageAssetBytes()Asset resource name of the associated square marketing image.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMarketingImageAsset
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;- 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
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;- 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
java.lang.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
java.lang.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
java.lang.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.
-
-