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 Summary
Modifier and TypeMethodDescriptionCall to action type.intCall to action type.Suggested final URL for an AssetGroup.com.google.protobuf.ByteStringSuggested final URL for an AssetGroup.Hotel name in requested language.com.google.protobuf.ByteStringHotel name in requested language.getImageAssets(int index) Image assets such as landscape/portrait/square, etc.intImage assets such as landscape/portrait/square, etc.Image assets such as landscape/portrait/square, etc.getImageAssetsOrBuilder(int index) Image assets such as landscape/portrait/square, etc.List<? extends HotelImageAssetOrBuilder>Image assets such as landscape/portrait/square, etc.Google Places ID of the hotel.com.google.protobuf.ByteStringGoogle Places ID of the hotel.The status of the hotel asset suggestion.intThe status of the hotel asset suggestion.getTextAssets(int index) Text assets such as headline, description, etc.intText assets such as headline, description, etc.Text assets such as headline, description, etc.getTextAssetsOrBuilder(int index) Text assets such as headline, description, etc.List<? extends HotelTextAssetOrBuilder>Text assets such as headline, description, etc.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
-
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
CallToActionTypeEnum.CallToActionType 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
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
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
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
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.
-