Interface HotelAssetSuggestionOrBuilder

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

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

    • getPlaceId

      String getPlaceId()
       Google Places ID of the hotel.
       
      string place_id = 1;
      Returns:
      The placeId.
    • getPlaceIdBytes

      com.google.protobuf.ByteString getPlaceIdBytes()
       Google Places ID of the hotel.
       
      string place_id = 1;
      Returns:
      The bytes for placeId.
    • getFinalUrl

      String getFinalUrl()
       Suggested final URL for an AssetGroup.
       
      string final_url = 2;
      Returns:
      The finalUrl.
    • getFinalUrlBytes

      com.google.protobuf.ByteString getFinalUrlBytes()
       Suggested final URL for an AssetGroup.
       
      string final_url = 2;
      Returns:
      The bytes for finalUrl.
    • getHotelName

      String getHotelName()
       Hotel name in requested language.
       
      string hotel_name = 3;
      Returns:
      The hotelName.
    • getHotelNameBytes

      com.google.protobuf.ByteString getHotelNameBytes()
       Hotel name in requested language.
       
      string hotel_name = 3;
      Returns:
      The bytes for hotelName.
    • getCallToActionValue

      int getCallToActionValue()
       Call to action type.
       
      .google.ads.googleads.v18.enums.CallToActionTypeEnum.CallToActionType call_to_action = 4;
      Returns:
      The enum numeric value on the wire for callToAction.
    • getCallToAction

       Call to action type.
       
      .google.ads.googleads.v18.enums.CallToActionTypeEnum.CallToActionType call_to_action = 4;
      Returns:
      The callToAction.
    • getTextAssetsList

      List<HotelTextAsset> getTextAssetsList()
       Text assets such as headline, description, etc.
       
      repeated .google.ads.googleads.v18.services.HotelTextAsset text_assets = 5;
    • getTextAssets

      HotelTextAsset getTextAssets(int index)
       Text assets such as headline, description, etc.
       
      repeated .google.ads.googleads.v18.services.HotelTextAsset text_assets = 5;
    • getTextAssetsCount

      int getTextAssetsCount()
       Text assets such as headline, description, etc.
       
      repeated .google.ads.googleads.v18.services.HotelTextAsset text_assets = 5;
    • getTextAssetsOrBuilderList

      List<? extends HotelTextAssetOrBuilder> getTextAssetsOrBuilderList()
       Text assets such as headline, description, etc.
       
      repeated .google.ads.googleads.v18.services.HotelTextAsset text_assets = 5;
    • getTextAssetsOrBuilder

      HotelTextAssetOrBuilder getTextAssetsOrBuilder(int index)
       Text assets such as headline, description, etc.
       
      repeated .google.ads.googleads.v18.services.HotelTextAsset text_assets = 5;
    • getImageAssetsList

      List<HotelImageAsset> getImageAssetsList()
       Image assets such as landscape/portrait/square, etc.
       
      repeated .google.ads.googleads.v18.services.HotelImageAsset image_assets = 6;
    • getImageAssets

      HotelImageAsset getImageAssets(int index)
       Image assets such as landscape/portrait/square, etc.
       
      repeated .google.ads.googleads.v18.services.HotelImageAsset image_assets = 6;
    • getImageAssetsCount

      int getImageAssetsCount()
       Image assets such as landscape/portrait/square, etc.
       
      repeated .google.ads.googleads.v18.services.HotelImageAsset image_assets = 6;
    • getImageAssetsOrBuilderList

      List<? extends HotelImageAssetOrBuilder> getImageAssetsOrBuilderList()
       Image assets such as landscape/portrait/square, etc.
       
      repeated .google.ads.googleads.v18.services.HotelImageAsset image_assets = 6;
    • getImageAssetsOrBuilder

      HotelImageAssetOrBuilder getImageAssetsOrBuilder(int index)
       Image assets such as landscape/portrait/square, etc.
       
      repeated .google.ads.googleads.v18.services.HotelImageAsset image_assets = 6;
    • getStatusValue

      int getStatusValue()
       The status of the hotel asset suggestion.
       
      .google.ads.googleads.v18.enums.HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus status = 7;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

       The status of the hotel asset suggestion.
       
      .google.ads.googleads.v18.enums.HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus status = 7;
      Returns:
      The status.