/resources/account_link.proto

--- v14/resources/account_link.proto    2023-10-18 04:25:31.000000000 +0000
+++ v15/resources/account_link.proto    2023-10-18 04:25:35.000000000 +0000
@@ -76,10 +76,6 @@
     GoogleAdsLinkIdentifier google_ads = 7
         [(google.api.field_behavior) = OUTPUT_ONLY];

-    // Output only. Hotel link
-    HotelCenterLinkIdentifier hotel_center = 9
-        [(google.api.field_behavior) = OUTPUT_ONLY];
-
     // Output only. Advertising Partner link
     AdvertisingPartnerLinkIdentifier advertising_partner = 10
         [(google.api.field_behavior) = OUTPUT_ONLY];
@@ -125,12 +121,6 @@
   optional int64 data_partner_id = 1 [(google.api.field_behavior) = IMMUTABLE];
 }

-// The identifier for Hotel account.
-message HotelCenterLinkIdentifier {
-  // Output only. The hotel center id of the hotel account.
-  int64 hotel_center_id = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
-}
-
 // The identifier for Google Ads account.
 message GoogleAdsLinkIdentifier {
   // Immutable. The resource name of the Google Ads account.