Interface BrandCampaignAssetsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BrandCampaignAssets, BrandCampaignAssets.Builder

public interface BrandCampaignAssetsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getBusinessNameAsset

      String getBusinessNameAsset()
       Required. The resource name of the business name text asset.
       
      string business_name_asset = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The businessNameAsset.
    • getBusinessNameAssetBytes

      com.google.protobuf.ByteString getBusinessNameAssetBytes()
       Required. The resource name of the business name text asset.
       
      string business_name_asset = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for businessNameAsset.
    • getLogoAssetList

      List<String> getLogoAssetList()
       Required. The resource name of square logo assets.
       
      repeated string logo_asset = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      A list containing the logoAsset.
    • getLogoAssetCount

      int getLogoAssetCount()
       Required. The resource name of square logo assets.
       
      repeated string logo_asset = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The count of logoAsset.
    • getLogoAsset

      String getLogoAsset(int index)
       Required. The resource name of square logo assets.
       
      repeated string logo_asset = 2 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the element to return.
      Returns:
      The logoAsset at the given index.
    • getLogoAssetBytes

      com.google.protobuf.ByteString getLogoAssetBytes(int index)
       Required. The resource name of square logo assets.
       
      repeated string logo_asset = 2 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the logoAsset at the given index.
    • getLandscapeLogoAssetList

      List<String> getLandscapeLogoAssetList()
       Optional. The resource name of landscape logo assets.
       
      repeated string landscape_logo_asset = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      A list containing the landscapeLogoAsset.
    • getLandscapeLogoAssetCount

      int getLandscapeLogoAssetCount()
       Optional. The resource name of landscape logo assets.
       
      repeated string landscape_logo_asset = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The count of landscapeLogoAsset.
    • getLandscapeLogoAsset

      String getLandscapeLogoAsset(int index)
       Optional. The resource name of landscape logo assets.
       
      repeated string landscape_logo_asset = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the element to return.
      Returns:
      The landscapeLogoAsset at the given index.
    • getLandscapeLogoAssetBytes

      com.google.protobuf.ByteString getLandscapeLogoAssetBytes(int index)
       Optional. The resource name of landscape logo assets.
       
      repeated string landscape_logo_asset = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the landscapeLogoAsset at the given index.