--- 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
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2026-02-25 UTC.