Uwaga: przeglądasz dokumentację interfejsu REST interfejsu API. Większość oficjalnych bibliotek klienta używa gRPC. Więcej informacji znajdziesz we
wprowadzeniu do REST.
CampaignAssetSetOperation
Pojedyncza operacja (tworzenie i usuwanie) na zestawie komponentów kampanii.
Zapis JSON |
{
// Union field operation can be only one of the following:
"create": {
object (CampaignAssetSet )
},
"remove": string
// End of list of possible types for union field operation .
} |
Pola |
Pole sumy operation . Operacja zmiany. operation może mieć tylko jedną z tych wartości: |
create |
object (CampaignAssetSet )
Operacja tworzenia: dla nowego zestawu komponentów kampanii nie jest oczekiwana nazwa zasobu.
|
remove |
string
Operacja usuwania: oczekiwana jest nazwa zasobu usuniętego zestawu komponentów kampanii w formacie: customers/{customerId}/campaignAssetSets/{campaignId}~{asset_set_id}
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-18 UTC.
[null,null,["Ostatnia aktualizacja: 2024-10-18 UTC."],[[["CampaignAssetSetOperation defines a single operation (create or remove) on a campaign asset set."],["The `create` operation requires a CampaignAssetSet object without a resource name."],["The `remove` operation requires the resource name of the campaign asset set to be removed."],["The JSON representation uses a union field `operation` to specify either \"create\" or \"remove\" with corresponding values."]]],[]]