Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
MutateAssetSetResult
The result for the asset set mutate.
JSON representation |
{
"resourceName": string,
"assetSet": {
object (AssetSet )
}
} |
Fields |
resourceName |
string
Returned for successful operations.
|
assetSet |
object (AssetSet )
The mutated asset set with only mutable fields after mutate. The field will only be returned when responseContentType is set to "MUTABLE_RESOURCE".
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["This page describes the JSON representation of the result for an asset set mutation."],["It includes the `resourceName` and `assetSet` fields within the JSON object."],["The `resourceName` is a string returned for successful operations."],["The `assetSet` is an object representing the mutated asset set, including only mutable fields, returned when `responseContentType` is set to \"MUTABLE_RESOURCE\"."]]],["The content describes the JSON representation and fields returned after a successful asset set mutation. The JSON includes the `resourceName` (a string) and `assetSet` (an object). The returned fields are `resourceName`, provided after successful operations, and `assetSet`, which represents the mutated asset set with only mutable fields. The `assetSet` field is only returned when the `responseContentType` is set to \"MUTABLE_RESOURCE\".\n"]]