
com.google.ads.googleads.v13.services.SuggestTravelAssetsRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v13 Show documentation
Show all versions of google-ads-stubs-v13 Show documentation
Stubs for GAAPI version google-ads-stubs-v13
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v13/services/travel_asset_suggestion_service.proto
package com.google.ads.googleads.v13.services;
public interface SuggestTravelAssetsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v13.services.SuggestTravelAssetsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The ID of the customer.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The customerId.
*/
java.lang.String getCustomerId();
/**
*
* Required. The ID of the customer.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for customerId.
*/
com.google.protobuf.ByteString
getCustomerIdBytes();
/**
*
* Required. The language specifications in BCP 47 format (for example, en-US,
* zh-CN, etc.) for the asset suggestions. Text will be in this language.
* Usually matches one of the campaign target languages.
*
*
* string language_option = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The languageOption.
*/
java.lang.String getLanguageOption();
/**
*
* Required. The language specifications in BCP 47 format (for example, en-US,
* zh-CN, etc.) for the asset suggestions. Text will be in this language.
* Usually matches one of the campaign target languages.
*
*
* string language_option = 2 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for languageOption.
*/
com.google.protobuf.ByteString
getLanguageOptionBytes();
/**
*
* The Google Maps Place IDs of hotels for which assets are requested. See
* https://developers.google.com/places/web-service/place-id for more
* information.
* .
*
*
* repeated string place_id = 3;
* @return A list containing the placeId.
*/
java.util.List
getPlaceIdList();
/**
*
* The Google Maps Place IDs of hotels for which assets are requested. See
* https://developers.google.com/places/web-service/place-id for more
* information.
* .
*
*
* repeated string place_id = 3;
* @return The count of placeId.
*/
int getPlaceIdCount();
/**
*
* The Google Maps Place IDs of hotels for which assets are requested. See
* https://developers.google.com/places/web-service/place-id for more
* information.
* .
*
*
* repeated string place_id = 3;
* @param index The index of the element to return.
* @return The placeId at the given index.
*/
java.lang.String getPlaceId(int index);
/**
*
* The Google Maps Place IDs of hotels for which assets are requested. See
* https://developers.google.com/places/web-service/place-id for more
* information.
* .
*
*
* repeated string place_id = 3;
* @param index The index of the value to return.
* @return The bytes of the placeId at the given index.
*/
com.google.protobuf.ByteString
getPlaceIdBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy