Uwaga: przeglądasz dokumentację interfejsu REST interfejsu API. Większość oficjalnych bibliotek klienta używa gRPC. Więcej informacji znajdziesz we
wprowadzeniu do REST.
MutateAssetResult
Zapis JSON |
{
"resourceName": string,
"asset": {
object (Asset )
}
} |
Pola |
resourceName |
string
Nazwa zasobu zwrócona w przypadku pomyślnych operacji.
|
asset |
object (Asset )
Zmutowany zasób z polami, które można zmienić po zmutowaniu. Pole zostanie zwrócone tylko wtedy, gdy parametr responseContentType ma wartość „MUTABLE_RESOURCE”.
|
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: 2025-03-07 UTC.
[null,null,["Ostatnia aktualizacja: 2025-03-07 UTC."],[[["This documentation details the JSON representation of the result for an asset mutation."],["The representation includes the resource name and the mutated asset, but the asset field is returned only when `responseContentType` is set to `MUTABLE_RESOURCE`."],["The `resourceName` is a string and `asset` is an object with the structure of the Asset resource."]]],[]]