{
  "ownerDomain": "google.com",
  "resources": {
    "folders": {
      "resources": {
        "locations": {
          "methods": {
            "getFloorSetting": {
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "type": "string",
                  "location": "path",
                  "required": true,
                  "description": "Required. The name of the floor setting to get, example projects/123/floorsetting.",
                  "pattern": "^folders/[^/]+/locations/[^/]+/floorSetting$"
                }
              },
              "response": {
                "$ref": "FloorSetting"
              },
              "id": "modelarmor.folders.locations.getFloorSetting",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "httpMethod": "GET",
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/folders/{foldersId}/locations/{locationsId}/floorSetting",
              "description": "Gets details of a single floor setting of a project"
            },
            "updateFloorSetting": {
              "httpMethod": "PATCH",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "request": {
                "$ref": "FloorSetting"
              },
              "flatPath": "v1/folders/{foldersId}/locations/{locationsId}/floorSetting",
              "parameters": {
                "updateMask": {
                  "location": "query",
                  "description": "Optional. Field mask is used to specify the fields to be overwritten in the FloorSetting resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
                  "type": "string",
                  "format": "google-fieldmask"
                },
                "name": {
                  "type": "string",
                  "pattern": "^folders/[^/]+/locations/[^/]+/floorSetting$",
                  "location": "path",
                  "required": true,
                  "description": "Identifier. The resource name."
                }
              },
              "id": "modelarmor.folders.locations.updateFloorSetting",
              "description": "Updates the parameters of a single floor setting of a project",
              "response": {
                "$ref": "FloorSetting"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ]
            }
          }
        }
      }
    },
    "projects": {
      "resources": {
        "locations": {
          "resources": {
            "templates": {
              "methods": {
                "list": {
                  "id": "modelarmor.projects.locations.templates.list",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/templates",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/templates",
                  "httpMethod": "GET",
                  "description": "Lists Templates in a given project and location.",
                  "response": {
                    "$ref": "ListTemplatesResponse"
                  },
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "format": "int32"
                    },
                    "pageToken": {
                      "location": "query",
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "type": "string"
                    },
                    "orderBy": {
                      "type": "string",
                      "description": "Optional. Hint for how to order the results",
                      "location": "query"
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. Parent value for ListTemplatesRequest",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true
                    },
                    "filter": {
                      "description": "Optional. Filtering results",
                      "type": "string",
                      "location": "query"
                    }
                  }
                },
                "patch": {
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}",
                  "httpMethod": "PATCH",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "Template"
                  },
                  "description": "Updates the parameters of a single Template.",
                  "response": {
                    "$ref": "Template"
                  },
                  "id": "modelarmor.projects.locations.templates.patch",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/templates/[^/]+$",
                      "location": "path",
                      "description": "Identifier. name of resource",
                      "required": true
                    },
                    "updateMask": {
                      "description": "Required. Field mask is used to specify the fields to be overwritten in the Template resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
                      "type": "string",
                      "location": "query",
                      "format": "google-fieldmask"
                    },
                    "requestId": {
                      "location": "query",
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server stores the request ID for 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string"
                    }
                  }
                },
                "sanitizeModelResponse": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "SanitizeModelResponseResponse"
                  },
                  "id": "modelarmor.projects.locations.templates.sanitizeModelResponse",
                  "request": {
                    "$ref": "SanitizeModelResponseRequest"
                  },
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/templates/[^/]+$",
                      "description": "Required. Represents resource name of template e.g. name=projects/sample-project/locations/us-central1/templates/templ01",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}:sanitizeModelResponse",
                  "description": "Sanitizes Model Response.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}:sanitizeModelResponse"
                },
                "sanitizeUserPrompt": {
                  "path": "v1/{+name}:sanitizeUserPrompt",
                  "response": {
                    "$ref": "SanitizeUserPromptResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "POST",
                  "description": "Sanitizes User Prompt.",
                  "id": "modelarmor.projects.locations.templates.sanitizeUserPrompt",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/templates/[^/]+$",
                      "type": "string",
                      "description": "Required. Represents resource name of template e.g. name=projects/sample-project/locations/us-central1/templates/templ01",
                      "location": "path",
                      "required": true
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}:sanitizeUserPrompt",
                  "request": {
                    "$ref": "SanitizeUserPromptRequest"
                  }
                },
                "delete": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}",
                  "httpMethod": "DELETE",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "requestId": {
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server stores the request ID for 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "location": "query",
                      "type": "string"
                    },
                    "name": {
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/templates/[^/]+$",
                      "description": "Required. Name of the resource"
                    }
                  },
                  "description": "Deletes a single Template.",
                  "id": "modelarmor.projects.locations.templates.delete",
                  "path": "v1/{+name}",
                  "response": {
                    "$ref": "Empty"
                  }
                },
                "create": {
                  "path": "v1/{+parent}/templates",
                  "request": {
                    "$ref": "Template"
                  },
                  "response": {
                    "$ref": "Template"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "modelarmor.projects.locations.templates.create",
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. Value for parent."
                    },
                    "requestId": {
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server stores the request ID for 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string",
                      "location": "query"
                    },
                    "templateId": {
                      "location": "query",
                      "description": "Required. Id of the requesting object If auto-generating Id server-side, remove this field and template_id from the method_signature of Create RPC",
                      "type": "string"
                    }
                  },
                  "description": "Creates a new Template in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/templates",
                  "httpMethod": "POST"
                },
                "get": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}",
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "modelarmor.projects.locations.templates.get",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets details of a single Template.",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/templates/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. Name of the resource"
                    }
                  },
                  "response": {
                    "$ref": "Template"
                  }
                }
              }
            }
          },
          "methods": {
            "list": {
              "response": {
                "$ref": "ListLocationsResponse"
              },
              "description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
              "path": "v1/{+name}/locations",
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "id": "modelarmor.projects.locations.list",
              "parameters": {
                "extraLocationTypes": {
                  "location": "query",
                  "description": "Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.",
                  "repeated": true,
                  "type": "string"
                },
                "pageToken": {
                  "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
                  "location": "query",
                  "type": "string"
                },
                "name": {
                  "location": "path",
                  "required": true,
                  "description": "The resource that owns the locations collection, if applicable.",
                  "type": "string",
                  "pattern": "^projects/[^/]+$"
                },
                "filter": {
                  "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
                  "location": "query",
                  "type": "string"
                },
                "pageSize": {
                  "location": "query",
                  "format": "int32",
                  "description": "The maximum number of results to return. If not set, the service selects a default.",
                  "type": "integer"
                }
              },
              "flatPath": "v1/projects/{projectsId}/locations"
            },
            "get": {
              "path": "v1/{+name}",
              "description": "Gets information about a location.",
              "httpMethod": "GET",
              "response": {
                "$ref": "Location"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/projects/{projectsId}/locations/{locationsId}",
              "parameters": {
                "name": {
                  "location": "path",
                  "description": "Resource name for the location.",
                  "required": true,
                  "pattern": "^projects/[^/]+/locations/[^/]+$",
                  "type": "string"
                }
              },
              "id": "modelarmor.projects.locations.get"
            },
            "getFloorSetting": {
              "id": "modelarmor.projects.locations.getFloorSetting",
              "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/floorSetting",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "parameterOrder": [
                "name"
              ],
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The name of the floor setting to get, example projects/123/floorsetting.",
                  "pattern": "^projects/[^/]+/locations/[^/]+/floorSetting$"
                }
              },
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "description": "Gets details of a single floor setting of a project",
              "response": {
                "$ref": "FloorSetting"
              }
            },
            "updateFloorSetting": {
              "parameterOrder": [
                "name"
              ],
              "description": "Updates the parameters of a single floor setting of a project",
              "path": "v1/{+name}",
              "response": {
                "$ref": "FloorSetting"
              },
              "httpMethod": "PATCH",
              "request": {
                "$ref": "FloorSetting"
              },
              "parameters": {
                "name": {
                  "description": "Identifier. The resource name.",
                  "type": "string",
                  "required": true,
                  "pattern": "^projects/[^/]+/locations/[^/]+/floorSetting$",
                  "location": "path"
                },
                "updateMask": {
                  "location": "query",
                  "format": "google-fieldmask",
                  "type": "string",
                  "description": "Optional. Field mask is used to specify the fields to be overwritten in the FloorSetting resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten."
                }
              },
              "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/floorSetting",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "id": "modelarmor.projects.locations.updateFloorSetting"
            }
          }
        }
      }
    },
    "organizations": {
      "resources": {
        "locations": {
          "methods": {
            "updateFloorSetting": {
              "path": "v1/{+name}",
              "id": "modelarmor.organizations.locations.updateFloorSetting",
              "parameters": {
                "name": {
                  "location": "path",
                  "type": "string",
                  "required": true,
                  "description": "Identifier. The resource name.",
                  "pattern": "^organizations/[^/]+/locations/[^/]+/floorSetting$"
                },
                "updateMask": {
                  "description": "Optional. Field mask is used to specify the fields to be overwritten in the FloorSetting resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
                  "location": "query",
                  "format": "google-fieldmask",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "FloorSetting"
              },
              "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/floorSetting",
              "parameterOrder": [
                "name"
              ],
              "request": {
                "$ref": "FloorSetting"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "httpMethod": "PATCH",
              "description": "Updates the parameters of a single floor setting of a project"
            },
            "getFloorSetting": {
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/floorSetting",
              "httpMethod": "GET",
              "id": "modelarmor.organizations.locations.getFloorSetting",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "response": {
                "$ref": "FloorSetting"
              },
              "description": "Gets details of a single floor setting of a project",
              "parameters": {
                "name": {
                  "pattern": "^organizations/[^/]+/locations/[^/]+/floorSetting$",
                  "required": true,
                  "location": "path",
                  "description": "Required. The name of the floor setting to get, example projects/123/floorsetting.",
                  "type": "string"
                }
              }
            }
          }
        }
      }
    }
  },
  "servicePath": "",
  "protocol": "rest",
  "rootUrl": "https://modelarmor.us-central1.rep.googleapis.com/",
  "id": "modelarmor:v1",
  "title": "Model Armor API",
  "baseUrl": "https://modelarmor.us-central1.rep.googleapis.com/",
  "discoveryVersion": "v1",
  "batchPath": "batch",
  "mtlsRootUrl": "https://modelarmor.us-central1.rep.mtls.googleapis.com/",
  "version_module": true,
  "name": "modelarmor",
  "basePath": "",
  "parameters": {
    "alt": {
      "location": "query",
      "default": "json",
      "description": "Data format for response.",
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "type": "string"
    },
    "uploadType": {
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query",
      "type": "string"
    },
    "quotaUser": {
      "type": "string",
      "location": "query",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters."
    },
    "oauth_token": {
      "type": "string",
      "location": "query",
      "description": "OAuth 2.0 token for the current user."
    },
    "prettyPrint": {
      "type": "boolean",
      "location": "query",
      "description": "Returns response with indentations and line breaks.",
      "default": "true"
    },
    "upload_protocol": {
      "type": "string",
      "location": "query",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\")."
    },
    "$.xgafv": {
      "enum": [
        "1",
        "2"
      ],
      "type": "string",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "description": "V1 error format.",
      "location": "query"
    },
    "callback": {
      "description": "JSONP",
      "location": "query",
      "type": "string"
    },
    "access_token": {
      "location": "query",
      "type": "string",
      "description": "OAuth access token."
    },
    "key": {
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
      "location": "query",
      "type": "string"
    },
    "fields": {
      "type": "string",
      "location": "query",
      "description": "Selector specifying which fields to include in a partial response."
    }
  },
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/cloud-platform": {
          "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
        }
      }
    }
  },
  "ownerName": "Google",
  "description": "Model Armor helps you protect against risks like prompt injection, harmful content, and data leakage in generative AI applications by letting you define policies that filter user prompts and model responses.",
  "documentationLink": "https://cloud.google.com/security-command-center/docs/model-armor-overview",
  "canonicalName": "Model Armor",
  "kind": "discovery#restDescription",
  "version": "v1",
  "schemas": {
    "SdpImageFindingLocation": {
      "type": "object",
      "id": "SdpImageFindingLocation",
      "properties": {
        "boundingBoxes": {
          "type": "array",
          "items": {
            "$ref": "SdpBoundingBox"
          },
          "description": "Bounding boxes locating the pixels within the image containing the finding."
        }
      },
      "description": "Location of the finding within an image."
    },
    "Empty": {
      "type": "object",
      "id": "Empty",
      "properties": {},
      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }"
    },
    "PiAndJailbreakFilterSettings": {
      "type": "object",
      "description": "Prompt injection and Jailbreak Filter settings.",
      "id": "PiAndJailbreakFilterSettings",
      "properties": {
        "confidenceLevel": {
          "enum": [
            "DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED",
            "LOW_AND_ABOVE",
            "MEDIUM_AND_ABOVE",
            "HIGH"
          ],
          "type": "string",
          "enumDescriptions": [
            "Same as LOW_AND_ABOVE.",
            "Highest chance of a false positive.",
            "Some chance of false positives.",
            "Low chance of false positives."
          ],
          "description": "Optional. Confidence level for this filter. Confidence level is used to determine the threshold for the filter. If detection confidence is equal to or greater than the specified level, a positive match is reported. Confidence level will only be used if the filter is enabled."
        },
        "filterEnforcement": {
          "enum": [
            "PI_AND_JAILBREAK_FILTER_ENFORCEMENT_UNSPECIFIED",
            "ENABLED",
            "DISABLED"
          ],
          "description": "Optional. Tells whether Prompt injection and Jailbreak filter is enabled or disabled.",
          "type": "string",
          "enumDescriptions": [
            "Same as Disabled",
            "Enabled",
            "Disabled"
          ]
        }
      }
    },
    "MultiLanguageDetection": {
      "description": "Metadata to enable multi language detection via template.",
      "properties": {
        "enableMultiLanguageDetection": {
          "type": "boolean",
          "description": "Required. If true, multi language detection will be enabled."
        }
      },
      "type": "object",
      "id": "MultiLanguageDetection"
    },
    "FilterResult": {
      "type": "object",
      "properties": {
        "sdpFilterResult": {
          "$ref": "SdpFilterResult",
          "description": "Sensitive Data Protection results."
        },
        "maliciousUriFilterResult": {
          "description": "Malicious URI filter results.",
          "$ref": "MaliciousUriFilterResult"
        },
        "csamFilterFilterResult": {
          "$ref": "CsamFilterResult",
          "description": "CSAM filter results."
        },
        "raiFilterResult": {
          "description": "Responsible AI filter results.",
          "$ref": "RaiFilterResult"
        },
        "piAndJailbreakFilterResult": {
          "description": "Prompt injection and Jailbreak filter results.",
          "$ref": "PiAndJailbreakFilterResult"
        },
        "virusScanFilterResult": {
          "$ref": "VirusScanFilterResult",
          "description": "Virus scan results."
        }
      },
      "description": "Filter Result obtained after Sanitization operations.",
      "id": "FilterResult"
    },
    "SdpContentLocation": {
      "description": "Precise location of the finding within a document, record, image, or metadata container.",
      "id": "SdpContentLocation",
      "type": "object",
      "properties": {
        "imageFindingLocation": {
          "$ref": "SdpImageFindingLocation",
          "description": "Location within an image's pixels."
        },
        "containerName": {
          "description": "Name of the container where the finding is located. The top level name is the source file name or table name. Nested names could be absent if the embedded object has no string identifier (for example, an image contained within a document).",
          "type": "string"
        }
      }
    },
    "ByteDataItem": {
      "id": "ByteDataItem",
      "type": "object",
      "description": "Represents Byte Data item.",
      "properties": {
        "fileLabel": {
          "description": "Optional. Label of the file. This is used to identify the file in the response.",
          "type": "string"
        },
        "byteData": {
          "description": "Required. Bytes Data",
          "format": "byte",
          "type": "string"
        },
        "byteDataType": {
          "enum": [
            "BYTE_ITEM_TYPE_UNSPECIFIED",
            "PLAINTEXT_UTF8",
            "PDF",
            "WORD_DOCUMENT",
            "EXCEL_DOCUMENT",
            "POWERPOINT_DOCUMENT",
            "TXT",
            "CSV",
            "IMAGE"
          ],
          "description": "Required. The type of byte data",
          "enumDescriptions": [
            "Unused",
            "plain text",
            "PDF",
            "DOCX, DOCM, DOTX, DOTM",
            "XLSX, XLSM, XLTX, XLYM",
            "PPTX, PPTM, POTX, POTM, POT",
            "TXT",
            "CSV",
            "IMAGE"
          ],
          "type": "string"
        }
      }
    },
    "McpServerFloorSetting": {
      "id": "McpServerFloorSetting",
      "description": "Message describing MCP Server Floor Setting.",
      "type": "object",
      "properties": {
        "inspectOnly": {
          "type": "boolean",
          "description": "Optional. If true, Model Armor filters will be run in inspect only mode. No action will be taken on the request."
        },
        "enableCloudLogging": {
          "description": "Optional. If true, log Model Armor filter results to Cloud Logging.",
          "type": "boolean"
        },
        "inspectAndBlock": {
          "type": "boolean",
          "description": "Optional. If true, Model Armor filters will be run in inspect and block mode. Requests that trip Model Armor filters will be blocked."
        }
      }
    },
    "VirusScanFilterResult": {
      "type": "object",
      "description": "Virus scan results.",
      "properties": {
        "messageItems": {
          "items": {
            "$ref": "MessageItem"
          },
          "description": "Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution status is skipped then this field provides related reason/explanation.",
          "type": "array"
        },
        "virusDetails": {
          "description": "List of Viruses identified. This field will be empty if no virus was detected.",
          "items": {
            "$ref": "VirusDetail"
          },
          "type": "array"
        },
        "scannedContentType": {
          "type": "string",
          "enumDescriptions": [
            "Unused",
            "Unknown content",
            "Plaintext",
            "PDF Scanning for only PDF is supported."
          ],
          "description": "Type of content scanned.",
          "enum": [
            "SCANNED_CONTENT_TYPE_UNSPECIFIED",
            "UNKNOWN",
            "PLAINTEXT",
            "PDF"
          ]
        },
        "executionState": {
          "readOnly": true,
          "description": "Output only. Reports whether Virus Scan was successfully executed or not.",
          "enum": [
            "FILTER_EXECUTION_STATE_UNSPECIFIED",
            "EXECUTION_SUCCESS",
            "EXECUTION_SKIPPED"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unused",
            "Filter executed successfully",
            "Filter execution was skipped. This can happen due to server-side error or permission issue."
          ]
        },
        "matchState": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Match status for Virus. Value is MATCH_FOUND if the data is infected with a virus.",
          "enum": [
            "FILTER_MATCH_STATE_UNSPECIFIED",
            "NO_MATCH_FOUND",
            "MATCH_FOUND"
          ],
          "enumDescriptions": [
            "Unused",
            "Matching criteria is not achieved for filters.",
            "Matching criteria is achieved for the filter."
          ]
        },
        "scannedSize": {
          "format": "int64",
          "description": "Size of scanned content in bytes.",
          "type": "string"
        }
      },
      "id": "VirusScanFilterResult"
    },
    "AiPlatformFloorSetting": {
      "properties": {
        "inspectAndBlock": {
          "description": "Optional. If true, Model Armor filters will be run in inspect and block mode. Requests that trip Model Armor filters will be blocked.",
          "type": "boolean"
        },
        "inspectOnly": {
          "description": "Optional. If true, Model Armor filters will be run in inspect only mode. No action will be taken on the request.",
          "type": "boolean"
        },
        "enableCloudLogging": {
          "description": "Optional. If true, log Model Armor filter results to Cloud Logging.",
          "type": "boolean"
        }
      },
      "description": "message describing AiPlatformFloorSetting",
      "id": "AiPlatformFloorSetting",
      "type": "object"
    },
    "FloorSettingFloorSettingMetadataMultiLanguageDetection": {
      "type": "object",
      "properties": {
        "enableMultiLanguageDetection": {
          "description": "Required. If true, multi language detection will be enabled.",
          "type": "boolean"
        }
      },
      "id": "FloorSettingFloorSettingMetadataMultiLanguageDetection",
      "description": "Metadata to enable multi language detection via floor setting."
    },
    "ListTemplatesResponse": {
      "type": "object",
      "description": "Message for response to listing Templates",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        },
        "templates": {
          "type": "array",
          "description": "The list of Template",
          "items": {
            "$ref": "Template"
          }
        },
        "unreachable": {
          "description": "Locations that could not be reached.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "id": "ListTemplatesResponse"
    },
    "RaiFilterSettings": {
      "description": "Responsible AI Filter settings.",
      "type": "object",
      "properties": {
        "raiFilters": {
          "description": "Required. List of Responsible AI filters enabled for template.",
          "type": "array",
          "items": {
            "$ref": "RaiFilter"
          }
        }
      },
      "id": "RaiFilterSettings"
    },
    "SanitizationResult": {
      "description": "Sanitization result after applying all the filters on input content.",
      "id": "SanitizationResult",
      "type": "object",
      "properties": {
        "sanitizationMetadata": {
          "$ref": "SanitizationMetadata",
          "description": "Output only. Metadata related to Sanitization.",
          "readOnly": true
        },
        "filterMatchState": {
          "enumDescriptions": [
            "Unused",
            "Matching criteria is not achieved for filters.",
            "Matching criteria is achieved for the filter."
          ],
          "enum": [
            "FILTER_MATCH_STATE_UNSPECIFIED",
            "NO_MATCH_FOUND",
            "MATCH_FOUND"
          ],
          "type": "string",
          "description": "Output only. Overall filter match state for Sanitization. The state can have below two values. 1) NO_MATCH_FOUND: No filters in configuration satisfy matching criteria. In other words, input passed all filters. 2) MATCH_FOUND: At least one filter in configuration satisfies matching. In other words, input did not pass one or more filters.",
          "readOnly": true
        },
        "filterResults": {
          "readOnly": true,
          "description": "Output only. Results for all filters where the key is the filter name - either of \"csam\", \"malicious_uris\", \"rai\", \"pi_and_jailbreak\", \"sdp\".",
          "additionalProperties": {
            "$ref": "FilterResult"
          },
          "type": "object"
        },
        "invocationResult": {
          "enumDescriptions": [
            "Unused. Default value.",
            "All filters were invoked successfully.",
            "Some filters were skipped or failed.",
            "All filters were skipped or failed."
          ],
          "enum": [
            "INVOCATION_RESULT_UNSPECIFIED",
            "SUCCESS",
            "PARTIAL",
            "FAILURE"
          ],
          "description": "Output only. A field indicating the outcome of the invocation, irrespective of match status. It can have the following three values: SUCCESS: All filters were executed successfully. PARTIAL: Some filters were skipped or failed execution. FAILURE: All filters were skipped or failed execution.",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "SdpFindingLocation": {
      "type": "object",
      "properties": {
        "codepointRange": {
          "$ref": "RangeInfo",
          "description": "Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text. Note: Omitted if content is an image."
        },
        "byteRange": {
          "description": "Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content. Note: Omitted if content is an image.",
          "$ref": "RangeInfo"
        },
        "contentLocations": {
          "type": "array",
          "items": {
            "$ref": "SdpContentLocation"
          },
          "description": "List of nested objects pointing to the precise location of the finding within an image, file or record. For example, a single finding might be detected in two separate bounding boxes within an image (e.g., if it wraps across a line or is partially obscured). In such cases, content_locations would contain two SdpContentLocation entries, each with an image_finding_location pointing to a different bounding box."
        }
      },
      "description": "Location of this Sensitive Data Protection Finding within input content.",
      "id": "SdpFindingLocation"
    },
    "Location": {
      "type": "object",
      "description": "A resource that represents a Google Cloud location.",
      "id": "Location",
      "properties": {
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}",
          "type": "object"
        },
        "name": {
          "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\"."
        },
        "locationId": {
          "type": "string",
          "description": "The canonical id for this location. For example: `\"us-east1\"`."
        },
        "metadata": {
          "description": "Service-specific metadata. For example the available capacity at the given location.",
          "additionalProperties": {
            "description": "Properties of the object. Contains field @type with type URL.",
            "type": "any"
          },
          "type": "object"
        }
      }
    },
    "MaliciousUriFilterSettings": {
      "description": "Malicious URI filter settings.",
      "properties": {
        "filterEnforcement": {
          "type": "string",
          "enum": [
            "MALICIOUS_URI_FILTER_ENFORCEMENT_UNSPECIFIED",
            "ENABLED",
            "DISABLED"
          ],
          "description": "Optional. Tells whether the Malicious URI filter is enabled or disabled.",
          "enumDescriptions": [
            "Same as Disabled",
            "Enabled",
            "Disabled"
          ]
        }
      },
      "id": "MaliciousUriFilterSettings",
      "type": "object"
    },
    "SdpBoundingBox": {
      "description": "Bounding box encompassing a finding within an image.",
      "id": "SdpBoundingBox",
      "type": "object",
      "properties": {
        "height": {
          "description": "Height of the bounding box in pixels.",
          "format": "int32",
          "type": "integer"
        },
        "width": {
          "description": "Width of the bounding box in pixels.",
          "format": "int32",
          "type": "integer"
        },
        "top": {
          "description": "Top coordinate of the bounding box. (0,0) is upper left.",
          "format": "int32",
          "type": "integer"
        },
        "left": {
          "format": "int32",
          "description": "Left coordinate of the bounding box. (0,0) is upper left.",
          "type": "integer"
        }
      }
    },
    "RaiFilter": {
      "description": "Responsible AI filter.",
      "id": "RaiFilter",
      "properties": {
        "confidenceLevel": {
          "enumDescriptions": [
            "Same as LOW_AND_ABOVE.",
            "Highest chance of a false positive.",
            "Some chance of false positives.",
            "Low chance of false positives."
          ],
          "enum": [
            "DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED",
            "LOW_AND_ABOVE",
            "MEDIUM_AND_ABOVE",
            "HIGH"
          ],
          "description": "Optional. Confidence level for this RAI filter. During data sanitization, if data is classified under this filter with a confidence level equal to or greater than the specified level, a positive match is reported. If the confidence level is unspecified (i.e., 0), the system will use a reasonable default level based on the `filter_type`.",
          "type": "string"
        },
        "filterType": {
          "type": "string",
          "enum": [
            "RAI_FILTER_TYPE_UNSPECIFIED",
            "SEXUALLY_EXPLICIT",
            "HATE_SPEECH",
            "HARASSMENT",
            "DANGEROUS"
          ],
          "description": "Required. Type of responsible AI filter.",
          "enumDescriptions": [
            "Unspecified filter type.",
            "Sexually Explicit.",
            "Hate Speech.",
            "Harassment.",
            "Danger"
          ]
        }
      },
      "type": "object"
    },
    "SdpFinding": {
      "description": "Finding corresponding to Sensitive Data Protection filter.",
      "type": "object",
      "properties": {
        "infoType": {
          "description": "Name of Sensitive Data Protection info type for this finding.",
          "type": "string"
        },
        "likelihood": {
          "description": "Identified confidence likelihood for `info_type`.",
          "enumDescriptions": [
            "Default value; same as POSSIBLE.",
            "Highest chance of a false positive.",
            "High chance of a false positive.",
            "Some matching signals. The default value.",
            "Low chance of a false positive.",
            "Confidence level is high. Lowest chance of a false positive."
          ],
          "enum": [
            "SDP_FINDING_LIKELIHOOD_UNSPECIFIED",
            "VERY_UNLIKELY",
            "UNLIKELY",
            "POSSIBLE",
            "LIKELY",
            "VERY_LIKELY"
          ],
          "type": "string"
        },
        "location": {
          "$ref": "SdpFindingLocation",
          "description": "Location for this finding."
        }
      },
      "id": "SdpFinding"
    },
    "FilterVersionSelector": {
      "type": "object",
      "id": "FilterVersionSelector",
      "properties": {
        "version": {
          "description": "Allows customers to pin to a specific, immutable Filter Version. This provides stability, as this will not change after a version upgrade. Expected format is a case-sensitive string, e.g., \"v1\", \"v2\". Requests providing an invalid or non-existent version string will be rejected with an `INVALID_ARGUMENT` error.",
          "type": "string"
        },
        "alias": {
          "enum": [
            "FILTER_VERSION_ALIAS_UNSPECIFIED",
            "FILTER_VERSION_ALIAS_STABLE",
            "FILTER_VERSION_ALIAS_LATEST",
            "FILTER_VERSION_ALIAS_LEGACY",
            "FILTER_VERSION_ALIAS_RETIRED"
          ],
          "description": "Allows customers to use a predefined alias that dynamically points to a specific version based on internal upgrades. This offers flexibility and reduces the need for template updates.",
          "type": "string",
          "enumDescriptions": [
            "The default value. If used, it will resolve to the `STABLE` alias.",
            "The `STABLE` alias points to the most recent stable model version. Using this alias means no code changes are required when a new model becomes the stable version.",
            "The `LATEST` alias points to the newest model version available. This version is subject to frequent revisions and offers SLO guarantees but does not assure stability, providing the most current security protections.",
            "The `LEGACY` alias could be used for sanitization operations for a transition period. New templates cannot be created with this version.",
            "The `RETIRED` alias could be used for versions that are no longer available to be used. While new templates cannot be created with this alias, any existing template or request using `RETIRED` version will fall back to the current `STABLE` version for sanitization operations."
          ]
        }
      },
      "description": "Represents the configuration for selecting a Filter Version. Allows customers to choose to use either a specific version or a predefined alias."
    },
    "MaliciousUriFilterResult": {
      "description": "Malicious URI Filter Result.",
      "properties": {
        "matchState": {
          "readOnly": true,
          "enumDescriptions": [
            "Unused",
            "Matching criteria is not achieved for filters.",
            "Matching criteria is achieved for the filter."
          ],
          "type": "string",
          "description": "Output only. Match state for this Malicious URI. Value is MATCH_FOUND if at least one Malicious URI is found.",
          "enum": [
            "FILTER_MATCH_STATE_UNSPECIFIED",
            "NO_MATCH_FOUND",
            "MATCH_FOUND"
          ]
        },
        "maliciousUriMatchedItems": {
          "items": {
            "$ref": "MaliciousUriMatchedItem"
          },
          "description": "List of Malicious URIs found in data.",
          "type": "array"
        },
        "messageItems": {
          "description": "Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation.",
          "type": "array",
          "items": {
            "$ref": "MessageItem"
          }
        },
        "executionState": {
          "description": "Output only. Reports whether Malicious URI filter was successfully executed or not.",
          "type": "string",
          "enum": [
            "FILTER_EXECUTION_STATE_UNSPECIFIED",
            "EXECUTION_SUCCESS",
            "EXECUTION_SKIPPED"
          ],
          "enumDescriptions": [
            "Unused",
            "Filter executed successfully",
            "Filter execution was skipped. This can happen due to server-side error or permission issue."
          ],
          "readOnly": true
        }
      },
      "type": "object",
      "id": "MaliciousUriFilterResult"
    },
    "PiAndJailbreakFilterResult": {
      "type": "object",
      "description": "Prompt injection and Jailbreak Filter Result.",
      "id": "PiAndJailbreakFilterResult",
      "properties": {
        "confidenceLevel": {
          "enumDescriptions": [
            "Same as LOW_AND_ABOVE.",
            "Highest chance of a false positive.",
            "Some chance of false positives.",
            "Low chance of false positives."
          ],
          "type": "string",
          "description": "Confidence level identified for Prompt injection and Jailbreak.",
          "enum": [
            "DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED",
            "LOW_AND_ABOVE",
            "MEDIUM_AND_ABOVE",
            "HIGH"
          ]
        },
        "messageItems": {
          "description": "Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation.",
          "type": "array",
          "items": {
            "$ref": "MessageItem"
          }
        },
        "matchState": {
          "readOnly": true,
          "enum": [
            "FILTER_MATCH_STATE_UNSPECIFIED",
            "NO_MATCH_FOUND",
            "MATCH_FOUND"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unused",
            "Matching criteria is not achieved for filters.",
            "Matching criteria is achieved for the filter."
          ],
          "description": "Output only. Match state for Prompt injection and Jailbreak."
        },
        "executionState": {
          "description": "Output only. Reports whether Prompt injection and Jailbreak filter was successfully executed or not.",
          "enum": [
            "FILTER_EXECUTION_STATE_UNSPECIFIED",
            "EXECUTION_SUCCESS",
            "EXECUTION_SKIPPED"
          ],
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Unused",
            "Filter executed successfully",
            "Filter execution was skipped. This can happen due to server-side error or permission issue."
          ]
        }
      }
    },
    "SdpInspectResult": {
      "description": "Sensitive Data Protection Inspection Result.",
      "type": "object",
      "id": "SdpInspectResult",
      "properties": {
        "findings": {
          "description": "List of Sensitive Data Protection findings.",
          "items": {
            "$ref": "SdpFinding"
          },
          "type": "array"
        },
        "findingsTruncated": {
          "type": "boolean",
          "description": "If true, then there is possibility that more findings were identified and the findings returned are a subset of all findings. The findings list might be truncated because the input items were too large, or because the server reached the maximum amount of resources allowed for a single API call."
        },
        "extractedImageText": {
          "type": "string",
          "description": "Contains text extracted from the image, if applicable."
        },
        "executionState": {
          "description": "Output only. Reports whether Sensitive Data Protection inspection was successfully executed or not.",
          "type": "string",
          "enum": [
            "FILTER_EXECUTION_STATE_UNSPECIFIED",
            "EXECUTION_SUCCESS",
            "EXECUTION_SKIPPED"
          ],
          "enumDescriptions": [
            "Unused",
            "Filter executed successfully",
            "Filter execution was skipped. This can happen due to server-side error or permission issue."
          ],
          "readOnly": true
        },
        "messageItems": {
          "type": "array",
          "description": "Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation.",
          "items": {
            "$ref": "MessageItem"
          }
        },
        "matchState": {
          "enumDescriptions": [
            "Unused",
            "Matching criteria is not achieved for filters.",
            "Matching criteria is achieved for the filter."
          ],
          "type": "string",
          "readOnly": true,
          "description": "Output only. Match state for SDP Inspection. Value is MATCH_FOUND if at least one Sensitive Data Protection finding is identified.",
          "enum": [
            "FILTER_MATCH_STATE_UNSPECIFIED",
            "NO_MATCH_FOUND",
            "MATCH_FOUND"
          ]
        }
      }
    },
    "Date": {
      "id": "Date",
      "properties": {
        "day": {
          "type": "integer",
          "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
          "format": "int32"
        },
        "month": {
          "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
          "format": "int32",
          "type": "integer"
        },
        "year": {
          "format": "int32",
          "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
          "type": "integer"
        }
      },
      "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
      "type": "object"
    },
    "SanitizeUserPromptResponse": {
      "type": "object",
      "properties": {
        "sanitizationResult": {
          "$ref": "SanitizationResult",
          "description": "Output only. Sanitization Result.",
          "readOnly": true
        }
      },
      "description": "Sanitized User Prompt Response.",
      "id": "SanitizeUserPromptResponse"
    },
    "FloorSetting": {
      "properties": {
        "enableFloorSettingEnforcement": {
          "type": "boolean",
          "description": "Optional. Floor Settings enforcement status."
        },
        "integratedServices": {
          "description": "Optional. List of integrated services for which the floor setting is applicable.",
          "items": {
            "enum": [
              "INTEGRATED_SERVICE_UNSPECIFIED",
              "AI_PLATFORM",
              "GOOGLE_MCP_SERVER"
            ],
            "type": "string",
            "enumDescriptions": [
              "Unspecified integrated service.",
              "AI Platform.",
              "Google MCP Server (via Shim Service Extension)"
            ]
          },
          "type": "array"
        },
        "googleMcpServerFloorSetting": {
          "description": "Optional. Google MCP Server floor setting.",
          "$ref": "McpServerFloorSetting"
        },
        "createTime": {
          "format": "google-datetime",
          "description": "Output only. [Output only] Create timestamp",
          "type": "string",
          "readOnly": true
        },
        "aiPlatformFloorSetting": {
          "description": "Optional. AI Platform floor setting.",
          "$ref": "AiPlatformFloorSetting"
        },
        "floorSettingMetadata": {
          "description": "Optional. Metadata for FloorSetting",
          "$ref": "FloorSettingMetadata"
        },
        "updateTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. [Output only] Update timestamp",
          "type": "string"
        },
        "filterConfig": {
          "description": "Required. ModelArmor filter configuration.",
          "$ref": "FilterConfig"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name."
        }
      },
      "type": "object",
      "description": "Message describing FloorSetting resource",
      "id": "FloorSetting"
    },
    "FilterVersionConfig": {
      "description": "Message describing a Filter Version Configuration.",
      "properties": {
        "projectedDeprecationDate": {
          "$ref": "Date",
          "readOnly": true,
          "description": "Output only. The estimated date when this version is projected to be deprecated."
        },
        "filterVersionAlias": {
          "readOnly": true,
          "description": "Output only. The alias associated with this version, if any (e.g., \"STABLE\", \"LATEST\"). This will be populated if this version is currently mapped to an alias.",
          "type": "string",
          "enumDescriptions": [
            "The default value. If used, it will resolve to the `STABLE` alias.",
            "The `STABLE` alias points to the most recent stable model version. Using this alias means no code changes are required when a new model becomes the stable version.",
            "The `LATEST` alias points to the newest model version available. This version is subject to frequent revisions and offers SLO guarantees but does not assure stability, providing the most current security protections.",
            "The `LEGACY` alias could be used for sanitization operations for a transition period. New templates cannot be created with this version.",
            "The `RETIRED` alias could be used for versions that are no longer available to be used. While new templates cannot be created with this alias, any existing template or request using `RETIRED` version will fall back to the current `STABLE` version for sanitization operations."
          ],
          "enum": [
            "FILTER_VERSION_ALIAS_UNSPECIFIED",
            "FILTER_VERSION_ALIAS_STABLE",
            "FILTER_VERSION_ALIAS_LATEST",
            "FILTER_VERSION_ALIAS_LEGACY",
            "FILTER_VERSION_ALIAS_RETIRED"
          ]
        },
        "messageItems": {
          "description": "Output only. Extra information regarding this filter version",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "MessageItem"
          }
        },
        "filterVersion": {
          "description": "Output only. The identifier for this specific version.",
          "type": "string",
          "readOnly": true
        },
        "releaseDate": {
          "description": "Output only. The date when this version was released.",
          "$ref": "Date",
          "readOnly": true
        }
      },
      "type": "object",
      "id": "FilterVersionConfig"
    },
    "SanitizeModelResponseRequest": {
      "type": "object",
      "description": "Sanitize Model Response request.",
      "id": "SanitizeModelResponseRequest",
      "properties": {
        "userPrompt": {
          "description": "Optional. User Prompt associated with Model response.",
          "type": "string"
        },
        "streamingMode": {
          "enum": [
            "STREAMING_MODE_UNSPECIFIED",
            "STREAMING_MODE_BUFFERED",
            "STREAMING_MODE_REALTIME"
          ],
          "description": "Optional. Streaming Mode for StreamSanitize* API.",
          "type": "string",
          "enumDescriptions": [
            "Default value.",
            "Buffered Streaming mode.",
            "Real Time Streaming mode."
          ]
        },
        "modelResponseData": {
          "$ref": "DataItem",
          "description": "Required. Model response data to sanitize."
        },
        "multiLanguageDetectionMetadata": {
          "description": "Optional. Metadata related for multi language detection.",
          "$ref": "MultiLanguageDetectionMetadata"
        }
      }
    },
    "SdpDeidentifyResult": {
      "id": "SdpDeidentifyResult",
      "description": "Sensitive Data Protection Deidentification Result.",
      "type": "object",
      "properties": {
        "transformedBytes": {
          "description": "Total size in bytes that were transformed during deidentification.",
          "format": "int64",
          "type": "string"
        },
        "executionState": {
          "enumDescriptions": [
            "Unused",
            "Filter executed successfully",
            "Filter execution was skipped. This can happen due to server-side error or permission issue."
          ],
          "description": "Output only. Reports whether Sensitive Data Protection deidentification was successfully executed or not.",
          "type": "string",
          "enum": [
            "FILTER_EXECUTION_STATE_UNSPECIFIED",
            "EXECUTION_SUCCESS",
            "EXECUTION_SKIPPED"
          ],
          "readOnly": true
        },
        "messageItems": {
          "items": {
            "$ref": "MessageItem"
          },
          "description": "Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation.",
          "type": "array"
        },
        "data": {
          "$ref": "DataItem",
          "description": "De-identified data."
        },
        "infoTypes": {
          "type": "array",
          "description": "List of Sensitive Data Protection info-types that were de-identified.",
          "items": {
            "type": "string"
          }
        },
        "matchState": {
          "description": "Output only. Match state for Sensitive Data Protection Deidentification. Value is MATCH_FOUND if content is de-identified.",
          "readOnly": true,
          "enumDescriptions": [
            "Unused",
            "Matching criteria is not achieved for filters.",
            "Matching criteria is achieved for the filter."
          ],
          "type": "string",
          "enum": [
            "FILTER_MATCH_STATE_UNSPECIFIED",
            "NO_MATCH_FOUND",
            "MATCH_FOUND"
          ]
        }
      }
    },
    "FloorSettingMetadata": {
      "description": "message describing FloorSetting Metadata",
      "type": "object",
      "properties": {
        "multiLanguageDetection": {
          "$ref": "FloorSettingFloorSettingMetadataMultiLanguageDetection",
          "description": "Optional. Metadata for multi language detection."
        }
      },
      "id": "FloorSettingMetadata"
    },
    "TemplateMetadata": {
      "type": "object",
      "description": "Message describing TemplateMetadata",
      "properties": {
        "customLlmResponseSafetyErrorMessage": {
          "description": "Optional. Indicates the custom error message set by the user to be returned to the end user if the LLM response trips Model Armor filters.",
          "type": "string"
        },
        "customPromptSafetyErrorMessage": {
          "description": "Optional. Indicates the custom error message set by the user to be returned to the end user if the prompt trips Model Armor filters.",
          "type": "string"
        },
        "dataResidencyCompliant": {
          "description": "Optional. Indicates whether the template is subject to data residency compliance. If true (default for new templates), the template is subject to data residency compliance. If false, the template bypasses data residency compliance checks.",
          "type": "boolean"
        },
        "enforcementType": {
          "enumDescriptions": [
            "Default value. Same as INSPECT_AND_BLOCK.",
            "Model Armor filters will run in inspect only mode. No action will be taken on the request.",
            "Model Armor filters will run in inspect and block mode. Requests that trip Model Armor filters will be blocked."
          ],
          "description": "Optional. Enforcement type for Model Armor filters.",
          "type": "string",
          "enum": [
            "ENFORCEMENT_TYPE_UNSPECIFIED",
            "INSPECT_ONLY",
            "INSPECT_AND_BLOCK"
          ]
        },
        "customPromptSafetyErrorCode": {
          "format": "int32",
          "description": "Optional. Indicates the custom error code set by the user to be returned to the end user by the service extension if the prompt trips Model Armor filters.",
          "type": "integer"
        },
        "logTemplateOperations": {
          "description": "Optional. If true, log template crud operations.",
          "type": "boolean"
        },
        "modalities": {
          "items": {
            "type": "string",
            "enum": [
              "MODALITY_UNSPECIFIED",
              "MODALITY_TEXT",
              "MODALITY_IMAGE"
            ],
            "enumDescriptions": [
              "Unspecified modality. If specified, all modalities will be sanitized.",
              "Represents text modality. If specified, it will sanitize text fields, and text extracted from rich text files (like PDFs, DOCs) and plain text files (like TXT).",
              "Represents image modality. If specified, it will sanitize image files. The visual content and the text content in the image will be sanitized depending on the filter configuration."
            ]
          },
          "description": "Optional. Specifies the modalities to scan. If empty, only text modality will be scanned.",
          "type": "array"
        },
        "multiLanguageDetection": {
          "description": "Optional. Metadata for multi language detection.",
          "$ref": "MultiLanguageDetection"
        },
        "filterVersionSelector": {
          "$ref": "FilterVersionSelector",
          "description": "Optional. Specifies the configuration for the Filter version to be used. If this field is populated, it takes precedence over any values set in the deprecated `filter_version` fields within `RaiFilterSettings`, `PiAndJailbreakFilterSettings`."
        },
        "customLlmResponseSafetyErrorCode": {
          "type": "integer",
          "description": "Optional. Indicates the custom error code set by the user to be returned to the end user if the LLM response trips Model Armor filters.",
          "format": "int32"
        },
        "logSanitizeOperations": {
          "description": "Optional. If true, log sanitize operations.",
          "type": "boolean"
        },
        "ignorePartialInvocationFailures": {
          "type": "boolean",
          "description": "Optional. If true, partial detector failures should be ignored."
        }
      },
      "id": "TemplateMetadata"
    },
    "MaliciousUriMatchedItem": {
      "type": "object",
      "id": "MaliciousUriMatchedItem",
      "description": "Information regarding malicious URI and its location within the input content.",
      "properties": {
        "locations": {
          "type": "array",
          "items": {
            "$ref": "RangeInfo"
          },
          "description": "List of locations where Malicious URI is identified. The `locations` field is supported only for plaintext content i.e. ByteItemType.PLAINTEXT_UTF8"
        },
        "uri": {
          "description": "Malicious URI.",
          "type": "string"
        }
      }
    },
    "Template": {
      "description": "Message describing Template resource",
      "id": "Template",
      "type": "object",
      "properties": {
        "name": {
          "description": "Identifier. name of resource",
          "type": "string"
        },
        "labels": {
          "description": "Optional. Labels as key value pairs",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "filterConfig": {
          "$ref": "FilterConfig",
          "description": "Required. filter configuration for this template"
        },
        "templateMetadata": {
          "$ref": "TemplateMetadata",
          "description": "Optional. metadata for this template"
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. [Output only] Update time stamp",
          "format": "google-datetime",
          "readOnly": true
        },
        "createTime": {
          "description": "Output only. [Output only] Create time stamp",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "SanitizeModelResponseResponse": {
      "properties": {
        "sanitizationResult": {
          "description": "Output only. Sanitization Result.",
          "readOnly": true,
          "$ref": "SanitizationResult"
        }
      },
      "type": "object",
      "id": "SanitizeModelResponseResponse",
      "description": "Sanitized Model Response Response."
    },
    "RaiFilterTypeResult": {
      "description": "Detailed Filter result for each of the responsible AI Filter Types.",
      "id": "RaiFilterTypeResult",
      "type": "object",
      "properties": {
        "filterType": {
          "type": "string",
          "enum": [
            "RAI_FILTER_TYPE_UNSPECIFIED",
            "SEXUALLY_EXPLICIT",
            "HATE_SPEECH",
            "HARASSMENT",
            "DANGEROUS"
          ],
          "description": "Type of responsible AI filter.",
          "enumDescriptions": [
            "Unspecified filter type.",
            "Sexually Explicit.",
            "Hate Speech.",
            "Harassment.",
            "Danger"
          ]
        },
        "matchState": {
          "enumDescriptions": [
            "Unused",
            "Matching criteria is not achieved for filters.",
            "Matching criteria is achieved for the filter."
          ],
          "description": "Output only. Match state for this RAI filter.",
          "type": "string",
          "enum": [
            "FILTER_MATCH_STATE_UNSPECIFIED",
            "NO_MATCH_FOUND",
            "MATCH_FOUND"
          ],
          "readOnly": true
        },
        "confidenceLevel": {
          "description": "Confidence level identified for this RAI filter.",
          "type": "string",
          "enum": [
            "DETECTION_CONFIDENCE_LEVEL_UNSPECIFIED",
            "LOW_AND_ABOVE",
            "MEDIUM_AND_ABOVE",
            "HIGH"
          ],
          "enumDescriptions": [
            "Same as LOW_AND_ABOVE.",
            "Highest chance of a false positive.",
            "Some chance of false positives.",
            "Low chance of false positives."
          ]
        }
      }
    },
    "VirusDetail": {
      "id": "VirusDetail",
      "description": "Details of an identified virus",
      "properties": {
        "vendor": {
          "type": "string",
          "description": "Name of vendor that produced this virus identification."
        },
        "threatType": {
          "description": "Threat type of the identified virus",
          "enum": [
            "THREAT_TYPE_UNSPECIFIED",
            "UNKNOWN",
            "VIRUS_OR_WORM",
            "MALICIOUS_PROGRAM",
            "POTENTIALLY_HARMFUL_CONTENT",
            "POTENTIALLY_UNWANTED_CONTENT"
          ],
          "enumDescriptions": [
            "Unused",
            "Unable to categorize threat",
            "Virus or Worm threat.",
            "Malicious program. E.g. Spyware, Trojan.",
            "Potentially harmful content. E.g. Injected code, Macro",
            "Potentially unwanted content. E.g. Adware."
          ],
          "type": "string"
        },
        "names": {
          "description": "Names of this Virus.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object"
    },
    "SdpRedactResult": {
      "type": "object",
      "description": "Sensitive Data Protection Redaction Result.",
      "properties": {
        "executionState": {
          "enumDescriptions": [
            "Unused",
            "Filter executed successfully",
            "Filter execution was skipped. This can happen due to server-side error or permission issue."
          ],
          "description": "Output only. Reports whether Sensitive Data Protection redaction was successfully executed or not.",
          "type": "string",
          "enum": [
            "FILTER_EXECUTION_STATE_UNSPECIFIED",
            "EXECUTION_SUCCESS",
            "EXECUTION_SKIPPED"
          ],
          "readOnly": true
        },
        "findings": {
          "readOnly": true,
          "items": {
            "$ref": "SdpFinding"
          },
          "type": "array",
          "description": "Output only. The findings. This field is populated in the response only when include_findings in the SDP template is set to true."
        },
        "matchState": {
          "type": "string",
          "enum": [
            "FILTER_MATCH_STATE_UNSPECIFIED",
            "NO_MATCH_FOUND",
            "MATCH_FOUND"
          ],
          "readOnly": true,
          "description": "Output only. Match state for Sensitive Data Protection Redaction. Value is MATCH_FOUND if content is redacted.",
          "enumDescriptions": [
            "Unused",
            "Matching criteria is not achieved for filters.",
            "Matching criteria is achieved for the filter."
          ]
        },
        "extractedImageText": {
          "description": "The extracted text from the image.",
          "type": "string"
        },
        "messageItems": {
          "readOnly": true,
          "description": "Output only. Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation.",
          "items": {
            "$ref": "MessageItem"
          },
          "type": "array"
        },
        "redactedImage": {
          "type": "string",
          "format": "byte",
          "description": "Output only. The redacted image. The type will be the same as the original image.",
          "readOnly": true
        }
      },
      "id": "SdpRedactResult"
    },
    "DataItem": {
      "properties": {
        "text": {
          "type": "string",
          "description": "Plaintext string data for sanitization."
        },
        "byteItem": {
          "description": "Data provided in the form of bytes.",
          "$ref": "ByteDataItem"
        }
      },
      "id": "DataItem",
      "description": "Represents Data item",
      "type": "object"
    },
    "RangeInfo": {
      "description": "Half-open range interval [start, end)",
      "type": "object",
      "properties": {
        "start": {
          "type": "string",
          "format": "int64",
          "description": "For proto3, value cannot be set to 0 unless the field is optional. Ref: https://protobuf.dev/programming-guides/proto3/#default Index of first character (inclusive)."
        },
        "end": {
          "format": "int64",
          "type": "string",
          "description": "Index of last character (exclusive)."
        }
      },
      "id": "RangeInfo"
    },
    "CsamFilterResult": {
      "id": "CsamFilterResult",
      "properties": {
        "executionState": {
          "type": "string",
          "enum": [
            "FILTER_EXECUTION_STATE_UNSPECIFIED",
            "EXECUTION_SUCCESS",
            "EXECUTION_SKIPPED"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Unused",
            "Filter executed successfully",
            "Filter execution was skipped. This can happen due to server-side error or permission issue."
          ],
          "description": "Output only. Reports whether the CSAM filter was successfully executed or not."
        },
        "matchState": {
          "description": "Output only. Match state for CSAM.",
          "enumDescriptions": [
            "Unused",
            "Matching criteria is not achieved for filters.",
            "Matching criteria is achieved for the filter."
          ],
          "readOnly": true,
          "type": "string",
          "enum": [
            "FILTER_MATCH_STATE_UNSPECIFIED",
            "NO_MATCH_FOUND",
            "MATCH_FOUND"
          ]
        },
        "messageItems": {
          "description": "Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation.",
          "type": "array",
          "items": {
            "$ref": "MessageItem"
          }
        }
      },
      "description": "CSAM (Child Safety Abuse Material) Filter Result",
      "type": "object"
    },
    "SanitizeUserPromptRequest": {
      "id": "SanitizeUserPromptRequest",
      "properties": {
        "streamingMode": {
          "enumDescriptions": [
            "Default value.",
            "Buffered Streaming mode.",
            "Real Time Streaming mode."
          ],
          "description": "Optional. Streaming Mode for StreamSanitize* API.",
          "enum": [
            "STREAMING_MODE_UNSPECIFIED",
            "STREAMING_MODE_BUFFERED",
            "STREAMING_MODE_REALTIME"
          ],
          "type": "string"
        },
        "userPromptData": {
          "$ref": "DataItem",
          "description": "Required. User prompt data to sanitize."
        },
        "multiLanguageDetectionMetadata": {
          "description": "Optional. Metadata related to Multi Language Detection.",
          "$ref": "MultiLanguageDetectionMetadata"
        }
      },
      "type": "object",
      "description": "Sanitize User Prompt request."
    },
    "SdpBasicConfig": {
      "id": "SdpBasicConfig",
      "type": "object",
      "properties": {
        "filterEnforcement": {
          "description": "Optional. Tells whether the Sensitive Data Protection basic config is enabled or disabled.",
          "enumDescriptions": [
            "Same as Disabled",
            "Enabled",
            "Disabled"
          ],
          "enum": [
            "SDP_BASIC_CONFIG_ENFORCEMENT_UNSPECIFIED",
            "ENABLED",
            "DISABLED"
          ],
          "type": "string"
        }
      },
      "description": "Sensitive Data Protection basic configuration."
    },
    "FilterConfig": {
      "type": "object",
      "id": "FilterConfig",
      "description": "Filters configuration.",
      "properties": {
        "piAndJailbreakFilterSettings": {
          "description": "Optional. Prompt injection and Jailbreak filter settings.",
          "$ref": "PiAndJailbreakFilterSettings"
        },
        "maliciousUriFilterSettings": {
          "description": "Optional. Malicious URI filter settings.",
          "$ref": "MaliciousUriFilterSettings"
        },
        "raiSettings": {
          "description": "Optional. Responsible AI settings.",
          "$ref": "RaiFilterSettings"
        },
        "sdpSettings": {
          "description": "Optional. Sensitive Data Protection settings.",
          "$ref": "SdpFilterSettings"
        }
      }
    },
    "RaiFilterResult": {
      "description": "Responsible AI Result.",
      "properties": {
        "executionState": {
          "enumDescriptions": [
            "Unused",
            "Filter executed successfully",
            "Filter execution was skipped. This can happen due to server-side error or permission issue."
          ],
          "readOnly": true,
          "description": "Output only. Reports whether the RAI filter was successfully executed or not.",
          "enum": [
            "FILTER_EXECUTION_STATE_UNSPECIFIED",
            "EXECUTION_SUCCESS",
            "EXECUTION_SKIPPED"
          ],
          "type": "string"
        },
        "matchState": {
          "enum": [
            "FILTER_MATCH_STATE_UNSPECIFIED",
            "NO_MATCH_FOUND",
            "MATCH_FOUND"
          ],
          "enumDescriptions": [
            "Unused",
            "Matching criteria is not achieved for filters.",
            "Matching criteria is achieved for the filter."
          ],
          "type": "string",
          "description": "Output only. Overall filter match state for RAI. Value is MATCH_FOUND if at least one RAI filter confidence level is equal to or higher than the confidence level defined in configuration.",
          "readOnly": true
        },
        "messageItems": {
          "type": "array",
          "items": {
            "$ref": "MessageItem"
          },
          "description": "Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation."
        },
        "raiFilterTypeResults": {
          "additionalProperties": {
            "$ref": "RaiFilterTypeResult"
          },
          "description": "The map of RAI filter results where key is RAI filter type - either of \"sexually_explicit\", \"hate_speech\", \"harassment\", \"dangerous\", \"violence\", \"sexually_suggestive\".",
          "type": "object"
        }
      },
      "id": "RaiFilterResult",
      "type": "object"
    },
    "SdpFilterSettings": {
      "description": "Sensitive Data Protection settings.",
      "properties": {
        "basicConfig": {
          "description": "Optional. Basic Sensitive Data Protection configuration inspects the content for sensitive data using a fixed set of six info-types. Sensitive Data Protection templates cannot be used with basic configuration. Only Sensitive Data Protection inspection operation is supported with basic configuration.",
          "$ref": "SdpBasicConfig"
        },
        "advancedConfig": {
          "description": "Optional. Advanced Sensitive Data Protection configuration which enables use of Sensitive Data Protection templates. Supports both Sensitive Data Protection inspection and de-identification operations.",
          "$ref": "SdpAdvancedConfig"
        }
      },
      "type": "object",
      "id": "SdpFilterSettings"
    },
    "MultiLanguageDetectionMetadata": {
      "description": "Message for Enabling Multi Language Detection.",
      "id": "MultiLanguageDetectionMetadata",
      "properties": {
        "enableMultiLanguageDetection": {
          "type": "boolean",
          "description": "Optional. Enable detection of multi-language prompts and responses."
        },
        "sourceLanguage": {
          "description": "Optional. Optional Source language of the user prompt. If multi-language detection is enabled and this field is not set, the source language will be automatically detected. When a source language is provided, Model Armor uses it to sanitize the input. In that case the system does not perform auto-detection and relies solely on the specified language. This string field accepts a language code from the ISO-639 standard. For a list of languages supported by Model Armor, see [Model Armor supported languages] (https://cloud.google.com/security-command-center/docs/model-armor-overview#languages-supported). For a comprehensive list of language codes, see [ISO-639](https://cloud.google.com/translate/docs/languages#nmt).",
          "type": "string"
        }
      },
      "type": "object"
    },
    "MessageItem": {
      "properties": {
        "message": {
          "type": "string",
          "description": "The message content."
        },
        "messageType": {
          "type": "string",
          "enum": [
            "MESSAGE_TYPE_UNSPECIFIED",
            "INFO",
            "WARNING",
            "ERROR"
          ],
          "description": "Type of message.",
          "enumDescriptions": [
            "Unused",
            "Information related message.",
            "Warning related message.",
            "Error message."
          ]
        }
      },
      "description": "Message item to report information, warning or error messages.",
      "type": "object",
      "id": "MessageItem"
    },
    "SdpAdvancedConfig": {
      "properties": {
        "deidentifyTemplate": {
          "description": "Optional. Optional Sensitive Data Protection Deidentify template resource name. If provided then DeidentifyContent action is performed during Sanitization using this template and inspect template. The De-identified data will be returned in SdpDeidentifyResult. Note that all info-types present in the deidentify template must be present in inspect template. e.g. `projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}`",
          "type": "string"
        },
        "inspectTemplate": {
          "description": "Optional. Sensitive Data Protection inspect template resource name If only inspect template is provided (de-identify template not provided), then Sensitive Data Protection InspectContent action is performed during Sanitization. All Sensitive Data Protection findings identified during inspection will be returned as SdpFinding in SdpInsepctionResult. e.g. `projects/{project}/locations/{location}/inspectTemplates/{inspect_template}`",
          "type": "string"
        }
      },
      "description": "Sensitive Data Protection Advanced configuration.",
      "type": "object",
      "id": "SdpAdvancedConfig"
    },
    "SanitizationMetadata": {
      "type": "object",
      "description": "Message describing Sanitization metadata.",
      "id": "SanitizationMetadata",
      "properties": {
        "errorCode": {
          "type": "string",
          "format": "int64",
          "description": "Error code if any."
        },
        "ignorePartialInvocationFailures": {
          "description": "Passthrough field defined in TemplateMetadata to indicate whether to ignore partial invocation failures.",
          "type": "boolean"
        },
        "streamChunkProcessed": {
          "$ref": "DataItem",
          "readOnly": true,
          "description": "Output only. The stream chunk processed by the Sanitization service."
        },
        "filterVersionConfig": {
          "description": "Output only. Provides details about the Filter Version configuration used to sanitize this request.",
          "readOnly": true,
          "$ref": "FilterVersionConfig"
        },
        "errorMessage": {
          "type": "string",
          "description": "Error message if any."
        }
      }
    },
    "ListLocationsResponse": {
      "type": "object",
      "id": "ListLocationsResponse",
      "properties": {
        "nextPageToken": {
          "description": "The standard List next-page token.",
          "type": "string"
        },
        "locations": {
          "items": {
            "$ref": "Location"
          },
          "description": "A list of locations that matches the specified filter in the request.",
          "type": "array"
        }
      },
      "description": "The response message for Locations.ListLocations."
    },
    "SdpFilterResult": {
      "id": "SdpFilterResult",
      "type": "object",
      "properties": {
        "inspectResult": {
          "description": "Sensitive Data Protection Inspection result if inspection is performed.",
          "$ref": "SdpInspectResult"
        },
        "redactResult": {
          "description": "Sensitive Data Protection Redaction result if redaction is performed. This is primarily used for image redaction.",
          "$ref": "SdpRedactResult"
        },
        "deidentifyResult": {
          "$ref": "SdpDeidentifyResult",
          "description": "Sensitive Data Protection Deidentification result if deidentification is performed."
        }
      },
      "description": "Sensitive Data Protection filter result."
    }
  },
  "revision": "20260909",
  "icons": {
    "x32": "http://www.google.com/images/icons/product/search-32.gif",
    "x16": "http://www.google.com/images/icons/product/search-16.gif"
  },
  "fullyEncodeReservedExpansion": true,
  "endpoints": [
    {
      "endpointUrl": "https://modelarmor.us-central1.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "us-central1"
    },
    {
      "endpointUrl": "https://modelarmor.us-east1.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "us-east1"
    },
    {
      "endpointUrl": "https://modelarmor.us-east7.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "us-east7"
    },
    {
      "location": "us-west1",
      "endpointUrl": "https://modelarmor.us-west1.rep.googleapis.com/",
      "description": "Regional Endpoint"
    },
    {
      "endpointUrl": "https://modelarmor.europe-west1.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "europe-west1"
    },
    {
      "location": "europe-west4",
      "endpointUrl": "https://modelarmor.europe-west4.rep.googleapis.com/",
      "description": "Regional Endpoint"
    },
    {
      "endpointUrl": "https://modelarmor.us-east4.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "us-east4"
    },
    {
      "endpointUrl": "https://modelarmor.asia-southeast1.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "asia-southeast1"
    },
    {
      "location": "europe-west2",
      "endpointUrl": "https://modelarmor.europe-west2.rep.googleapis.com/",
      "description": "Regional Endpoint"
    },
    {
      "location": "europe-west3",
      "endpointUrl": "https://modelarmor.europe-west3.rep.googleapis.com/",
      "description": "Regional Endpoint"
    },
    {
      "location": "asia-south1",
      "endpointUrl": "https://modelarmor.asia-south1.rep.googleapis.com/",
      "description": "Regional Endpoint"
    },
    {
      "endpointUrl": "https://modelarmor.europe-southwest1.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "europe-southwest1"
    },
    {
      "location": "asia-northeast1",
      "endpointUrl": "https://modelarmor.asia-northeast1.rep.googleapis.com/",
      "description": "Regional Endpoint"
    },
    {
      "endpointUrl": "https://modelarmor.asia-northeast3.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "asia-northeast3"
    },
    {
      "location": "australia-southeast1",
      "endpointUrl": "https://modelarmor.australia-southeast1.rep.googleapis.com/",
      "description": "Regional Endpoint"
    },
    {
      "location": "australia-southeast2",
      "endpointUrl": "https://modelarmor.australia-southeast2.rep.googleapis.com/",
      "description": "Regional Endpoint"
    },
    {
      "endpointUrl": "https://modelarmor.northamerica-northeast1.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "northamerica-northeast1"
    },
    {
      "location": "northamerica-northeast2",
      "endpointUrl": "https://modelarmor.northamerica-northeast2.rep.googleapis.com/",
      "description": "Regional Endpoint"
    },
    {
      "endpointUrl": "https://modelarmor.europe-west9.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "europe-west9"
    },
    {
      "endpointUrl": "https://modelarmor.us.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "us"
    },
    {
      "location": "eu",
      "endpointUrl": "https://modelarmor.eu.rep.googleapis.com/",
      "description": "Regional Endpoint"
    }
  ]
}
