Share feedback
Answers are generated based on the documentation.

Experimental

Schema

EtagMismatchErrorDetail

Type: object

EtagMismatch is the status detail a stale precondition carries, so a client learns the current version for an explicit conflict-resolution decision.
@type · required

Type: string

All schema constraints and annotations
{
  "const": "type.googleapis.com/docker.sandboxes.v1.EtagMismatch",
  "type": "string"
}
currentEtag · required

Type: string

current_etag is informational; clients must not silently retry with it.
All schema constraints and annotations
{
  "description": "current_etag is informational; clients must not silently retry with it.",
  "minLength": 1,
  "type": "string"
}
All schema constraints and annotations
{
  "description": "EtagMismatch is the status detail a stale precondition carries, so a client learns the\ncurrent version for an explicit conflict-resolution decision.",
  "properties": {
    "@type": {
      "const": "type.googleapis.com/docker.sandboxes.v1.EtagMismatch",
      "type": "string"
    },
    "currentEtag": {
      "description": "current_etag is informational; clients must not silently retry with it.",
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "currentEtag",
    "@type"
  ],
  "title": "EtagMismatchErrorDetail",
  "type": "object"
}