--- v22/resources/product_link_invitation.proto 2026-02-25 22:50:26.000000000 +0000 +++ v23/resources/product_link_invitation.proto 2026-02-25 22:50:31.000000000 +0000 @@ -80,6 +80,15 @@ AdvertisingPartnerLinkInvitationIdentifier advertising_partner = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; } + + // The properties for the product link invitation. + oneof invited_account_properties { + // Output only. Advertising Partner link invitation properties. These + // properties are only applicable when the link is for an Advertising + // Partner. + AdvertisingPartnerLinkInvitationProperties advertising_partner_properties = + 8 [(google.api.field_behavior) = OUTPUT_ONLY]; + } } // The identifier for Hotel account. @@ -107,3 +116,11 @@ } ]; } + +// Properties specific to an Advertising Partner link invitation. +message AdvertisingPartnerLinkInvitationProperties { + // Immutable. The allowed domain for the Advertising Partner link invitation. + // The advertising partner will only be able to advertise on this domain. The + // field is immutable after the creation of the link invitation. + optional string allowed_domain = 1 [(google.api.field_behavior) = IMMUTABLE]; +}
/resources/product_link_invitation.proto
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2026-02-25 UTC-তে শেষবার আপডেট করা হয়েছে।