Attenzione: stai visualizzando la documentazione per l'interfaccia REST dell'API. La maggior parte delle nostre librerie client ufficiali utilizza gRPC. Per informazioni dettagliate, consulta la
Introduzione a REST.
MutateAssetResult
Il risultato della risorsa mutata.
Rappresentazione JSON |
{
"resourceName": string,
"asset": {
object (Asset )
}
} |
Campi |
resourceName |
string
Il nome della risorsa restituito per le operazioni riuscite.
|
asset |
object (Asset )
L'asset mutato con solo campi mutabili dopo la mutazione. Il campo verrà restituito solo quando responseContentType è impostato su "MUTABLE_RESOURCE".
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-03-07 UTC.
[null,null,["Ultimo aggiornamento 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."]]],[]]