--- v22/resources/product_link.proto 2026-02-25 22:50:26.000000000 +0000 +++ v23/resources/product_link.proto 2026-02-25 22:50:32.000000000 +0000 @@ -75,6 +75,14 @@ AdvertisingPartnerIdentifier advertising_partner = 13 [(google.api.field_behavior) = OUTPUT_ONLY]; } + + // The properties for the product link. + oneof product_link_properties { + // Output only. Advertising Partner link properties. These properties are + // only applicable when the link is for an Advertising Partner. + AdvertisingPartnerProperties advertising_partner_properties = 15 + [(google.api.field_behavior) = OUTPUT_ONLY]; + } } // The identifier for Data Partner account. @@ -123,3 +131,12 @@ } ]; } + +// Properties specific to an Advertising Partner link. +message AdvertisingPartnerProperties { + // Output only. The allowed domain for the Advertising Partner link. The + // advertising partner will only be able to advertise on this domain. The + // field is immutable. + optional string allowed_domain = 1 + [(google.api.field_behavior) = OUTPUT_ONLY]; +}
/resources/product_link.proto
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2026-02-25 UTC。