com.google.ads.googleads.v17.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-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 SuggestTravelAssetsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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_ids = 4;
* @return A list containing the placeIds.
*/
java.util.List
getPlaceIdsList();
/**
*
* 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_ids = 4;
* @return The count of placeIds.
*/
int getPlaceIdsCount();
/**
*
* 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_ids = 4;
* @param index The index of the element to return.
* @return The placeIds at the given index.
*/
java.lang.String getPlaceIds(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_ids = 4;
* @param index The index of the value to return.
* @return The bytes of the placeIds at the given index.
*/
com.google.protobuf.ByteString
getPlaceIdsBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy