--- 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 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-02-25。
[null,null,["最后更新时间 (UTC):2026-02-25。"],[],[]]