com.google.ads.googleads.v10.resources.HotelCenterLinkIdentifierOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/resources/account_link.proto
package com.google.ads.googleads.v10.resources;
public interface HotelCenterLinkIdentifierOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.HotelCenterLinkIdentifier)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The hotel center id of the hotel account.
*
*
* int64 hotel_center_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The hotelCenterId.
*/
long getHotelCenterId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy