--- 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
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2026-02-25 UTC.