All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.HotelAssetSuggestionOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/travel_asset_suggestion_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface HotelAssetSuggestionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.HotelAssetSuggestion)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Google Places ID of the hotel.
   * 
* * string place_id = 1; * @return The placeId. */ java.lang.String getPlaceId(); /** *
   * Google Places ID of the hotel.
   * 
* * string place_id = 1; * @return The bytes for placeId. */ com.google.protobuf.ByteString getPlaceIdBytes(); /** *
   * Suggested final URL for an AssetGroup.
   * 
* * string final_url = 2; * @return The finalUrl. */ java.lang.String getFinalUrl(); /** *
   * Suggested final URL for an AssetGroup.
   * 
* * string final_url = 2; * @return The bytes for finalUrl. */ com.google.protobuf.ByteString getFinalUrlBytes(); /** *
   * Hotel name in requested language.
   * 
* * string hotel_name = 3; * @return The hotelName. */ java.lang.String getHotelName(); /** *
   * Hotel name in requested language.
   * 
* * string hotel_name = 3; * @return The bytes for hotelName. */ com.google.protobuf.ByteString getHotelNameBytes(); /** *
   * Call to action type.
   * 
* * .google.ads.googleads.v17.enums.CallToActionTypeEnum.CallToActionType call_to_action = 4; * @return The enum numeric value on the wire for callToAction. */ int getCallToActionValue(); /** *
   * Call to action type.
   * 
* * .google.ads.googleads.v17.enums.CallToActionTypeEnum.CallToActionType call_to_action = 4; * @return The callToAction. */ com.google.ads.googleads.v17.enums.CallToActionTypeEnum.CallToActionType getCallToAction(); /** *
   * Text assets such as headline, description, etc.
   * 
* * repeated .google.ads.googleads.v17.services.HotelTextAsset text_assets = 5; */ java.util.List getTextAssetsList(); /** *
   * Text assets such as headline, description, etc.
   * 
* * repeated .google.ads.googleads.v17.services.HotelTextAsset text_assets = 5; */ com.google.ads.googleads.v17.services.HotelTextAsset getTextAssets(int index); /** *
   * Text assets such as headline, description, etc.
   * 
* * repeated .google.ads.googleads.v17.services.HotelTextAsset text_assets = 5; */ int getTextAssetsCount(); /** *
   * Text assets such as headline, description, etc.
   * 
* * repeated .google.ads.googleads.v17.services.HotelTextAsset text_assets = 5; */ java.util.List getTextAssetsOrBuilderList(); /** *
   * Text assets such as headline, description, etc.
   * 
* * repeated .google.ads.googleads.v17.services.HotelTextAsset text_assets = 5; */ com.google.ads.googleads.v17.services.HotelTextAssetOrBuilder getTextAssetsOrBuilder( int index); /** *
   * Image assets such as landscape/portrait/square, etc.
   * 
* * repeated .google.ads.googleads.v17.services.HotelImageAsset image_assets = 6; */ java.util.List getImageAssetsList(); /** *
   * Image assets such as landscape/portrait/square, etc.
   * 
* * repeated .google.ads.googleads.v17.services.HotelImageAsset image_assets = 6; */ com.google.ads.googleads.v17.services.HotelImageAsset getImageAssets(int index); /** *
   * Image assets such as landscape/portrait/square, etc.
   * 
* * repeated .google.ads.googleads.v17.services.HotelImageAsset image_assets = 6; */ int getImageAssetsCount(); /** *
   * Image assets such as landscape/portrait/square, etc.
   * 
* * repeated .google.ads.googleads.v17.services.HotelImageAsset image_assets = 6; */ java.util.List getImageAssetsOrBuilderList(); /** *
   * Image assets such as landscape/portrait/square, etc.
   * 
* * repeated .google.ads.googleads.v17.services.HotelImageAsset image_assets = 6; */ com.google.ads.googleads.v17.services.HotelImageAssetOrBuilder getImageAssetsOrBuilder( int index); /** *
   * The status of the hotel asset suggestion.
   * 
* * .google.ads.googleads.v17.enums.HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus status = 7; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * The status of the hotel asset suggestion.
   * 
* * .google.ads.googleads.v17.enums.HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus status = 7; * @return The status. */ com.google.ads.googleads.v17.enums.HotelAssetSuggestionStatusEnum.HotelAssetSuggestionStatus getStatus(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy