UpdateIcebergNamespaceResponse

The response message for the UpdateIcebergNamespace API.

JSON representation
{
  "removed": [
    string
  ],
  "added": [
    string
  ],
  "missing": [
    string
  ]
}
Fields
removed[]

string

Output only. List of properties that were removed.

added[]

string

Output only. List of properties that were added or updated.

missing[]

string

Output only. List of properties that were requested to be removed, but were not found.