{
  "description": "The Firebase AI Logic API provides programmatic access for creating, testing, and managing server prompt templates.",
  "batchPath": "batch",
  "id": "firebasevertexai:v1beta",
  "name": "firebasevertexai",
  "basePath": "",
  "resources": {
    "projects": {
      "resources": {
        "templates": {
          "methods": {
            "templatePredict": {
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAiGenerativelanguageV1betaPredictResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "description": "Perform an online prediction using a server-side prompt template",
              "flatPath": "v1beta/projects/{projectsId}/templates/{templatesId}:templatePredict",
              "id": "firebasevertexai.projects.templates.templatePredict",
              "request": {
                "$ref": "TemplateGenerateContentRequest"
              },
              "parameters": {
                "name": {
                  "type": "string",
                  "location": "path",
                  "required": true,
                  "description": "Required. Name of the template to use in the request. projects/project-id/location/location-name/template/template-id",
                  "pattern": "^projects/[^/]+/templates/[^/]+$"
                }
              },
              "path": "v1beta/{+name}:templatePredict",
              "parameterOrder": [
                "name"
              ]
            },
            "templateGenerateContent": {
              "description": "Generate content with multimodal inputs using a server-side prompt template.",
              "response": {
                "$ref": "GoogleAiGenerativelanguageV1betaGenerateContentResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "httpMethod": "POST",
              "path": "v1beta/{+name}:templateGenerateContent",
              "parameterOrder": [
                "name"
              ],
              "parameters": {
                "name": {
                  "pattern": "^projects/[^/]+/templates/[^/]+$",
                  "description": "Required. Name of the template to use in the request. projects/project-id/location/location-name/template/template-id",
                  "required": true,
                  "location": "path",
                  "type": "string"
                }
              },
              "id": "firebasevertexai.projects.templates.templateGenerateContent",
              "request": {
                "$ref": "TemplateGenerateContentRequest"
              },
              "flatPath": "v1beta/projects/{projectsId}/templates/{templatesId}:templateGenerateContent"
            },
            "templateStreamGenerateContent": {
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAiGenerativelanguageV1betaGenerateContentResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "description": "Generate content with multimodal inputs and streaming outputs using a server-side prompt template.",
              "flatPath": "v1beta/projects/{projectsId}/templates/{templatesId}:templateStreamGenerateContent",
              "id": "firebasevertexai.projects.templates.templateStreamGenerateContent",
              "request": {
                "$ref": "TemplateGenerateContentRequest"
              },
              "parameters": {
                "name": {
                  "location": "path",
                  "type": "string",
                  "pattern": "^projects/[^/]+/templates/[^/]+$",
                  "description": "Required. Name of the template to use in the request. projects/project-id/location/location-name/template/template-id",
                  "required": true
                }
              },
              "path": "v1beta/{+name}:templateStreamGenerateContent",
              "parameterOrder": [
                "name"
              ]
            }
          }
        },
        "locations": {
          "methods": {
            "updateConfig": {
              "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/config",
              "id": "firebasevertexai.projects.locations.updateConfig",
              "request": {
                "$ref": "Config"
              },
              "parameters": {
                "name": {
                  "pattern": "^projects/[^/]+/locations/[^/]+/config$",
                  "description": "Identifier. The resource name of the config. Format: projects/{project}/locations/{location}/config",
                  "required": true,
                  "location": "path",
                  "type": "string"
                },
                "updateMask": {
                  "location": "query",
                  "format": "google-fieldmask",
                  "description": "Optional. A comma-separated list of names of fields in the DebugToken to update. Example: `telemetry_config.mode`.",
                  "type": "string"
                }
              },
              "path": "v1beta/{+name}",
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "PATCH",
              "response": {
                "$ref": "Config"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "description": "Updates the current configuration for the specified project. Currently the only supported location is \"global\"."
            },
            "getConfig": {
              "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/config",
              "id": "firebasevertexai.projects.locations.getConfig",
              "parameters": {
                "name": {
                  "required": true,
                  "description": "Required. The resource name of the config. Format: projects/{project}/locations/{location}/config",
                  "pattern": "^projects/[^/]+/locations/[^/]+/config$",
                  "type": "string",
                  "location": "path"
                }
              },
              "path": "v1beta/{+name}",
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "response": {
                "$ref": "Config"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "description": "Fetches the current configuration for the given project. Currently the only supported location is \"global\"."
            }
          },
          "resources": {
            "templates": {
              "methods": {
                "templateGenerateContent": {
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "GoogleCloudAiplatformV1beta1GenerateContentResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Generate content with multimodal inputs using a server-side prompt template.",
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}:templateGenerateContent",
                  "id": "firebasevertexai.projects.locations.templates.templateGenerateContent",
                  "request": {
                    "$ref": "TemplateGenerateContentRequest"
                  },
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/templates/[^/]+$",
                      "required": true,
                      "description": "Required. Name of the template to use in the request. projects/project-id/location/location-name/template/template-id"
                    }
                  },
                  "path": "v1beta/{+name}:templateGenerateContent",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "templateStreamGenerateContent": {
                  "path": "v1beta/{+name}:templateStreamGenerateContent",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "type": "string",
                      "location": "path",
                      "description": "Required. Name of the template to use in the request. projects/project-id/location/location-name/template/template-id",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/templates/[^/]+$"
                    }
                  },
                  "id": "firebasevertexai.projects.locations.templates.templateStreamGenerateContent",
                  "request": {
                    "$ref": "TemplateGenerateContentRequest"
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}:templateStreamGenerateContent",
                  "description": "Generate content with multimodal inputs and streaming outputs using a server-side prompt template.",
                  "response": {
                    "$ref": "GoogleCloudAiplatformV1beta1GenerateContentResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "POST"
                },
                "create": {
                  "path": "v1beta/{+parent}/templates",
                  "parameterOrder": [
                    "parent"
                  ],
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "location": "path",
                      "description": "Required. The parent resource where this PromptTemplate will be created. Format: projects/{project}/locations/{location}",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    },
                    "regionalPropagationDisabled": {
                      "location": "query",
                      "description": "Optional. For global endpoints only. If true, the PromptTemplate will be created in global only. Otherwise, the PromptTemplate will _also_ be replicated to all regions where applicable.",
                      "type": "boolean"
                    },
                    "promptTemplateId": {
                      "location": "query",
                      "description": "Optional. The unique ID to use for the PromptTemplate, which will become the final component of the PromptTemplate's resource name. It can contain only lowercase letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and a 63-character maximum. If not provided, a system-generated ID will be used.",
                      "type": "string"
                    },
                    "validateOnly": {
                      "location": "query",
                      "description": "Optional. If set to true, the request will be validated but not executed.",
                      "type": "boolean"
                    }
                  },
                  "id": "firebasevertexai.projects.locations.templates.create",
                  "request": {
                    "$ref": "PromptTemplate"
                  },
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/templates",
                  "description": "Creates a new PromptTemplate.",
                  "response": {
                    "$ref": "PromptTemplate"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "POST"
                },
                "templatePredict": {
                  "response": {
                    "$ref": "GoogleCloudAiplatformV1beta1PredictResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Perform an online prediction using a server-side prompt template.",
                  "httpMethod": "POST",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "location": "path",
                      "description": "Required. Name of the template to use in the request. projects/project-id/location/location-name/template/template-id",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/templates/[^/]+$"
                    }
                  },
                  "path": "v1beta/{+name}:templatePredict",
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}:templatePredict",
                  "id": "firebasevertexai.projects.locations.templates.templatePredict",
                  "request": {
                    "$ref": "TemplateGenerateContentRequest"
                  }
                },
                "modifyLock": {
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "ModifyLockResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Updates the Lock state on a PromptTemplate",
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}:modifyLock",
                  "id": "firebasevertexai.projects.locations.templates.modifyLock",
                  "request": {
                    "$ref": "ModifyLockRequest"
                  },
                  "parameters": {
                    "name": {
                      "required": true,
                      "description": "Required. The name of the PromptTemplate resource to update the lock on. Format: projects/{project}/locations/{location}/templates/{prompt_template}",
                      "pattern": "^projects/[^/]+/locations/[^/]+/templates/[^/]+$",
                      "type": "string",
                      "location": "path"
                    }
                  },
                  "path": "v1beta/{+name}:modifyLock",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "get": {
                  "path": "v1beta/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/templates/[^/]+$",
                      "description": "Required. The name of the PromptTemplate resource. Format: projects/{project}/locations/{location}/templates/{prompt_template}",
                      "required": true
                    }
                  },
                  "id": "firebasevertexai.projects.locations.templates.get",
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}",
                  "description": "Gets a PromptTemplate.",
                  "response": {
                    "$ref": "PromptTemplate"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET"
                },
                "delete": {
                  "id": "firebasevertexai.projects.locations.templates.delete",
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}",
                  "path": "v1beta/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/templates/[^/]+$",
                      "description": "Required. The name of the PromptTemplate resource to be deleted. Format: projects/{project}/locations/{location}/templates/{prompt_template}",
                      "required": true
                    },
                    "etag": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. The etag of the PromptTemplate. If this is provided, it must match the server's etag for the operation to succeed."
                    },
                    "validateOnly": {
                      "type": "boolean",
                      "description": "Optional. If set to true, the request will be validated but not executed.",
                      "location": "query"
                    },
                    "regionalPropagationDisabled": {
                      "location": "query",
                      "type": "boolean",
                      "description": "Optional. For global endpoints only. If true, the PromptTemplate will be deleted in global only. Otherwise, the PromptTemplate will _also_ be deleted in all regions where applicable."
                    },
                    "allowMissing": {
                      "location": "query",
                      "description": "Optional. If set to true and the PromptTemplate does not exist, the method will still succeed.",
                      "type": "boolean"
                    }
                  },
                  "httpMethod": "DELETE",
                  "description": "Deletes a PromptTemplate.",
                  "response": {
                    "$ref": "Empty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "patch": {
                  "httpMethod": "PATCH",
                  "response": {
                    "$ref": "PromptTemplate"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Updates a PromptTemplate.",
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}",
                  "id": "firebasevertexai.projects.locations.templates.patch",
                  "request": {
                    "$ref": "PromptTemplate"
                  },
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/templates/[^/]+$",
                      "required": true,
                      "description": "Identifier. The resource name of the PromptTemplate. Format: projects/{project}/locations/{location}/templates/{prompt_template}"
                    },
                    "updateMask": {
                      "type": "string",
                      "description": "Optional. The list of fields to update.",
                      "location": "query",
                      "format": "google-fieldmask"
                    },
                    "regionalPropagationDisabled": {
                      "location": "query",
                      "type": "boolean",
                      "description": "Optional. For global endpoints only. If true, the PromptTemplate will be updated in global only. Otherwise, the PromptTemplate will _also_ be updated in all regions where applicable."
                    },
                    "allowMissing": {
                      "description": "Optional. If set to true and the PromptTemplate does not already exist, it will be created.",
                      "type": "boolean",
                      "location": "query"
                    },
                    "validateOnly": {
                      "description": "Optional. If set to true, the request will be validated but not executed.",
                      "type": "boolean",
                      "location": "query"
                    }
                  },
                  "path": "v1beta/{+name}",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "list": {
                  "description": "Lists PromptTemplates.",
                  "response": {
                    "$ref": "ListPromptTemplatesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "path": "v1beta/{+parent}/templates",
                  "parameterOrder": [
                    "parent"
                  ],
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent resource where this PromptTemplate will be created. Format: projects/{project}/locations/{location}",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string",
                      "location": "path"
                    },
                    "pageSize": {
                      "location": "query",
                      "format": "int32",
                      "description": "Optional. The maximum number of PromptTemplates to return. The service may return fewer than this value. If unspecified, at most 50 PromptTemplates will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "type": "integer"
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. The filter to apply to the list of PromptTemplates."
                    },
                    "view": {
                      "enumDescriptions": [
                        "The default / unset value. The API will default to the FULL view.",
                        "Include all fields except template_string.",
                        "Include all fields. This is the default view."
                      ],
                      "type": "string",
                      "location": "query",
                      "description": "Optional. The view to return. If not specified, the default view is FULL.",
                      "enum": [
                        "PROMPT_TEMPLATE_VIEW_UNSPECIFIED",
                        "PROMPT_TEMPLATE_VIEW_BASIC",
                        "PROMPT_TEMPLATE_VIEW_FULL"
                      ]
                    },
                    "pageToken": {
                      "description": "Optional. A page token, received from a previous `ListPromptTemplates` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPromptTemplates` must match the call that provided the page token.",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "id": "firebasevertexai.projects.locations.templates.list",
                  "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/templates"
                }
              }
            },
            "publishers": {
              "resources": {
                "models": {
                  "methods": {
                    "countTokens": {
                      "response": {
                        "$ref": "GoogleCloudAiplatformV1beta1CountTokensResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Perform a token counting.",
                      "httpMethod": "POST",
                      "parameters": {
                        "endpoint": {
                          "location": "path",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$",
                          "description": "Required. The name of the Endpoint requested to perform token counting. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`",
                          "required": true
                        }
                      },
                      "path": "v1beta/{+endpoint}:countTokens",
                      "parameterOrder": [
                        "endpoint"
                      ],
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:countTokens",
                      "id": "firebasevertexai.projects.locations.publishers.models.countTokens",
                      "request": {
                        "$ref": "GoogleCloudAiplatformV1beta1CountTokensRequest"
                      }
                    },
                    "generateContent": {
                      "httpMethod": "POST",
                      "description": "Generate content with multimodal inputs.",
                      "response": {
                        "$ref": "GoogleCloudAiplatformV1beta1GenerateContentResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "firebasevertexai.projects.locations.publishers.models.generateContent",
                      "request": {
                        "$ref": "GoogleCloudAiplatformV1beta1GenerateContentRequest"
                      },
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:generateContent",
                      "path": "v1beta/{+model}:generateContent",
                      "parameterOrder": [
                        "model"
                      ],
                      "parameters": {
                        "model": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$",
                          "required": true,
                          "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`",
                          "location": "path",
                          "type": "string"
                        }
                      }
                    },
                    "predict": {
                      "path": "v1beta/{+endpoint}:predict",
                      "parameterOrder": [
                        "endpoint"
                      ],
                      "parameters": {
                        "endpoint": {
                          "type": "string",
                          "location": "path",
                          "description": "Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$"
                        }
                      },
                      "id": "firebasevertexai.projects.locations.publishers.models.predict",
                      "request": {
                        "$ref": "GoogleCloudAiplatformV1beta1PredictRequest"
                      },
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:predict",
                      "description": "Perform an online prediction.",
                      "response": {
                        "$ref": "GoogleCloudAiplatformV1beta1PredictResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "httpMethod": "POST"
                    },
                    "streamGenerateContent": {
                      "httpMethod": "POST",
                      "description": "Generate content with multimodal inputs with streaming support.",
                      "response": {
                        "$ref": "GoogleCloudAiplatformV1beta1GenerateContentResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "firebasevertexai.projects.locations.publishers.models.streamGenerateContent",
                      "request": {
                        "$ref": "GoogleCloudAiplatformV1beta1GenerateContentRequest"
                      },
                      "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/models/{modelsId}:streamGenerateContent",
                      "path": "v1beta/{+model}:streamGenerateContent",
                      "parameterOrder": [
                        "model"
                      ],
                      "parameters": {
                        "model": {
                          "location": "path",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/publishers/[^/]+/models/[^/]+$",
                          "required": true,
                          "description": "Required. The fully qualified name of the publisher model or tuned model endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`"
                        }
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "models": {
          "methods": {
            "streamGenerateContent": {
              "httpMethod": "POST",
              "description": "Generate content with multimodal inputs with streaming support.",
              "response": {
                "$ref": "GoogleAiGenerativelanguageV1betaGenerateContentResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "id": "firebasevertexai.projects.models.streamGenerateContent",
              "request": {
                "$ref": "GoogleAiGenerativelanguageV1betaGenerateContentRequest"
              },
              "flatPath": "v1beta/projects/{projectsId}/models/{modelsId}:streamGenerateContent",
              "path": "v1beta/{+model}:streamGenerateContent",
              "parameterOrder": [
                "model"
              ],
              "parameters": {
                "model": {
                  "pattern": "^projects/[^/]+/models/[^/]+$",
                  "description": "Required. The name of the `Model` to use for generating the completion. Format: `models/{model}`.",
                  "required": true,
                  "location": "path",
                  "type": "string"
                }
              }
            },
            "countTokens": {
              "parameters": {
                "model": {
                  "location": "path",
                  "type": "string",
                  "pattern": "^projects/[^/]+/models/[^/]+$",
                  "description": "Required. The model's resource name. This serves as an ID for the Model to use. This name should match a model name returned by the `ListModels` method. Format: `models/{model}`",
                  "required": true
                }
              },
              "path": "v1beta/{+model}:countTokens",
              "parameterOrder": [
                "model"
              ],
              "flatPath": "v1beta/projects/{projectsId}/models/{modelsId}:countTokens",
              "id": "firebasevertexai.projects.models.countTokens",
              "request": {
                "$ref": "GoogleAiGenerativelanguageV1betaCountTokensRequest"
              },
              "response": {
                "$ref": "GoogleAiGenerativelanguageV1betaCountTokensResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "description": "Perform a token counting.",
              "httpMethod": "POST"
            },
            "generateContent": {
              "flatPath": "v1beta/projects/{projectsId}/models/{modelsId}:generateContent",
              "id": "firebasevertexai.projects.models.generateContent",
              "request": {
                "$ref": "GoogleAiGenerativelanguageV1betaGenerateContentRequest"
              },
              "parameters": {
                "model": {
                  "type": "string",
                  "location": "path",
                  "required": true,
                  "description": "Required. The name of the `Model` to use for generating the completion. Format: `models/{model}`.",
                  "pattern": "^projects/[^/]+/models/[^/]+$"
                }
              },
              "path": "v1beta/{+model}:generateContent",
              "parameterOrder": [
                "model"
              ],
              "httpMethod": "POST",
              "response": {
                "$ref": "GoogleAiGenerativelanguageV1betaGenerateContentResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "description": "Generate content with multimodal inputs."
            },
            "predict": {
              "id": "firebasevertexai.projects.models.predict",
              "request": {
                "$ref": "GoogleAiGenerativelanguageV1betaPredictRequest"
              },
              "flatPath": "v1beta/projects/{projectsId}/models/{modelsId}:predict",
              "path": "v1beta/{+model}:predict",
              "parameterOrder": [
                "model"
              ],
              "parameters": {
                "model": {
                  "required": true,
                  "description": "Required. The name of the model for prediction. Format: `name=models/{model}`.",
                  "pattern": "^projects/[^/]+/models/[^/]+$",
                  "type": "string",
                  "location": "path"
                }
              },
              "httpMethod": "POST",
              "description": "Perform an online prediction.",
              "response": {
                "$ref": "GoogleAiGenerativelanguageV1betaPredictResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ]
            }
          }
        }
      }
    }
  },
  "version_module": true,
  "kind": "discovery#restDescription",
  "version": "v1beta",
  "discoveryVersion": "v1",
  "protocol": "rest",
  "baseUrl": "https://firebasevertexai.googleapis.com/",
  "ownerName": "Google",
  "parameters": {
    "fields": {
      "description": "Selector specifying which fields to include in a partial response.",
      "type": "string",
      "location": "query"
    },
    "upload_protocol": {
      "type": "string",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "location": "query"
    },
    "oauth_token": {
      "description": "OAuth 2.0 token for the current user.",
      "type": "string",
      "location": "query"
    },
    "access_token": {
      "location": "query",
      "type": "string",
      "description": "OAuth access token."
    },
    "alt": {
      "description": "Data format for response.",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "type": "string",
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "default": "json",
      "location": "query"
    },
    "callback": {
      "description": "JSONP",
      "type": "string",
      "location": "query"
    },
    "uploadType": {
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "type": "string",
      "location": "query"
    },
    "$.xgafv": {
      "type": "string",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "location": "query",
      "description": "V1 error format.",
      "enum": [
        "1",
        "2"
      ]
    },
    "quotaUser": {
      "location": "query",
      "type": "string",
      "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."
    },
    "key": {
      "type": "string",
      "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"
    },
    "prettyPrint": {
      "default": "true",
      "location": "query",
      "type": "boolean",
      "description": "Returns response with indentations and line breaks."
    }
  },
  "fullyEncodeReservedExpansion": true,
  "ownerDomain": "google.com",
  "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."
        }
      }
    }
  },
  "rootUrl": "https://firebasevertexai.googleapis.com/",
  "schemas": {
    "TrafficFilter": {
      "id": "TrafficFilter",
      "description": "Configuration for traffic filter.",
      "type": "object",
      "properties": {
        "firebaseAuthRequired": {
          "type": "boolean",
          "description": "Optional. Only allow requests that include a valid Firebase Auth credential. Use this setting to limit access to AI Logic to only requests from logged in users. For more details on how to integrate with Firebase Auth see https://firebase.google.com/docs/auth"
        },
        "templateOnly": {
          "description": "Optional. Only allows users to use AI Logic via prompt templates for this project.",
          "type": "boolean"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1FunctionDeclaration": {
      "properties": {
        "behavior": {
          "type": "string",
          "description": "Optional. Specifies the function Behavior. If not specified, the system keeps the current function call behavior. This field is currently only supported by the BidiGenerateContent method.",
          "enumDescriptions": [
            "This value is unspecified.",
            "If set, the system will wait to receive the function response before continuing the conversation.",
            "If set, the system will not wait to receive the function response. Instead, it will attempt to handle function responses as they become available while maintaining the conversation between the user and the model."
          ],
          "enum": [
            "UNSPECIFIED",
            "BLOCKING",
            "NON_BLOCKING"
          ]
        },
        "description": {
          "type": "string",
          "description": "Optional. Description and purpose of the function. Model uses it to decide how and whether to call the function."
        },
        "parametersJsonSchema": {
          "description": "Optional. Describes the parameters to the function in JSON Schema format. The schema must describe an object where the properties are the parameters to the function. For example: ``` { \"type\": \"object\", \"properties\": { \"name\": { \"type\": \"string\" }, \"age\": { \"type\": \"integer\" } }, \"additionalProperties\": false, \"required\": [\"name\", \"age\"], \"propertyOrdering\": [\"name\", \"age\"] } ``` This field is mutually exclusive with `parameters`.",
          "type": "any"
        },
        "response": {
          "description": "Optional. Describes the output from this function in JSON Schema format. Reflects the Open API 3.03 Response Object. The Schema defines the type used for the response value of the function.",
          "$ref": "GoogleCloudAiplatformV1beta1Schema"
        },
        "responseJsonSchema": {
          "description": "Optional. Describes the output from this function in JSON Schema format. The value specified by the schema is the response value of the function. This field is mutually exclusive with `response`.",
          "type": "any"
        },
        "name": {
          "description": "Required. The name of the function to call. Must start with a letter or an underscore. Must be a-z, A-Z, 0-9, or contain underscores, dots, colons and dashes, with a maximum length of 128.",
          "type": "string"
        },
        "parameters": {
          "$ref": "GoogleCloudAiplatformV1beta1Schema",
          "description": "Optional. Describes the parameters to this function in JSON Schema Object format. Reflects the Open API 3.03 Parameter Object. string Key: the name of the parameter. Parameter names are case sensitive. Schema Value: the Schema defining the type used for the parameter. For function with no parameters, this can be left unset. Parameter names must start with a letter or an underscore and must only contain chars a-z, A-Z, 0-9, or underscores with a maximum length of 64. Example with 1 required and 1 optional parameter: type: OBJECT properties: param1: type: STRING param2: type: INTEGER required: - param1"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1FunctionDeclaration",
      "description": "Structured representation of a function declaration as defined by the [OpenAPI 3.0 specification](https://spec.openapis.org/oas/v3.0.3). Included in this declaration are the function name, description, parameters and response type. This FunctionDeclaration is a representation of a block of code that can be used as a `Tool` by the model and executed by the client.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaGoogleMaps": {
      "id": "GoogleAiGenerativelanguageV1betaGoogleMaps",
      "description": "The GoogleMaps Tool that provides geospatial context for the user's query.",
      "type": "object",
      "properties": {
        "enableWidget": {
          "type": "boolean",
          "description": "Optional. Whether to return a widget context token in the GroundingMetadata of the response. Developers can use the widget context token to render a Google Maps widget with geospatial context related to the places that the model references in the response."
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaAttributionSourceId": {
      "properties": {
        "groundingPassage": {
          "$ref": "GoogleAiGenerativelanguageV1betaAttributionSourceIdGroundingPassageId",
          "description": "Identifier for an inline passage."
        },
        "semanticRetrieverChunk": {
          "description": "Identifier for a `Chunk` fetched via Semantic Retriever.",
          "$ref": "GoogleAiGenerativelanguageV1betaAttributionSourceIdSemanticRetrieverChunk"
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaAttributionSourceId",
      "description": "Identifier for the source contributing to this attribution.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaPart": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaPart",
      "description": "A datatype containing media that is part of a multi-part `Content` message. A `Part` consists of data which has an associated datatype. A `Part` can only contain one of the accepted types in `Part.data`. A `Part` must have a fixed IANA MIME type identifying the type and subtype of the media if the `inline_data` field is filled with raw bytes.",
      "properties": {
        "inlineData": {
          "$ref": "GoogleAiGenerativelanguageV1betaBlob",
          "description": "Inline media bytes."
        },
        "codeExecutionResult": {
          "description": "Result of executing the `ExecutableCode`.",
          "$ref": "GoogleAiGenerativelanguageV1betaCodeExecutionResult"
        },
        "mediaResolution": {
          "description": "Optional. Media resolution for the input media.",
          "$ref": "MediaResolution"
        },
        "text": {
          "description": "Inline text.",
          "type": "string"
        },
        "executableCode": {
          "description": "Code generated by the model that is meant to be executed.",
          "$ref": "GoogleAiGenerativelanguageV1betaExecutableCode"
        },
        "functionCall": {
          "description": "A predicted `FunctionCall` returned from the model that contains a string representing the `FunctionDeclaration.name` with the arguments and their values.",
          "$ref": "GoogleAiGenerativelanguageV1betaFunctionCall"
        },
        "functionResponse": {
          "$ref": "GoogleAiGenerativelanguageV1betaFunctionResponse",
          "description": "The result output of a `FunctionCall` that contains a string representing the `FunctionDeclaration.name` and a structured JSON object containing any output from the function is used as context to the model."
        },
        "fileData": {
          "description": "URI based data.",
          "$ref": "GoogleAiGenerativelanguageV1betaFileData"
        },
        "thought": {
          "type": "boolean",
          "description": "Optional. Indicates if the part is thought from the model."
        },
        "videoMetadata": {
          "$ref": "GoogleAiGenerativelanguageV1betaVideoMetadata",
          "description": "Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data."
        },
        "toolCall": {
          "$ref": "GoogleAiGenerativelanguageV1betaToolCall",
          "description": "Server-side tool call. This field is populated when the model predicts a tool invocation that should be executed on the server. The client is expected to echo this message back to the API."
        },
        "toolResponse": {
          "description": "The output from a server-side `ToolCall` execution. This field is populated by the client with the results of executing the corresponding `ToolCall`.",
          "$ref": "GoogleAiGenerativelanguageV1betaToolResponse"
        },
        "thoughtSignature": {
          "description": "Optional. An opaque signature for the thought so it can be reused in subsequent requests.",
          "type": "string",
          "format": "byte"
        },
        "partMetadata": {
          "description": "Custom metadata associated with the Part. Agents using genai.Part as content representation may need to keep track of the additional information. For example it can be name of a file/source from which the Part originates or a way to multiplex multiple Part streams.",
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          }
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaGenerateContentResponseUsageMetadata": {
      "id": "GoogleAiGenerativelanguageV1betaGenerateContentResponseUsageMetadata",
      "description": "Metadata on the generation request's token usage.",
      "type": "object",
      "properties": {
        "serviceTier": {
          "enumDescriptions": [
            "Default service tier, which is standard.",
            "Standard service tier.",
            "Flex service tier.",
            "Priority service tier."
          ],
          "type": "string",
          "readOnly": true,
          "description": "Output only. Service tier of the request.",
          "enum": [
            "unspecified",
            "standard",
            "flex",
            "priority"
          ]
        },
        "toolUsePromptTokenCount": {
          "readOnly": true,
          "format": "int32",
          "description": "Output only. Number of tokens present in tool-use prompt(s).",
          "type": "integer"
        },
        "promptTokensDetails": {
          "readOnly": true,
          "description": "Output only. List of modalities that were processed in the request input.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaModalityTokenCount"
          },
          "type": "array"
        },
        "promptTokenCount": {
          "description": "Number of tokens in the prompt. When `cached_content` is set, this is still the total effective prompt size meaning this includes the number of tokens in the cached content.",
          "type": "integer",
          "format": "int32"
        },
        "toolUsePromptTokensDetails": {
          "type": "array",
          "description": "Output only. List of modalities that were processed for tool-use request inputs.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaModalityTokenCount"
          },
          "readOnly": true
        },
        "cacheTokensDetails": {
          "readOnly": true,
          "description": "Output only. List of modalities of the cached content in the request input.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaModalityTokenCount"
          },
          "type": "array"
        },
        "candidatesTokenCount": {
          "format": "int32",
          "type": "integer",
          "description": "Total number of tokens across all the generated response candidates."
        },
        "candidatesTokensDetails": {
          "readOnly": true,
          "description": "Output only. List of modalities that were returned in the response.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaModalityTokenCount"
          },
          "type": "array"
        },
        "cachedContentTokenCount": {
          "type": "integer",
          "description": "Number of tokens in the cached part of the prompt (the cached content)",
          "format": "int32"
        },
        "thoughtsTokenCount": {
          "description": "Output only. Number of tokens of thoughts for thinking models.",
          "type": "integer",
          "readOnly": true,
          "format": "int32"
        },
        "totalTokenCount": {
          "format": "int32",
          "type": "integer",
          "description": "Total token count for the generation request (prompt + thoughts + response candidates)."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1CodeExecutionResult": {
      "properties": {
        "output": {
          "type": "string",
          "description": "Optional. Contains stdout when code execution is successful, stderr or other description otherwise."
        },
        "outcome": {
          "description": "Required. Outcome of the code execution.",
          "enumDescriptions": [
            "Unspecified status. This value should not be used.",
            "Code execution completed successfully. `output` contains the stdout, if any.",
            "Code execution failed. `output` contains the stderr and stdout, if any.",
            "Code execution ran for too long, and was cancelled. There may or may not be a partial `output` present."
          ],
          "enum": [
            "OUTCOME_UNSPECIFIED",
            "OUTCOME_OK",
            "OUTCOME_FAILED",
            "OUTCOME_DEADLINE_EXCEEDED"
          ],
          "type": "string"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1CodeExecutionResult",
      "description": "Result of executing the ExecutableCode. Generated only when the `CodeExecution` tool is used.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaGroundingChunkWeb": {
      "properties": {
        "uri": {
          "type": "string",
          "description": "Output only. URI reference of the chunk.",
          "readOnly": true
        },
        "title": {
          "type": "string",
          "description": "Output only. Title of the chunk.",
          "readOnly": true
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaGroundingChunkWeb",
      "description": "Chunk from the web.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingRankService": {
      "properties": {
        "modelName": {
          "description": "Optional. The model name of the rank service. Format: `semantic-ranker-512@latest`",
          "type": "string"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingRankService",
      "description": "Config for Rank Service.",
      "type": "object"
    },
    "FunctionResponse": {
      "id": "FunctionResponse",
      "description": "An element in the history that represents the results of a function invocation.",
      "type": "object",
      "properties": {
        "id": {
          "description": "Required. ID of the individual function invocation assigned by the model when it requests the function invocation.",
          "type": "string"
        },
        "response": {
          "type": "object",
          "description": "Optional. The results of the function invocation.",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          }
        },
        "name": {
          "type": "string",
          "description": "Required. The name of the function."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions": {
      "properties": {
        "mimeType": {
          "description": "Optional. The image format that the output should be saved as.",
          "type": "string"
        },
        "compressionQuality": {
          "format": "int32",
          "description": "Optional. The compression quality of the output image.",
          "type": "integer"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions",
      "description": "The image output format for generated images."
    },
    "GoogleAiGenerativelanguageV1betaImageResponseFormat": {
      "properties": {
        "mimeType": {
          "type": "string",
          "description": "Optional. The MIME type of the image output.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "JPEG image format."
          ],
          "enum": [
            "MIME_TYPE_UNSPECIFIED",
            "IMAGE_JPEG"
          ]
        },
        "aspectRatio": {
          "type": "string",
          "description": "Optional. The aspect ratio for the image output.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "1:1 aspect ratio.",
            "2:3 aspect ratio.",
            "3:2 aspect ratio.",
            "3:4 aspect ratio.",
            "4:3 aspect ratio.",
            "4:5 aspect ratio.",
            "5:4 aspect ratio.",
            "9:16 aspect ratio.",
            "16:9 aspect ratio.",
            "21:9 aspect ratio.",
            "1:8 aspect ratio.",
            "8:1 aspect ratio.",
            "1:4 aspect ratio.",
            "4:1 aspect ratio."
          ],
          "enum": [
            "ASPECT_RATIO_UNSPECIFIED",
            "ASPECT_RATIO_ONE_BY_ONE",
            "ASPECT_RATIO_TWO_BY_THREE",
            "ASPECT_RATIO_THREE_BY_TWO",
            "ASPECT_RATIO_THREE_BY_FOUR",
            "ASPECT_RATIO_FOUR_BY_THREE",
            "ASPECT_RATIO_FOUR_BY_FIVE",
            "ASPECT_RATIO_FIVE_BY_FOUR",
            "ASPECT_RATIO_NINE_BY_SIXTEEN",
            "ASPECT_RATIO_SIXTEEN_BY_NINE",
            "ASPECT_RATIO_TWENTY_ONE_BY_NINE",
            "ASPECT_RATIO_ONE_BY_EIGHT",
            "ASPECT_RATIO_EIGHT_BY_ONE",
            "ASPECT_RATIO_ONE_BY_FOUR",
            "ASPECT_RATIO_FOUR_BY_ONE"
          ]
        },
        "delivery": {
          "type": "string",
          "description": "Optional. The delivery mode for the image output.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Image data is returned inline in the response.",
            "Image data is returned as a URI."
          ],
          "enum": [
            "DELIVERY_UNSPECIFIED",
            "INLINE",
            "URI"
          ]
        },
        "imageSize": {
          "description": "Optional. The size of the image output.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "512px image size.",
            "1K image size.",
            "2K image size.",
            "4K image size."
          ],
          "enum": [
            "IMAGE_SIZE_UNSPECIFIED",
            "IMAGE_SIZE_FIVE_TWELVE",
            "IMAGE_SIZE_ONE_K",
            "IMAGE_SIZE_TWO_K",
            "IMAGE_SIZE_FOUR_K"
          ],
          "type": "string"
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaImageResponseFormat",
      "description": "Configuration for image output format.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1SearchEntryPoint": {
      "properties": {
        "sdkBlob": {
          "type": "string",
          "description": "Optional. A base64-encoded JSON object that contains a list of search queries and their corresponding search URLs. This information can be used to build a custom search UI.",
          "format": "byte"
        },
        "renderedContent": {
          "type": "string",
          "description": "Optional. An HTML snippet that can be embedded in a web page or an application's webview. This snippet displays a search result, including the title, URL, and a brief description of the search result."
        }
      },
      "id": "GoogleCloudAiplatformV1beta1SearchEntryPoint",
      "description": "An entry point for displaying Google Search results. A `SearchEntryPoint` is populated when the grounding source for a model's response is Google Search. It provides information that you can use to display the search results in your application.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1FunctionResponsePart": {
      "properties": {
        "inlineData": {
          "description": "Inline media bytes.",
          "$ref": "GoogleCloudAiplatformV1beta1FunctionResponseBlob"
        },
        "fileData": {
          "$ref": "GoogleCloudAiplatformV1beta1FunctionResponseFileData",
          "description": "URI based data."
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1FunctionResponsePart",
      "description": "A datatype containing media that is part of a `FunctionResponse` message. A `FunctionResponsePart` consists of data which has an associated datatype. A `FunctionResponsePart` can only contain one of the accepted types in `FunctionResponsePart.data`. A `FunctionResponsePart` must have a fixed IANA MIME type identifying the type and subtype of the media if the `inline_data` field is filled with raw bytes."
    },
    "GoogleAiGenerativelanguageV1betaGenerationConfig": {
      "id": "GoogleAiGenerativelanguageV1betaGenerationConfig",
      "description": "Configuration options for model generation and outputs. Not all parameters are configurable for every model.",
      "type": "object",
      "properties": {
        "responseJsonSchema": {
          "type": "any",
          "description": "Optional. An internal detail. Use `responseJsonSchema` rather than this field."
        },
        "presencePenalty": {
          "description": "Optional. Presence penalty applied to the next token's logprobs if the token has already been seen in the response. This penalty is binary on/off and not dependant on the number of times the token is used (after the first). Use frequency_penalty for a penalty that increases with each use. A positive penalty will discourage the use of tokens that have already been used in the response, increasing the vocabulary. A negative penalty will encourage the use of tokens that have already been used in the response, decreasing the vocabulary.",
          "type": "number",
          "format": "float"
        },
        "frequencyPenalty": {
          "format": "float",
          "description": "Optional. Frequency penalty applied to the next token's logprobs, multiplied by the number of times each token has been seen in the respponse so far. A positive penalty will discourage the use of tokens that have already been used, proportional to the number of times the token has been used: The more a token is used, the more difficult it is for the model to use that token again increasing the vocabulary of responses. Caution: A _negative_ penalty will encourage the model to reuse tokens proportional to the number of times the token has been used. Small negative values will reduce the vocabulary of a response. Larger negative values will cause the model to start repeating a common token until it hits the max_output_tokens limit.",
          "type": "number"
        },
        "maxOutputTokens": {
          "format": "int32",
          "description": "Optional. The maximum number of tokens to include in a response candidate. Note: The default value varies by model, see the `Model.output_token_limit` attribute of the `Model` returned from the `getModel` function.",
          "type": "integer"
        },
        "candidateCount": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Number of generated responses to return. If unset, this will default to 1. Please note that this doesn't work for previous generation models (Gemini 1.0 family)"
        },
        "translationConfig": {
          "$ref": "GoogleAiGenerativelanguageV1betaTranslationConfig",
          "description": "Optional. Config for translation."
        },
        "logprobs": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Only valid if response_logprobs=True. This sets the number of top logprobs, including the chosen candidate, to return at each decoding step in the Candidate.logprobs_result. The number must be in the range of [0, 20]."
        },
        "responseModalities": {
          "type": "array",
          "description": "Optional. The requested modalities of the response. Represents the set of modalities that the model can return, and should be expected in the response. This is an exact match to the modalities of the response. A model may have multiple combinations of supported modalities. If the requested modalities do not match any of the supported combinations, an error will be returned. An empty list is equivalent to requesting only text.",
          "items": {
            "enumDescriptions": [
              "Default value.",
              "Indicates the model should return text.",
              "Indicates the model should return images.",
              "Indicates the model should return audio."
            ],
            "enum": [
              "MODALITY_UNSPECIFIED",
              "TEXT",
              "IMAGE",
              "AUDIO"
            ],
            "type": "string"
          }
        },
        "mediaResolution": {
          "description": "Optional. If specified, the media resolution specified will be used.",
          "enumDescriptions": [
            "Media resolution has not been set.",
            "Media resolution set to low (64 tokens).",
            "Media resolution set to medium (256 tokens).",
            "Media resolution set to high (zoomed reframing with 256 tokens)."
          ],
          "enum": [
            "MEDIA_RESOLUTION_UNSPECIFIED",
            "MEDIA_RESOLUTION_LOW",
            "MEDIA_RESOLUTION_MEDIUM",
            "MEDIA_RESOLUTION_HIGH"
          ],
          "type": "string"
        },
        "topK": {
          "format": "int32",
          "description": "Optional. The maximum number of tokens to consider when sampling. Gemini models use Top-p (nucleus) sampling or a combination of Top-k and nucleus sampling. Top-k sampling considers the set of `top_k` most probable tokens. Models running with nucleus sampling don't allow top_k setting. Note: The default value varies by `Model` and is specified by the`Model.top_p` attribute returned from the `getModel` function. An empty `top_k` attribute indicates that the model doesn't apply top-k sampling and doesn't allow setting `top_k` on requests.",
          "type": "integer"
        },
        "speechConfig": {
          "description": "Optional. The speech generation config.",
          "$ref": "GoogleAiGenerativelanguageV1betaSpeechConfig"
        },
        "_responseJsonSchema": {
          "type": "any",
          "description": "Optional. Output schema of the generated response. This is an alternative to `response_schema` that accepts [JSON Schema](https://json-schema.org/). If set, `response_schema` must be omitted, but `response_mime_type` is required. While the full JSON Schema may be sent, not all features are supported. Specifically, only the following properties are supported: - `$id` - `$defs` - `$ref` - `$anchor` - `type` - `format` - `title` - `description` - `enum` (for strings and numbers) - `items` - `prefixItems` - `minItems` - `maxItems` - `minimum` - `maximum` - `anyOf` - `oneOf` (interpreted the same as `anyOf`) - `properties` - `additionalProperties` - `required` The non-standard `propertyOrdering` property may also be set. Cyclic references are unrolled to a limited degree and, as such, may only be used within non-required properties. (Nullable properties are not sufficient.) If `$ref` is set on a sub-schema, no other properties, except for than those starting as a `$`, may be set."
        },
        "imageConfig": {
          "$ref": "GoogleAiGenerativelanguageV1betaImageConfig",
          "description": "Optional. Config for image generation. An error will be returned if this field is set for models that don't support these config options."
        },
        "thinkingConfig": {
          "description": "Optional. Config for thinking features. An error will be returned if this field is set for models that don't support thinking.",
          "$ref": "GoogleAiGenerativelanguageV1betaThinkingConfig"
        },
        "responseFormat": {
          "description": "Optional. Configuration for the response output format. Allows specifying output configuration per modality (text, audio, image) in a flat structure.",
          "$ref": "GoogleAiGenerativelanguageV1betaResponseFormatConfig"
        },
        "responseMimeType": {
          "description": "Optional. MIME type of the generated candidate text. Supported MIME types are: `text/plain`: (default) Text output. `application/json`: JSON response in the response candidates. `text/x.enum`: ENUM as a string response in the response candidates. Refer to the [docs](https://ai.google.dev/gemini-api/docs/prompting_with_media#plain_text_formats) for a list of all supported text MIME types.",
          "type": "string"
        },
        "responseSchema": {
          "$ref": "GoogleAiGenerativelanguageV1betaSchema",
          "description": "Optional. Output schema of the generated candidate text. Schemas must be a subset of the [OpenAPI schema](https://spec.openapis.org/oas/v3.0.3#schema) and can be objects, primitives or arrays. If set, a compatible `response_mime_type` must also be set. Compatible MIME types: `application/json`: Schema for JSON response. Refer to the [JSON text generation guide](https://ai.google.dev/gemini-api/docs/json-mode) for more details."
        },
        "topP": {
          "type": "number",
          "description": "Optional. The maximum cumulative probability of tokens to consider when sampling. The model uses combined Top-k and Top-p (nucleus) sampling. Tokens are sorted based on their assigned probabilities so that only the most likely tokens are considered. Top-k sampling directly limits the maximum number of tokens to consider, while Nucleus sampling limits the number of tokens based on the cumulative probability. Note: The default value varies by `Model` and is specified by the`Model.top_p` attribute returned from the `getModel` function. An empty `top_k` attribute indicates that the model doesn't apply top-k sampling and doesn't allow setting `top_k` on requests.",
          "format": "float"
        },
        "enableEnhancedCivicAnswers": {
          "type": "boolean",
          "description": "Optional. Enables enhanced civic answers. It may not be available for all models."
        },
        "seed": {
          "format": "int32",
          "description": "Optional. Seed used in decoding. If not set, the request uses a randomly generated seed.",
          "type": "integer"
        },
        "stopSequences": {
          "type": "array",
          "description": "Optional. The set of character sequences (up to 5) that will stop output generation. If specified, the API will stop at the first appearance of a `stop_sequence`. The stop sequence will not be included as part of the response.",
          "items": {
            "type": "string"
          }
        },
        "responseLogprobs": {
          "type": "boolean",
          "description": "Optional. If true, export the logprobs results in response."
        },
        "temperature": {
          "format": "float",
          "description": "Optional. Controls the randomness of the output. Note: The default value varies by model, see the `Model.temperature` attribute of the `Model` returned from the `getModel` function. Values can range from [0.0, 2.0].",
          "type": "number"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaGenerateContentResponsePromptFeedback": {
      "properties": {
        "safetyRatings": {
          "description": "Ratings for safety of the prompt. There is at most one rating per category.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaSafetyRating"
          },
          "type": "array"
        },
        "blockReason": {
          "type": "string",
          "description": "Optional. If set, the prompt was blocked and no candidates are returned. Rephrase the prompt.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Prompt was blocked due to safety reasons. Inspect `safety_ratings` to understand which safety category blocked it.",
            "Prompt was blocked due to unknown reasons.",
            "Prompt was blocked due to the terms which are included from the terminology blocklist.",
            "Prompt was blocked due to prohibited content.",
            "Candidates blocked due to unsafe image generation content."
          ],
          "enum": [
            "BLOCK_REASON_UNSPECIFIED",
            "SAFETY",
            "OTHER",
            "BLOCKLIST",
            "PROHIBITED_CONTENT",
            "IMAGE_SAFETY"
          ]
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaGenerateContentResponsePromptFeedback",
      "description": "A set of the feedback metadata the prompt specified in `GenerateContentRequest.content`."
    },
    "HistoryContent": {
      "properties": {
        "role": {
          "type": "string",
          "description": "Optional. Indicates who generated these messages in the history. Generally this will be either 'user' or 'model'."
        },
        "parts": {
          "type": "array",
          "description": "List of consecutive messages from a given party.",
          "items": {
            "$ref": "HistoryPart"
          }
        }
      },
      "type": "object",
      "id": "HistoryContent",
      "description": "A single content block from the conversation history list."
    },
    "GoogleAiGenerativelanguageV1betaToolConfig": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaToolConfig",
      "description": "The Tool configuration containing parameters for specifying `Tool` use in the request.",
      "properties": {
        "functionCallingConfig": {
          "$ref": "GoogleAiGenerativelanguageV1betaFunctionCallingConfig",
          "description": "Optional. Function calling config."
        },
        "includeServerSideToolInvocations": {
          "description": "Optional. If true, the API response will include the server-side tool calls and responses within the `Content` message. This allows clients to observe the server's tool interactions.",
          "type": "boolean"
        },
        "retrievalConfig": {
          "$ref": "GoogleAiGenerativelanguageV1betaRetrievalConfig",
          "description": "Optional. Retrieval config."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1AuthConfigApiKeyConfig": {
      "properties": {
        "apiKeySecret": {
          "description": "Optional. The name of the SecretManager secret version resource storing the API key. Format: `projects/{project}/secrets/{secrete}/versions/{version}` - If both `api_key_secret` and `api_key_string` are specified, this field takes precedence over `api_key_string`. - If specified, the `secretmanager.versions.access` permission should be granted to Vertex AI Extension Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) on the specified resource.",
          "type": "string"
        },
        "httpElementLocation": {
          "description": "Optional. The location of the API key.",
          "enumDescriptions": [
            "",
            "Element is in the HTTP request query.",
            "Element is in the HTTP request header.",
            "Element is in the HTTP request path.",
            "Element is in the HTTP request body.",
            "Element is in the HTTP request cookie."
          ],
          "enum": [
            "HTTP_IN_UNSPECIFIED",
            "HTTP_IN_QUERY",
            "HTTP_IN_HEADER",
            "HTTP_IN_PATH",
            "HTTP_IN_BODY",
            "HTTP_IN_COOKIE"
          ],
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Optional. The parameter name of the API key. E.g. If the API request is \"https://example.com/act?api_key=\", \"api_key\" would be the parameter name."
        },
        "apiKeyString": {
          "type": "string",
          "description": "Optional. The API key to be used in the request directly."
        }
      },
      "id": "GoogleCloudAiplatformV1beta1AuthConfigApiKeyConfig",
      "description": "Config for authentication with API key.",
      "type": "object"
    },
    "TemplateFunction": {
      "id": "TemplateFunction",
      "description": "Structured representation of a function declaration as defined by the [OpenAPI 3.0 specification](https://spec.openapis.org/oas/v3.0.3). This is a representation of a block of code that can be used as a `Tool` by the model and executed by the client. The name of the function must be listed in the template frontmatter for the model to be able to call it.",
      "type": "object",
      "properties": {
        "inputSchema": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "type": "object",
          "description": "Optional. Describes the parameters to the function in JSON Schema format. The schema must describe an object where the properties are the parameters to the function. For example: ``` { \"type\": \"object\", \"properties\": { \"name\": { \"type\": \"string\" }, \"age\": { \"type\": \"integer\" } }, \"additionalProperties\": false, \"required\": [\"name\", \"age\"], \"propertyOrdering\": [\"name\", \"age\"] } ```"
        },
        "outputSchema": {
          "description": "Optional. Describes the output from this function in JSON Schema format. The value specified by the schema is the response value of the function.",
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          }
        },
        "name": {
          "type": "string",
          "description": "Required. The name of the function to call."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig": {
      "properties": {
        "mimeType": {
          "description": "Optional. The mimetype of the voice sample. The only currently supported value is `audio/wav`. This represents 16-bit signed little-endian wav data, with a 24kHz sampling rate. `mime_type` will default to `audio/wav` if not set.",
          "type": "string"
        },
        "voiceSampleAudio": {
          "format": "byte",
          "description": "Optional. The sample of the custom voice.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig",
      "description": "The configuration for the replicated voice to use."
    },
    "GoogleAiGenerativelanguageV1betaBlob": {
      "properties": {
        "mimeType": {
          "description": "The IANA standard MIME type of the source data. Examples of supported types: - Images: image/png, image/jpeg, image/jpg, image/webp, image/heic, image/heif, image/gif, image/avif - Audio: audio/*, video/audio/s16le, video/audio/wav - Video: video/* - Text: text/plain, text/html, text/css, text/javascript, text/x-typescript, text/csv, text/markdown, text/x-python, text/xml, text/rtf, video/text/timestamp - Applications: application/x-javascript, application/x-typescript, application/x-python-code, application/json, application/x-ipynb+json, application/rtf, application/pdf For additional context, see [Supported file formats](https://ai.google.dev/gemini-api/docs/file-input-methods#supported-content-types). //",
          "type": "string"
        },
        "data": {
          "description": "Raw bytes for media formats.",
          "type": "string",
          "format": "byte"
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaBlob",
      "description": "Raw media bytes. Text should not be sent as raw bytes, use the 'text' field."
    },
    "RetrievalConfig": {
      "id": "RetrievalConfig",
      "description": "Retrieval config.",
      "type": "object",
      "properties": {
        "latLng": {
          "description": "Optional. The location of the user.",
          "$ref": "LatLng"
        },
        "languageCode": {
          "type": "string",
          "description": "Optional. The language code of the user."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1LogprobsResultCandidate": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1LogprobsResultCandidate",
      "description": "A single token and its associated log probability.",
      "properties": {
        "logProbability": {
          "type": "number",
          "description": "The log probability of this token. A higher value indicates that the model was more confident in this token. The log probability can be used to assess the relative likelihood of different tokens and to identify when the model is uncertain.",
          "format": "float"
        },
        "token": {
          "type": "string",
          "description": "The token's string representation."
        },
        "tokenId": {
          "description": "The token's numerical ID. While the `token` field provides the string representation of the token, the `token_id` is the numerical representation that the model uses internally. This can be useful for developers who want to build custom logic based on the model's vocabulary.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ToolComputerUse": {
      "id": "GoogleCloudAiplatformV1beta1ToolComputerUse",
      "description": "Tool to support computer use.",
      "type": "object",
      "properties": {
        "excludedPredefinedFunctions": {
          "description": "Optional. By default, [predefined functions](https://cloud.google.com/vertex-ai/generative-ai/docs/computer-use#supported-actions) are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the definitions / instructions of predefined functions.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "enablePromptInjectionDetection": {
          "description": "Optional. Enables the prompt injection detection check on computer-use request.",
          "type": "boolean"
        },
        "environment": {
          "type": "string",
          "description": "Required. The environment being operated.",
          "enumDescriptions": [
            "Defaults to browser.",
            "Operates in a web browser.",
            "Operates in a mobile environment.",
            "Operates in a desktop environment."
          ],
          "enum": [
            "ENVIRONMENT_UNSPECIFIED",
            "ENVIRONMENT_BROWSER",
            "ENVIRONMENT_MOBILE",
            "ENVIRONMENT_DESKTOP"
          ]
        }
      }
    },
    "GoogleCloudAiplatformV1beta1GroundingSupport": {
      "id": "GoogleCloudAiplatformV1beta1GroundingSupport",
      "description": "A collection of supporting references for a segment or part of the model's response.",
      "type": "object",
      "properties": {
        "renderedParts": {
          "description": "Indices into the `rendered_parts` field of the `GroundingMetadata` message. These indices specify which rendered parts are associated with this support message.",
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "type": "array"
        },
        "segment": {
          "$ref": "GoogleCloudAiplatformV1beta1Segment",
          "description": "The content segment that this support message applies to."
        },
        "confidenceScores": {
          "description": "The confidence scores for the support references. This list is parallel to the `grounding_chunk_indices` list. A score is a value between 0.0 and 1.0, with a higher score indicating a higher confidence that the reference supports the claim. For Gemini 2.0 and before, this list has the same size as `grounding_chunk_indices`. For Gemini 2.5 and later, this list is empty and should be ignored.",
          "items": {
            "type": "number",
            "format": "float"
          },
          "type": "array"
        },
        "groundingChunkIndices": {
          "type": "array",
          "description": "A list of indices into the `grounding_chunks` field of the `GroundingMetadata` message. These indices specify which grounding chunks support the claim made in the content segment. For example, if this field has the values `[1, 3]`, it means that `grounding_chunks[1]` and `grounding_chunks[3]` are the sources for the claim in the content segment.",
          "items": {
            "type": "integer",
            "format": "int32"
          }
        }
      }
    },
    "GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback",
      "description": "Content filter results for a prompt sent in the request. Note: This is sent only in the first stream chunk and only if no candidates were generated due to content violations.",
      "properties": {
        "blockReasonMessage": {
          "readOnly": true,
          "description": "Output only. A readable message that explains the reason why the prompt was blocked.",
          "type": "string"
        },
        "blockReason": {
          "readOnly": true,
          "description": "Output only. The reason why the prompt was blocked.",
          "enum": [
            "BLOCKED_REASON_UNSPECIFIED",
            "SAFETY",
            "OTHER",
            "BLOCKLIST",
            "PROHIBITED_CONTENT",
            "MODEL_ARMOR",
            "IMAGE_SAFETY",
            "JAILBREAK"
          ],
          "enumDescriptions": [
            "The blocked reason is unspecified.",
            "The prompt was blocked for safety reasons.",
            "The prompt was blocked for other reasons. For example, it may be due to the prompt's language, or because it contains other harmful content.",
            "The prompt was blocked because it contains a term from the terminology blocklist.",
            "The prompt was blocked because it contains prohibited content.",
            "The prompt was blocked by Model Armor.",
            "The prompt was blocked because it contains content that is unsafe for image generation.",
            "The prompt was blocked as a jailbreak attempt."
          ],
          "type": "string"
        },
        "safetyRatings": {
          "readOnly": true,
          "description": "Output only. A list of safety ratings for the prompt. There is one rating per category.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1SafetyRating"
          },
          "type": "array"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaToolGoogleSearch": {
      "properties": {
        "searchTypes": {
          "$ref": "GoogleAiGenerativelanguageV1betaToolGoogleSearchSearchTypes",
          "description": "Optional. The set of search types to enable. If not set, web search is enabled by default."
        },
        "timeRangeFilter": {
          "$ref": "Interval",
          "description": "Optional. Filter search results to a specific time range. If customers set a start time, they must set an end time (and vice versa)."
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaToolGoogleSearch",
      "description": "GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1AuthConfigGoogleServiceAccountConfig": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1AuthConfigGoogleServiceAccountConfig",
      "description": "Config for Google Service Account Authentication.",
      "properties": {
        "serviceAccount": {
          "description": "Optional. The service account that the extension execution service runs as. - If the service account is specified, the `iam.serviceAccounts.getAccessToken` permission should be granted to Vertex AI Extension Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) on the specified service account. - If not specified, the Vertex AI Extension Service Agent will be used to execute the Extension.",
          "type": "string"
        }
      }
    },
    "ModifyLockRequest": {
      "properties": {
        "locked": {
          "type": "boolean",
          "description": "Required. Updates the lock on a PromptTemplate to match this value. If True, mutations to the PromptTemplate will be blocked."
        },
        "regionalPropagationDisabled": {
          "description": "Optional. For global endpoints only. If true, the PromptTemplate's lock state will be modified in global only. Otherwise, the lock state will _also_ be modified in all regions where applicable.",
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "ModifyLockRequest",
      "description": "Request message for TemplateService.ModifyLock."
    },
    "GoogleCloudAiplatformV1beta1SpeakerVoiceConfig": {
      "properties": {
        "voiceConfig": {
          "description": "Required. The configuration for the voice of this speaker.",
          "$ref": "GoogleCloudAiplatformV1beta1VoiceConfig"
        },
        "speaker": {
          "description": "Required. The name of the speaker. This should be the same as the speaker name used in the prompt.",
          "type": "string"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1SpeakerVoiceConfig",
      "description": "Configuration for a single speaker in a multi-speaker setup.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1GoogleMaps": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GoogleMaps",
      "description": "Tool to retrieve public maps data for grounding, powered by Google.",
      "properties": {
        "enableWidget": {
          "description": "Optional. Deprecated: The Google Maps contextual widget behavior in Grounding with Google Maps is being deprecated; this field is planned for removal and no longer has any effect once removed. If true, include the widget context token in the response.",
          "deprecated": true,
          "type": "boolean"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1EnterpriseWebSearch": {
      "properties": {
        "blockingConfidence": {
          "type": "string",
          "description": "Optional. Sites with confidence level chosen & above this value will be blocked from the search results.",
          "enumDescriptions": [
            "Defaults to unspecified.",
            "Blocks Low and above confidence URL that is risky.",
            "Blocks Medium and above confidence URL that is risky.",
            "Blocks High and above confidence URL that is risky.",
            "Blocks Higher and above confidence URL that is risky.",
            "Blocks Very high and above confidence URL that is risky.",
            "Blocks Extremely high confidence URL that is risky."
          ],
          "enum": [
            "PHISH_BLOCK_THRESHOLD_UNSPECIFIED",
            "BLOCK_LOW_AND_ABOVE",
            "BLOCK_MEDIUM_AND_ABOVE",
            "BLOCK_HIGH_AND_ABOVE",
            "BLOCK_HIGHER_AND_ABOVE",
            "BLOCK_VERY_HIGH_AND_ABOVE",
            "BLOCK_ONLY_EXTREMELY_HIGH"
          ]
        },
        "excludeDomains": {
          "description": "Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1EnterpriseWebSearch",
      "description": "Tool to search public web data, powered by Vertex AI Search and Sec4 compliance.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1ExternalApiSimpleSearchParams": {
      "properties": {},
      "id": "GoogleCloudAiplatformV1beta1ExternalApiSimpleSearchParams",
      "description": "The search parameters to use for SIMPLE_SEARCH spec.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaGroundingChunkStringList": {
      "properties": {
        "values": {
          "type": "array",
          "description": "The string values of the list.",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaGroundingChunkStringList",
      "description": "A list of string values.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaCodeExecution": {
      "properties": {},
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaCodeExecution",
      "description": "Tool that executes code generated by the model, and automatically returns the result to the model. See also `ExecutableCode` and `CodeExecutionResult` which are only generated when using this tool."
    },
    "GoogleCloudAiplatformV1beta1DynamicRetrievalConfig": {
      "properties": {
        "mode": {
          "type": "string",
          "description": "The mode of the predictor to be used in dynamic retrieval.",
          "enumDescriptions": [
            "Always trigger retrieval.",
            "Run retrieval only when system decides it is necessary."
          ],
          "enum": [
            "MODE_UNSPECIFIED",
            "MODE_DYNAMIC"
          ]
        },
        "dynamicThreshold": {
          "format": "float",
          "type": "number",
          "description": "Optional. The threshold to be used in dynamic retrieval. If not set, a system default value is used."
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1DynamicRetrievalConfig",
      "description": "Describes the options to customize dynamic retrieval."
    },
    "GoogleCloudAiplatformV1beta1GenerateContentResponse": {
      "properties": {
        "modelVersion": {
          "description": "Output only. The model version used to generate the response.",
          "type": "string",
          "readOnly": true
        },
        "promptFeedback": {
          "description": "Output only. Content filter results for a prompt sent in the request. Note: Sent only in the first stream chunk. Only happens when no candidates were generated due to content violations.",
          "readOnly": true,
          "$ref": "GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback"
        },
        "responseId": {
          "type": "string",
          "description": "Output only. response_id is used to identify each response. It is the encoding of the event_id.",
          "readOnly": true
        },
        "candidates": {
          "readOnly": true,
          "description": "Output only. Generated candidates.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1Candidate"
          },
          "type": "array"
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. Timestamp when the request is made to the server."
        },
        "usageMetadata": {
          "$ref": "GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata",
          "description": "Usage metadata about the response(s)."
        }
      },
      "id": "GoogleCloudAiplatformV1beta1GenerateContentResponse",
      "description": "Response message for [PredictionService.GenerateContent].",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1CountTokensResponse": {
      "properties": {
        "promptTokensDetails": {
          "description": "Output only. List of modalities that were processed in the request input.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1ModalityTokenCount"
          },
          "type": "array",
          "readOnly": true
        },
        "totalBillableCharacters": {
          "description": "The total number of billable characters counted across all instances from the request.",
          "type": "integer",
          "format": "int32"
        },
        "totalTokens": {
          "format": "int32",
          "description": "The total number of tokens counted across all instances from the request.",
          "type": "integer"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1CountTokensResponse",
      "description": "Response message for PredictionService.CountTokens."
    },
    "GoogleAiGenerativelanguageV1betaToolGoogleSearchImageSearch": {
      "id": "GoogleAiGenerativelanguageV1betaToolGoogleSearchImageSearch",
      "description": "Image search for grounding and related configurations.",
      "type": "object",
      "properties": {}
    },
    "GoogleAiGenerativelanguageV1betaSafetyRating": {
      "properties": {
        "category": {
          "description": "Required. The category for this rating.",
          "enum": [
            "HARM_CATEGORY_UNSPECIFIED",
            "HARM_CATEGORY_DEROGATORY",
            "HARM_CATEGORY_TOXICITY",
            "HARM_CATEGORY_VIOLENCE",
            "HARM_CATEGORY_SEXUAL",
            "HARM_CATEGORY_MEDICAL",
            "HARM_CATEGORY_DANGEROUS",
            "HARM_CATEGORY_HARASSMENT",
            "HARM_CATEGORY_HATE_SPEECH",
            "HARM_CATEGORY_SEXUALLY_EXPLICIT",
            "HARM_CATEGORY_DANGEROUS_CONTENT",
            "HARM_CATEGORY_CIVIC_INTEGRITY"
          ],
          "enumDeprecated": [
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            true
          ],
          "type": "string",
          "enumDescriptions": [
            "Category is unspecified.",
            "**PaLM** - Negative or harmful comments targeting identity and/or protected attribute.",
            "**PaLM** - Content that is rude, disrespectful, or profane.",
            "**PaLM** - Describes scenarios depicting violence against an individual or group, or general descriptions of gore.",
            "**PaLM** - Contains references to sexual acts or other lewd content.",
            "**PaLM** - Promotes unchecked medical advice.",
            "**PaLM** - Dangerous content that promotes, facilitates, or encourages harmful acts.",
            "**Gemini** - Harassment content.",
            "**Gemini** - Hate speech and content.",
            "**Gemini** - Sexually explicit content.",
            "**Gemini** - Dangerous content.",
            "**Gemini** - Content that may be used to harm civic integrity. DEPRECATED: use enable_enhanced_civic_answers instead."
          ]
        },
        "probability": {
          "type": "string",
          "description": "Required. The probability of harm for this content.",
          "enumDescriptions": [
            "Probability is unspecified.",
            "Content has a negligible chance of being unsafe.",
            "Content has a low chance of being unsafe.",
            "Content has a medium chance of being unsafe.",
            "Content has a high chance of being unsafe."
          ],
          "enum": [
            "HARM_PROBABILITY_UNSPECIFIED",
            "NEGLIGIBLE",
            "LOW",
            "MEDIUM",
            "HIGH"
          ]
        },
        "blocked": {
          "description": "Was this content blocked because of this rating?",
          "type": "boolean"
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaSafetyRating",
      "description": "Safety rating for a piece of content. The safety rating contains the category of harm and the harm probability level in that category for a piece of content. Content is classified for safety across a number of harm categories and the probability of the harm classification is included here.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaCitationMetadata": {
      "properties": {
        "citationSources": {
          "type": "array",
          "description": "Citations to sources for a specific response.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaCitationSource"
          }
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaCitationMetadata",
      "description": "A collection of source attributions for a piece of content.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1PredictResponse": {
      "properties": {
        "metadata": {
          "description": "Output only. Request-level metadata returned by the model. The metadata type will be dependent upon the model implementation.",
          "type": "any",
          "readOnly": true
        },
        "predictions": {
          "description": "The predictions that are the output of the predictions call. The schema of any single prediction may be specified via Endpoint's DeployedModels' Model's PredictSchemata's prediction_schema_uri.",
          "items": {
            "type": "any"
          },
          "type": "array"
        },
        "deployedModelId": {
          "type": "string",
          "description": "ID of the Endpoint's DeployedModel that served this prediction."
        },
        "model": {
          "readOnly": true,
          "description": "Output only. The resource name of the Model which is deployed as the DeployedModel that this prediction hits.",
          "type": "string"
        },
        "modelDisplayName": {
          "type": "string",
          "description": "Output only. The display name of the Model which is deployed as the DeployedModel that this prediction hits.",
          "readOnly": true
        },
        "modelVersionId": {
          "readOnly": true,
          "description": "Output only. The version ID of the Model which is deployed as the DeployedModel that this prediction hits.",
          "type": "string"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1PredictResponse",
      "description": "Response message for PredictionService.Predict.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext",
      "description": "Context retrieved from a data source to ground the model's response. This is used when a retrieval tool fetches information from a user-provided corpus or a public dataset.",
      "properties": {
        "title": {
          "description": "The title of the retrieved data source.",
          "type": "string"
        },
        "ragChunk": {
          "description": "Additional context for a Retrieval-Augmented Generation (RAG) retrieval result. This is populated only when the RAG retrieval tool is used.",
          "$ref": "GoogleCloudAiplatformV1beta1RagChunk"
        },
        "uri": {
          "description": "The URI of the retrieved data source.",
          "type": "string"
        },
        "documentName": {
          "readOnly": true,
          "description": "Output only. The full resource name of the referenced Vertex AI Search document. This is used to identify the specific document that was retrieved. The format is `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}`.",
          "type": "string"
        },
        "text": {
          "type": "string",
          "description": "The content of the retrieved data source."
        }
      }
    },
    "FunctionCall": {
      "type": "object",
      "id": "FunctionCall",
      "description": "An element in the history the represents the model asking the client to invoke a client-side function.",
      "properties": {
        "name": {
          "description": "Required. The name of the function to be invoked.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "description": "Required. ID of the individual function invocation assigned by the model when it requests the function invocation."
        },
        "args": {
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          },
          "type": "object",
          "description": "Optional. Inputs to the function passed by the model"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaFunctionCall": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaFunctionCall",
      "description": "A predicted `FunctionCall` returned from the model that contains a string representing the `FunctionDeclaration.name` with the arguments and their values.",
      "properties": {
        "name": {
          "description": "Required. The name of the function to call. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 128.",
          "type": "string"
        },
        "id": {
          "type": "string",
          "description": "Optional. Unique identifier of the function call. If populated, the client to execute the `function_call` and return the response with the matching `id`."
        },
        "args": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "description": "Optional. The function parameters and values in JSON object format.",
          "type": "object"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaToolCall": {
      "id": "GoogleAiGenerativelanguageV1betaToolCall",
      "description": "A predicted server-side `ToolCall` returned from the model. This message contains information about a tool that the model wants to invoke. The client is NOT expected to execute this `ToolCall`. Instead, the client should pass this `ToolCall` back to the API in a subsequent turn within a `Content` message, along with the corresponding `ToolResponse`.",
      "type": "object",
      "properties": {
        "id": {
          "description": "Optional. Unique identifier of the tool call. The server returns the tool response with the matching `id`.",
          "type": "string"
        },
        "toolType": {
          "type": "string",
          "description": "Required. The type of tool that was called.",
          "enumDescriptions": [
            "Unspecified tool type.",
            "Google search tool, maps to Tool.google_search.search_types.web_search.",
            "Image search tool, maps to Tool.google_search.search_types.image_search.",
            "URL context tool, maps to Tool.url_context.",
            "Google maps tool, maps to Tool.google_maps.",
            "File search tool, maps to Tool.file_search."
          ],
          "enum": [
            "TOOL_TYPE_UNSPECIFIED",
            "GOOGLE_SEARCH_WEB",
            "GOOGLE_SEARCH_IMAGE",
            "URL_CONTEXT",
            "GOOGLE_MAPS",
            "FILE_SEARCH"
          ]
        },
        "args": {
          "type": "object",
          "description": "Optional. The tool call arguments. Example: {\"arg1\" : \"value1\", \"arg2\" : \"value2\" , ...}",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          }
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaSchema": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaSchema",
      "description": "The `Schema` object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema).",
      "properties": {
        "format": {
          "type": "string",
          "description": "Optional. The format of the data. Any value is allowed, but most do not trigger any special functionality."
        },
        "minimum": {
          "format": "double",
          "description": "Optional. SCHEMA FIELDS FOR TYPE INTEGER and NUMBER Minimum value of the Type.INTEGER and Type.NUMBER",
          "type": "number"
        },
        "required": {
          "description": "Optional. Required properties of Type.OBJECT.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "minLength": {
          "type": "string",
          "description": "Optional. SCHEMA FIELDS FOR TYPE STRING Minimum length of the Type.STRING",
          "format": "int64"
        },
        "description": {
          "type": "string",
          "description": "Optional. A brief description of the parameter. This could contain examples of use. Parameter description may be formatted as Markdown."
        },
        "propertyOrdering": {
          "type": "array",
          "description": "Optional. The order of the properties. Not a standard field in open api spec. Used to determine the order of the properties in the response.",
          "items": {
            "type": "string"
          }
        },
        "minItems": {
          "format": "int64",
          "type": "string",
          "description": "Optional. Minimum number of the elements for Type.ARRAY."
        },
        "type": {
          "description": "Required. Data type.",
          "enumDescriptions": [
            "Not specified, should not be used.",
            "String type.",
            "Number type.",
            "Integer type.",
            "Boolean type.",
            "Array type.",
            "Object type.",
            "Null type."
          ],
          "enum": [
            "TYPE_UNSPECIFIED",
            "STRING",
            "NUMBER",
            "INTEGER",
            "BOOLEAN",
            "ARRAY",
            "OBJECT",
            "NULL"
          ],
          "type": "string"
        },
        "minProperties": {
          "type": "string",
          "description": "Optional. Minimum number of the properties for Type.OBJECT.",
          "format": "int64"
        },
        "maximum": {
          "format": "double",
          "type": "number",
          "description": "Optional. Maximum value of the Type.INTEGER and Type.NUMBER"
        },
        "pattern": {
          "type": "string",
          "description": "Optional. Pattern of the Type.STRING to restrict a string to a regular expression."
        },
        "nullable": {
          "description": "Optional. Indicates if the value may be null.",
          "type": "boolean"
        },
        "anyOf": {
          "type": "array",
          "description": "Optional. The value should be validated against any (one or more) of the subschemas in the list.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaSchema"
          }
        },
        "maxProperties": {
          "format": "int64",
          "description": "Optional. Maximum number of the properties for Type.OBJECT.",
          "type": "string"
        },
        "default": {
          "type": "any",
          "description": "Optional. Default value of the field. Per JSON Schema, this field is intended for documentation generators and doesn't affect validation. Thus it's included here and ignored so that developers who send schemas with a `default` field don't get unknown-field errors."
        },
        "maxItems": {
          "format": "int64",
          "description": "Optional. Maximum number of the elements for Type.ARRAY.",
          "type": "string"
        },
        "maxLength": {
          "format": "int64",
          "description": "Optional. Maximum length of the Type.STRING",
          "type": "string"
        },
        "enum": {
          "description": "Optional. Possible values of the element of Type.STRING with enum format. For example we can define an Enum Direction as : {type:STRING, format:enum, enum:[\"EAST\", NORTH\", \"SOUTH\", \"WEST\"]}",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "example": {
          "description": "Optional. Example of the object. Will only populated when the object is the root.",
          "type": "any"
        },
        "items": {
          "description": "Optional. Schema of the elements of Type.ARRAY.",
          "$ref": "GoogleAiGenerativelanguageV1betaSchema"
        },
        "title": {
          "description": "Optional. The title of the schema.",
          "type": "string"
        },
        "properties": {
          "additionalProperties": {
            "$ref": "GoogleAiGenerativelanguageV1betaSchema"
          },
          "type": "object",
          "description": "Optional. Properties of Type.OBJECT."
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaExecutableCode": {
      "id": "GoogleAiGenerativelanguageV1betaExecutableCode",
      "description": "Code generated by the model that is meant to be executed, and the result returned to the model. Only generated when using the `CodeExecution` tool, in which the code will be automatically executed, and a corresponding `CodeExecutionResult` will also be generated.",
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "Optional. Unique identifier of the `ExecutableCode` part. The server returns the `CodeExecutionResult` with the matching `id`."
        },
        "language": {
          "description": "Required. Programming language of the `code`.",
          "enumDescriptions": [
            "Unspecified language. This value should not be used.",
            "Python \u003e= 3.10, with numpy and simpy available. Python is the default language."
          ],
          "enum": [
            "LANGUAGE_UNSPECIFIED",
            "PYTHON"
          ],
          "type": "string"
        },
        "code": {
          "type": "string",
          "description": "Required. The code to be executed."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ToolGoogleSearchSearchTypes": {
      "id": "GoogleCloudAiplatformV1beta1ToolGoogleSearchSearchTypes",
      "description": "Different types of search that can be enabled on the GoogleSearch tool.",
      "type": "object",
      "properties": {
        "webSearch": {
          "description": "Optional. Setting this field enables web search. Only text results are returned.",
          "$ref": "GoogleCloudAiplatformV1beta1ToolGoogleSearchWebSearch"
        },
        "imageSearch": {
          "$ref": "GoogleCloudAiplatformV1beta1ToolGoogleSearchImageSearch",
          "description": "Optional. Setting this field enables image search. Image bytes are returned."
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaGroundingMetadata": {
      "properties": {
        "groundingChunks": {
          "description": "List of supporting references retrieved from specified grounding source. When streaming, this only contains the grounding chunks that have not been included in the grounding metadata of previous responses.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaGroundingChunk"
          },
          "type": "array"
        },
        "webSearchQueries": {
          "description": "Web search queries for the following-up web search.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "imageSearchQueries": {
          "type": "array",
          "description": "Image search queries used for grounding.",
          "items": {
            "type": "string"
          }
        },
        "groundingSupports": {
          "description": "List of grounding support.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaGroundingSupport"
          },
          "type": "array"
        },
        "retrievalMetadata": {
          "description": "Metadata related to retrieval in the grounding flow.",
          "$ref": "GoogleAiGenerativelanguageV1betaRetrievalMetadata"
        },
        "googleMapsWidgetContextToken": {
          "type": "string",
          "description": "Optional. Resource name of the Google Maps widget context token that can be used with the PlacesContextElement widget in order to render contextual data. Only populated in the case that grounding with Google Maps is enabled."
        },
        "searchEntryPoint": {
          "description": "Optional. Google search entry for the following-up web searches.",
          "$ref": "GoogleAiGenerativelanguageV1betaSearchEntryPoint"
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaGroundingMetadata",
      "description": "Metadata returned to client when grounding is enabled.",
      "type": "object"
    },
    "GenerativeLanguageConfig": {
      "properties": {
        "apiKey": {
          "description": "Input only. The value of the API key. The API key must have `generativelanguage.googleapis.com` in its \"API restrictions\" allowlist. Note that this API is sometimes called the *Generative Language API* in the Google Cloud console. Do **not** add this Gemini API key into your app's codebase",
          "type": "string"
        },
        "obfuscatedApiKey": {
          "readOnly": true,
          "description": "Output only. The obfuscated value of the API key, showing only the last few characters of the API key to unique identify it within the project.",
          "type": "string"
        }
      },
      "id": "GenerativeLanguageConfig",
      "description": "Configuration for using the Gemini Developer API via Firebase AI Logic. When using the Gemini Developer API via Firebase AI Logic, a separate Gemini API key is stored in this configuration *on the server* so that you do **not** add your Gemini API key directly into your app's codebase.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaTextResponseFormat": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaTextResponseFormat",
      "description": "Configuration for text output format.",
      "properties": {
        "mimeType": {
          "type": "string",
          "description": "Optional. The MIME type of the text output.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "JSON output format.",
            "Plain text output format."
          ],
          "enum": [
            "MIME_TYPE_UNSPECIFIED",
            "APPLICATION_JSON",
            "TEXT_PLAIN"
          ]
        },
        "schema": {
          "description": "Optional. The JSON schema that the output should conform to. Only applicable when mime_type is APPLICATION_JSON.",
          "type": "any"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaGroundingChunkCustomMetadata": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaGroundingChunkCustomMetadata",
      "description": "User provided metadata about the GroundingFact.",
      "properties": {
        "stringValue": {
          "description": "Optional. The string value of the metadata.",
          "type": "string"
        },
        "stringListValue": {
          "$ref": "GoogleAiGenerativelanguageV1betaGroundingChunkStringList",
          "description": "Optional. A list of string values for the metadata."
        },
        "key": {
          "type": "string",
          "description": "The key of the metadata."
        },
        "numericValue": {
          "format": "float",
          "type": "number",
          "description": "Optional. The numeric value of the metadata. The expected range for this value depends on the specific `key` used."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1Segment": {
      "id": "GoogleCloudAiplatformV1beta1Segment",
      "description": "A segment of the content.",
      "type": "object",
      "properties": {
        "partIndex": {
          "readOnly": true,
          "format": "int32",
          "description": "Output only. The index of the `Part` object that this segment belongs to. This is useful for associating the segment with a specific part of the content.",
          "type": "integer"
        },
        "startIndex": {
          "readOnly": true,
          "format": "int32",
          "type": "integer",
          "description": "Output only. The start index of the segment in the `Part`, measured in bytes. This marks the beginning of the segment and is inclusive, meaning the byte at this index is the first byte of the segment."
        },
        "endIndex": {
          "readOnly": true,
          "format": "int32",
          "type": "integer",
          "description": "Output only. The end index of the segment in the `Part`, measured in bytes. This marks the end of the segment and is exclusive, meaning the segment includes content up to, but not including, the byte at this index."
        },
        "text": {
          "type": "string",
          "description": "Output only. The text of the segment.",
          "readOnly": true
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaAudioResponseFormat": {
      "properties": {
        "mimeType": {
          "type": "string",
          "description": "Optional. The MIME type of the audio output.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "MP3 audio format.",
            "OGG Opus audio format.",
            "Raw PCM (L16) audio format.",
            "WAV audio format.",
            "A-law audio format.",
            "Mu-law audio format."
          ],
          "enum": [
            "MIME_TYPE_UNSPECIFIED",
            "AUDIO_MP3",
            "AUDIO_OGG_OPUS",
            "AUDIO_L16",
            "AUDIO_WAV",
            "AUDIO_ALAW",
            "AUDIO_MULAW"
          ]
        },
        "delivery": {
          "type": "string",
          "description": "Optional. The delivery mode for the audio output.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Audio data is returned inline in the response.",
            "Audio data is returned as a URI."
          ],
          "enum": [
            "DELIVERY_UNSPECIFIED",
            "INLINE",
            "URI"
          ]
        },
        "bitRate": {
          "type": "integer",
          "description": "Optional. Bit rate in bits per second (bps). Only applicable for compressed formats (MP3, Opus).",
          "format": "int32"
        },
        "sampleRate": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Sample rate in Hz."
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaAudioResponseFormat",
      "description": "Configuration for audio output format."
    },
    "GoogleCloudAiplatformV1beta1Part": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1Part",
      "description": "A datatype containing media that is part of a multi-part Content message. A `Part` consists of data which has an associated datatype. A `Part` can only contain one of the accepted types in `Part.data`. For media types that are not text, `Part` must have a fixed IANA MIME type identifying the type and subtype of the media if `inline_data` or `file_data` field is filled with raw bytes.",
      "properties": {
        "inlineData": {
          "description": "Optional. The inline data content of the part. This can be used to include images, audio, or video in a request.",
          "$ref": "GoogleCloudAiplatformV1beta1Blob"
        },
        "functionCall": {
          "description": "Optional. A predicted function call returned from the model. This contains the name of the function to call and the arguments to pass to the function.",
          "$ref": "GoogleCloudAiplatformV1beta1FunctionCall"
        },
        "fileData": {
          "$ref": "GoogleCloudAiplatformV1beta1FileData",
          "description": "Optional. The URI-based data of the part. This can be used to include files from Google Cloud Storage."
        },
        "functionResponse": {
          "$ref": "GoogleCloudAiplatformV1beta1FunctionResponse",
          "description": "Optional. The result of a function call. This is used to provide the model with the result of a function call that it predicted."
        },
        "codeExecutionResult": {
          "$ref": "GoogleCloudAiplatformV1beta1CodeExecutionResult",
          "description": "Optional. The result of executing the ExecutableCode."
        },
        "thought": {
          "description": "Optional. Indicates whether the `part` represents the model's thought process or reasoning.",
          "type": "boolean"
        },
        "mediaResolution": {
          "description": "per part media resolution. Media resolution for the input media.",
          "$ref": "GoogleCloudAiplatformV1beta1PartMediaResolution"
        },
        "text": {
          "description": "Optional. The text content of the part. When sent from the VSCode Gemini Code Assist extension, references to @mentioned items will be converted to markdown boldface text. For example `@my-repo` will be converted to and sent as `**my-repo**` by the IDE agent.",
          "type": "string"
        },
        "videoMetadata": {
          "description": "Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data.",
          "$ref": "GoogleCloudAiplatformV1beta1VideoMetadata"
        },
        "executableCode": {
          "$ref": "GoogleCloudAiplatformV1beta1ExecutableCode",
          "description": "Optional. Code generated by the model that is intended to be executed."
        },
        "thoughtSignature": {
          "description": "Optional. An opaque signature for the thought so it can be reused in subsequent requests.",
          "type": "string",
          "format": "byte"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1MultiSpeakerVoiceConfig": {
      "id": "GoogleCloudAiplatformV1beta1MultiSpeakerVoiceConfig",
      "description": "Configuration for a multi-speaker text-to-speech request.",
      "type": "object",
      "properties": {
        "speakerVoiceConfigs": {
          "description": "Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1SpeakerVoiceConfig"
          },
          "type": "array"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaCodeExecutionResult": {
      "id": "GoogleAiGenerativelanguageV1betaCodeExecutionResult",
      "description": "Result of executing the `ExecutableCode`. Generated only when the `CodeExecution` tool is used.",
      "type": "object",
      "properties": {
        "outcome": {
          "type": "string",
          "description": "Required. Outcome of the code execution.",
          "enumDescriptions": [
            "Unspecified status. This value should not be used.",
            "Code execution completed successfully. `output` contains the stdout, if any.",
            "Code execution failed. `output` contains the stderr and stdout, if any.",
            "Code execution ran for too long, and was cancelled. There may or may not be a partial `output` present."
          ],
          "enum": [
            "OUTCOME_UNSPECIFIED",
            "OUTCOME_OK",
            "OUTCOME_FAILED",
            "OUTCOME_DEADLINE_EXCEEDED"
          ]
        },
        "output": {
          "type": "string",
          "description": "Optional. Contains stdout when code execution is successful, stderr or other description otherwise."
        },
        "id": {
          "description": "Optional. The identifier of the `ExecutableCode` part this result is for. Only populated if the corresponding `ExecutableCode` has an id.",
          "type": "string"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaGroundingChunkMaps": {
      "properties": {
        "title": {
          "description": "Title of the place.",
          "type": "string"
        },
        "uri": {
          "type": "string",
          "description": "URI reference of the place."
        },
        "placeId": {
          "type": "string",
          "description": "The ID of the place, in `places/{place_id}` format. A user can use this ID to look up that place."
        },
        "placeAnswerSources": {
          "description": "Sources that provide answers about the features of a given place in Google Maps.",
          "$ref": "GoogleAiGenerativelanguageV1betaGroundingChunkMapsPlaceAnswerSources"
        },
        "text": {
          "type": "string",
          "description": "Text description of the place answer."
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaGroundingChunkMaps",
      "description": "A grounding chunk from Google Maps. A Maps chunk corresponds to a single place."
    },
    "GoogleCloudAiplatformV1beta1ModalityTokenCount": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1ModalityTokenCount",
      "description": "Represents a breakdown of token usage by modality. This message is used in CountTokensResponse and GenerateContentResponse.UsageMetadata to provide a detailed view of how many tokens are used by each modality (e.g., text, image, video) in a request. This is particularly useful for multimodal models, allowing you to track and manage token consumption for billing and quota purposes.",
      "properties": {
        "tokenCount": {
          "description": "The number of tokens counted for this modality.",
          "type": "integer",
          "format": "int32"
        },
        "modality": {
          "description": "The modality that this token count applies to.",
          "enumDescriptions": [
            "When a modality is not specified, it is treated as `TEXT`.",
            "The `Part` contains plain text.",
            "The `Part` contains an image.",
            "The `Part` contains a video.",
            "The `Part` contains audio.",
            "The `Part` contains a document, such as a PDF."
          ],
          "enum": [
            "MODALITY_UNSPECIFIED",
            "TEXT",
            "IMAGE",
            "VIDEO",
            "AUDIO",
            "DOCUMENT"
          ],
          "type": "string"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1Tool": {
      "properties": {
        "parallelAiSearch": {
          "$ref": "GoogleCloudAiplatformV1beta1ToolParallelAiSearch",
          "description": "Optional. If specified, Vertex AI will use Parallel.ai to search for information to answer user queries. The search results will be grounded on Parallel.ai and presented to the model for response generation"
        },
        "googleMaps": {
          "description": "Optional. GoogleMaps tool type. Tool to support Google Maps in Model.",
          "$ref": "GoogleCloudAiplatformV1beta1GoogleMaps"
        },
        "googleSearchRetrieval": {
          "$ref": "GoogleCloudAiplatformV1beta1GoogleSearchRetrieval",
          "description": "Optional. Specialized retrieval tool that is powered by Google Search.",
          "deprecated": true
        },
        "enterpriseWebSearch": {
          "description": "Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance.",
          "$ref": "GoogleCloudAiplatformV1beta1EnterpriseWebSearch"
        },
        "functionDeclarations": {
          "type": "array",
          "description": "Optional. Function tool type. One or more function declarations to be passed to the model along with the current user query. Model may decide to call a subset of these functions by populating FunctionCall in the response. User should provide a FunctionResponse for each function call in the next turn. Based on the function responses, Model will generate the final response back to the user. Maximum 512 function declarations can be provided.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1FunctionDeclaration"
          }
        },
        "computerUse": {
          "$ref": "GoogleCloudAiplatformV1beta1ToolComputerUse",
          "description": "Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically populates computer-use specific Function Declarations."
        },
        "retrieval": {
          "description": "Optional. Retrieval tool type. System will always execute the provided retrieval tool(s) to get external knowledge to answer the prompt. Retrieval results are presented to the model for generation.",
          "$ref": "GoogleCloudAiplatformV1beta1Retrieval"
        },
        "googleSearch": {
          "$ref": "GoogleCloudAiplatformV1beta1ToolGoogleSearch",
          "description": "Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google."
        },
        "urlContext": {
          "description": "Optional. Tool to support URL context retrieval.",
          "$ref": "GoogleCloudAiplatformV1beta1UrlContext"
        },
        "exaAiSearch": {
          "description": "Optional. Uses Exa.ai to search for information to answer user queries. The search results will be grounded on Exa.ai and presented to the model for response generation",
          "$ref": "GoogleCloudAiplatformV1beta1ToolExaAiSearch"
        },
        "codeExecution": {
          "description": "Optional. CodeExecution tool type. Enables the model to execute code as part of generation.",
          "$ref": "GoogleCloudAiplatformV1beta1ToolCodeExecution"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1Tool",
      "description": "Tool details that the model may use to generate response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. A Tool object should contain exactly one type of Tool (e.g FunctionDeclaration, Retrieval or GoogleSearchRetrieval).",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1ToolExaAiSearch": {
      "id": "GoogleCloudAiplatformV1beta1ToolExaAiSearch",
      "description": "ExaAiSearch tool type. A tool that uses the Exa.ai search engine for grounding.",
      "type": "object",
      "properties": {
        "apiKey": {
          "type": "string",
          "description": "Required. The API key for ExaAiSearch."
        },
        "customConfigs": {
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          },
          "type": "object",
          "description": "Optional. This field can be used to pass any parameter from the Exa.ai Search API."
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaPredictRequest": {
      "properties": {
        "instances": {
          "type": "array",
          "description": "Required. The instances that are the input to the prediction call.",
          "items": {
            "type": "any"
          }
        },
        "parameters": {
          "type": "any",
          "description": "Optional. The parameters that govern the prediction call."
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaPredictRequest",
      "description": "Request message for PredictionService.Predict."
    },
    "GoogleCloudAiplatformV1beta1ApiAuth": {
      "properties": {
        "apiKeyConfig": {
          "$ref": "GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig",
          "description": "The API secret."
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1ApiAuth",
      "description": "The generic reusable api auth config. Deprecated. Please use AuthConfig (google/cloud/aiplatform/master/auth.proto) instead."
    },
    "Config": {
      "properties": {
        "trafficFilter": {
          "description": "Optional. Configuration for traffic filtering.",
          "$ref": "TrafficFilter"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the config. Format: projects/{project}/locations/{location}/config"
        },
        "generativeLanguageConfig": {
          "description": "Optional. Configuration for Gemini Developer API.",
          "$ref": "GenerativeLanguageConfig"
        },
        "telemetryConfig": {
          "$ref": "TelemetryConfig",
          "description": "Optional. Configuration for telemetry."
        }
      },
      "id": "Config",
      "description": "Configuration for Firebase AI Logic.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources",
      "description": "The sources that were used to generate the place answer. This includes review snippets and photos that were used to generate the answer, as well as URIs to flag content.",
      "properties": {
        "reviewSnippets": {
          "type": "array",
          "description": "Snippets of reviews that were used to generate the answer.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet"
          }
        }
      }
    },
    "Tool": {
      "properties": {
        "templateFunctions": {
          "description": "Optional. A list of user-provided functions for function calling. For functions whose names are listed in the template frontmatter, the model may decide to call a subset of these functions by populating `FunctionCall` in the response. User should provide a `FunctionResponse` for each function call in the next turn.",
          "items": {
            "$ref": "TemplateFunction"
          },
          "type": "array"
        },
        "googleMaps": {
          "description": "Optional. Tool to retrieve public maps data for grounding, powered by Google.",
          "$ref": "GoogleMaps"
        }
      },
      "id": "Tool",
      "description": "Tool details that the model may use to generate response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. A Tool object should contain exactly one type of Tool.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1ImageResponseFormat": {
      "id": "GoogleCloudAiplatformV1beta1ImageResponseFormat",
      "description": "Configuration for image-specific output formatting.",
      "type": "object",
      "properties": {
        "mimeType": {
          "description": "Optional. The MIME type of the image output.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "JPEG image format."
          ],
          "enum": [
            "MIME_TYPE_UNSPECIFIED",
            "IMAGE_JPEG"
          ],
          "type": "string"
        },
        "aspectRatio": {
          "type": "string",
          "description": "Optional. The aspect ratio for the image output.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "1:1 aspect ratio.",
            "2:3 aspect ratio.",
            "3:2 aspect ratio.",
            "3:4 aspect ratio.",
            "4:3 aspect ratio.",
            "4:5 aspect ratio.",
            "5:4 aspect ratio.",
            "9:16 aspect ratio.",
            "16:9 aspect ratio.",
            "21:9 aspect ratio.",
            "1:8 aspect ratio.",
            "8:1 aspect ratio.",
            "1:4 aspect ratio.",
            "4:1 aspect ratio."
          ],
          "enum": [
            "ASPECT_RATIO_UNSPECIFIED",
            "ASPECT_RATIO_ONE_BY_ONE",
            "ASPECT_RATIO_TWO_BY_THREE",
            "ASPECT_RATIO_THREE_BY_TWO",
            "ASPECT_RATIO_THREE_BY_FOUR",
            "ASPECT_RATIO_FOUR_BY_THREE",
            "ASPECT_RATIO_FOUR_BY_FIVE",
            "ASPECT_RATIO_FIVE_BY_FOUR",
            "ASPECT_RATIO_NINE_BY_SIXTEEN",
            "ASPECT_RATIO_SIXTEEN_BY_NINE",
            "ASPECT_RATIO_TWENTY_ONE_BY_NINE",
            "ASPECT_RATIO_ONE_BY_EIGHT",
            "ASPECT_RATIO_EIGHT_BY_ONE",
            "ASPECT_RATIO_ONE_BY_FOUR",
            "ASPECT_RATIO_FOUR_BY_ONE"
          ]
        },
        "delivery": {
          "description": "Optional. Delivery mode for the generated content.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Generated bytes are returned inline in the response.",
            "Generated content is stored and a URI is returned."
          ],
          "enum": [
            "DELIVERY_UNSPECIFIED",
            "INLINE",
            "URI"
          ],
          "type": "string"
        },
        "imageSize": {
          "type": "string",
          "description": "Optional. The size of the image output.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "512px image size.",
            "1K image size.",
            "2K image size.",
            "4K image size."
          ],
          "enum": [
            "IMAGE_SIZE_UNSPECIFIED",
            "IMAGE_SIZE_FIVE_TWELVE",
            "IMAGE_SIZE_ONE_K",
            "IMAGE_SIZE_TWO_K",
            "IMAGE_SIZE_FOUR_K"
          ]
        }
      }
    },
    "GoogleCloudAiplatformV1beta1RetrievalMetadata": {
      "properties": {
        "googleSearchDynamicRetrievalScore": {
          "description": "Optional. A score indicating how likely it is that a Google Search query could help answer the prompt. The score is in the range of `[0, 1]`. A score of 1 means the model is confident that a search will be helpful, and 0 means it is not. This score is populated only when Google Search grounding and dynamic retrieval are enabled. The score is used to determine whether to trigger a search.",
          "type": "number",
          "format": "float"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1RetrievalMetadata",
      "description": "Metadata related to the retrieval grounding source. This is part of the `GroundingMetadata` returned when grounding is enabled."
    },
    "GoogleAiGenerativelanguageV1betaToolComputerUse": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaToolComputerUse",
      "description": "Computer Use tool type.",
      "properties": {
        "environment": {
          "type": "string",
          "description": "Required. The environment being operated.",
          "enumDescriptions": [
            "Defaults to browser.",
            "Operates in a web browser.",
            "Operates in a mobile environment.",
            "Operates in a desktop environment."
          ],
          "enum": [
            "ENVIRONMENT_UNSPECIFIED",
            "ENVIRONMENT_BROWSER",
            "ENVIRONMENT_MOBILE",
            "ENVIRONMENT_DESKTOP"
          ]
        },
        "disabledSafetyPolicies": {
          "description": "Optional. Disabled safety policies for computer use.",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "Unspecified safety policy.",
              "Safety policy for financial transactions.",
              "Safety policy for sensitive data modification.",
              "Safety policy for communication tools (e.g. Gmail, Chat, Meet).",
              "Safety policy for account creation.",
              "Safety policy for data modification.",
              "Safety policy for user consent management.",
              "Safety policy for legal terms and agreements."
            ],
            "enum": [
              "SAFETY_POLICY_UNSPECIFIED",
              "FINANCIAL_TRANSACTIONS",
              "SENSITIVE_DATA_MODIFICATION",
              "COMMUNICATION_TOOL",
              "ACCOUNT_CREATION",
              "DATA_MODIFICATION",
              "USER_CONSENT_MANAGEMENT",
              "LEGAL_TERMS_AND_AGREEMENTS"
            ]
          },
          "type": "array"
        },
        "excludedPredefinedFunctions": {
          "description": "Optional. By default, predefined functions are included in the final model call. Some of them can be explicitly excluded from being automatically included. This can serve two purposes: 1. Using a more restricted / different action space. 2. Improving the definitions / instructions of predefined functions.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "enablePromptInjectionDetection": {
          "type": "boolean",
          "description": "Optional. Whether enable the prompt injection detection check on computer-use request."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1CountTokensRequest": {
      "properties": {
        "instances": {
          "type": "array",
          "description": "Optional. The instances that are the input to token counting call. Schema is identical to the prediction schema of the underlying model.",
          "items": {
            "type": "any"
          }
        },
        "systemInstruction": {
          "$ref": "GoogleCloudAiplatformV1beta1Content",
          "description": "Optional. The user provided system instructions for the model. Note: only text should be used in parts and content in each part will be in a separate paragraph."
        },
        "contents": {
          "type": "array",
          "description": "Optional. Input content.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1Content"
          }
        },
        "generationConfig": {
          "$ref": "GoogleCloudAiplatformV1beta1GenerationConfig",
          "description": "Optional. Generation config that the model will use to generate the response."
        },
        "tools": {
          "description": "Optional. A list of `Tools` the model may use to generate the next response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1Tool"
          },
          "type": "array"
        },
        "model": {
          "type": "string",
          "description": "Optional. The name of the publisher model requested to serve the prediction. Format: `projects/{project}/locations/{location}/publishers/*/models/*`"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1CountTokensRequest",
      "description": "Request message for PredictionService.CountTokens."
    },
    "GoogleAiGenerativelanguageV1betaModalityTokenCount": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaModalityTokenCount",
      "description": "Represents token counting info for a single modality.",
      "properties": {
        "modality": {
          "type": "string",
          "description": "The modality associated with this token count.",
          "enumDescriptions": [
            "Unspecified modality.",
            "Plain text.",
            "Image.",
            "Video.",
            "Audio.",
            "Document, e.g. PDF."
          ],
          "enum": [
            "MODALITY_UNSPECIFIED",
            "TEXT",
            "IMAGE",
            "VIDEO",
            "AUDIO",
            "DOCUMENT"
          ]
        },
        "tokenCount": {
          "format": "int32",
          "type": "integer",
          "description": "Number of tokens."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1UrlContextMetadata": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1UrlContextMetadata",
      "description": "Metadata returned when the model uses the `url_context` tool to get information from a user-provided URL.",
      "properties": {
        "urlMetadata": {
          "description": "Output only. A list of URL metadata, with one entry for each URL retrieved by the tool.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1UrlMetadata"
          },
          "type": "array",
          "readOnly": true
        }
      }
    },
    "GoogleCloudAiplatformV1beta1FunctionResponseFileData": {
      "properties": {
        "mimeType": {
          "type": "string",
          "description": "Required. The IANA standard MIME type of the source data."
        },
        "displayName": {
          "description": "Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.",
          "type": "string"
        },
        "fileUri": {
          "description": "Required. URI.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1FunctionResponseFileData",
      "description": "URI based data for function response."
    },
    "GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingLlmRanker": {
      "properties": {
        "modelName": {
          "type": "string",
          "description": "Optional. The model name used for ranking. See [Supported models](https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/inference#supported-models)."
        }
      },
      "id": "GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingLlmRanker",
      "description": "Config for LlmRanker.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1GroundingChunk": {
      "id": "GoogleCloudAiplatformV1beta1GroundingChunk",
      "description": "A piece of evidence that supports a claim made by the model. This is used to show a citation for a claim made by the model. When grounding is enabled, the model returns a `GroundingChunk` that contains a reference to the source of the information.",
      "type": "object",
      "properties": {
        "image": {
          "$ref": "GoogleCloudAiplatformV1beta1GroundingChunkImage",
          "description": "A grounding chunk from an image search result. See the `Image` message for details."
        },
        "retrievedContext": {
          "$ref": "GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext",
          "description": "A grounding chunk from a data source retrieved by a retrieval tool, such as Vertex AI Search. See the `RetrievedContext` message for details"
        },
        "web": {
          "description": "A grounding chunk from a web page, typically from Google Search. See the `Web` message for details.",
          "$ref": "GoogleCloudAiplatformV1beta1GroundingChunkWeb"
        },
        "maps": {
          "$ref": "GoogleCloudAiplatformV1beta1GroundingChunkMaps",
          "description": "A grounding chunk from Google Maps. See the `Maps` message for details."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig",
      "description": "Config for HTTP Basic Authentication.",
      "properties": {
        "credentialSecret": {
          "description": "Required. The name of the SecretManager secret version resource storing the base64 encoded credentials. Format: `projects/{project}/secrets/{secrete}/versions/{version}` - If specified, the `secretmanager.versions.access` permission should be granted to Vertex AI Extension Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) on the specified resource.",
          "type": "string"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ResponseFormat": {
      "properties": {
        "text": {
          "description": "Text output format.",
          "$ref": "GoogleCloudAiplatformV1beta1TextResponseFormat"
        },
        "audio": {
          "$ref": "GoogleCloudAiplatformV1beta1AudioResponseFormat",
          "description": "Audio output format."
        },
        "video": {
          "$ref": "GoogleCloudAiplatformV1beta1VideoResponseFormat",
          "description": "Video output format."
        },
        "image": {
          "description": "Image output format.",
          "$ref": "GoogleCloudAiplatformV1beta1ImageResponseFormat"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1ResponseFormat",
      "description": "Configuration for the model to configure output formatting and delivery."
    },
    "GoogleCloudAiplatformV1beta1VideoMetadata": {
      "id": "GoogleCloudAiplatformV1beta1VideoMetadata",
      "description": "Provides metadata for a video, including the start and end offsets for clipping and the frame rate.",
      "type": "object",
      "properties": {
        "startOffset": {
          "format": "google-duration",
          "type": "string",
          "description": "Optional. The start offset of the video."
        },
        "fps": {
          "format": "double",
          "description": "Optional. The frame rate of the video sent to the model. If not specified, the default value is 1.0. The valid range is (0.0, 24.0].",
          "type": "number"
        },
        "endOffset": {
          "format": "google-duration",
          "description": "Optional. The end offset of the video.",
          "type": "string"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1VertexRagStoreRagResource": {
      "properties": {
        "ragCorpus": {
          "type": "string",
          "description": "Optional. RagCorpora resource name. Format: `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`"
        },
        "ragFileIds": {
          "description": "Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1VertexRagStoreRagResource",
      "description": "The definition of the Rag resource."
    },
    "GoogleCloudAiplatformV1beta1VertexRagStore": {
      "id": "GoogleCloudAiplatformV1beta1VertexRagStore",
      "description": "Retrieve from Vertex RAG Store for grounding.",
      "type": "object",
      "properties": {
        "similarityTopK": {
          "format": "int32",
          "deprecated": true,
          "type": "integer",
          "description": "Optional. Number of top k results to return from the selected corpora."
        },
        "storeContext": {
          "description": "Optional. Currently only supported for Gemini Multimodal Live API. In Gemini Multimodal Live API, if `store_context` bool is specified, Gemini will leverage it to automatically memorize the interactions between the client and Gemini, and retrieve context when needed to augment the response generation for users' ongoing and future interactions.",
          "type": "boolean"
        },
        "ragResources": {
          "type": "array",
          "description": "Optional. The representation of the rag source. It can be used to specify corpus only or ragfiles. Currently only support one corpus or multiple files from one corpus. In the future we may open up multiple corpora support.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1VertexRagStoreRagResource"
          }
        },
        "ragRetrievalConfig": {
          "description": "Optional. The retrieval config for the Rag query.",
          "$ref": "GoogleCloudAiplatformV1beta1RagRetrievalConfig"
        },
        "ragCorpora": {
          "description": "Optional. Deprecated. Please use rag_resources instead.",
          "items": {
            "type": "string"
          },
          "deprecated": true,
          "type": "array"
        },
        "vectorDistanceThreshold": {
          "format": "double",
          "deprecated": true,
          "type": "number",
          "description": "Optional. Only return results with vector distance smaller than the threshold."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet": {
      "properties": {
        "reviewId": {
          "description": "The ID of the review that is being referenced.",
          "type": "string"
        },
        "googleMapsUri": {
          "type": "string",
          "description": "A link to show the review on Google Maps."
        },
        "title": {
          "description": "The title of the review.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet",
      "description": "A review snippet that is used to generate the answer."
    },
    "ModifyLockResponse": {
      "id": "ModifyLockResponse",
      "description": "Response message for TemplateService.ModifyLock.",
      "type": "object",
      "properties": {}
    },
    "GoogleCloudAiplatformV1beta1SpeechConfig": {
      "properties": {
        "voiceConfig": {
          "description": "The configuration for the voice to use.",
          "$ref": "GoogleCloudAiplatformV1beta1VoiceConfig"
        },
        "multiSpeakerVoiceConfig": {
          "$ref": "GoogleCloudAiplatformV1beta1MultiSpeakerVoiceConfig",
          "description": "The configuration for a multi-speaker text-to-speech request. This field is mutually exclusive with `voice_config`."
        },
        "languageCode": {
          "type": "string",
          "description": "Optional. The language code (ISO 639-1) for the speech synthesis."
        }
      },
      "id": "GoogleCloudAiplatformV1beta1SpeechConfig",
      "description": "Configuration for speech generation.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig",
      "description": "The configuration for routing the request to a specific model. This can be used to control which model is used for the generation, either automatically or by specifying a model name.",
      "properties": {
        "manualMode": {
          "description": "In this mode, the model is specified manually.",
          "$ref": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode"
        },
        "autoMode": {
          "$ref": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode",
          "description": "In this mode, the model is selected automatically based on the content of the request."
        }
      }
    },
    "PromptTemplate": {
      "type": "object",
      "id": "PromptTemplate",
      "description": "Represents a Prompt Template resource.",
      "properties": {
        "displayName": {
          "description": "Optional. The display name of the PromptTemplate.",
          "type": "string"
        },
        "model": {
          "description": "Output only. The model name parsed from the template_string.",
          "type": "string",
          "readOnly": true
        },
        "createTime": {
          "type": "string",
          "description": "Output only. Timestamp when the PromptTemplate was created.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "stateChangeTime": {
          "type": "string",
          "description": "Output only. Timestamp when the PromptTemplate state was last changed.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "updateTime": {
          "type": "string",
          "description": "Output only. Timestamp when the PromptTemplate was last updated.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "templateString": {
          "type": "string",
          "description": "Required. The DotPrompt raw template string."
        },
        "templateId": {
          "type": "string",
          "description": "Output only. Immutable. The unique ID of the PromptTemplate, which is the final component of the PromptTemplate's resource name.",
          "readOnly": true
        },
        "etag": {
          "description": "Optional. The etag of the PromptTemplate. If this is provided with an update request, it must match the server's etag for the operation to succeed.",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The resource name of the PromptTemplate. Format: projects/{project}/locations/{location}/templates/{prompt_template}",
          "type": "string"
        },
        "locked": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Indicates if the PromptTemplate has been locked for mutations. It is strongly recommended that PromptTemplates used in production Apps be locked to avoid accidental distruption to live apps. To modify a PromptTemplate that has been locked, a call to ModifyLock with lock=false is required first."
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaMultiSpeakerVoiceConfig": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaMultiSpeakerVoiceConfig",
      "description": "The configuration for the multi-speaker setup.",
      "properties": {
        "speakerVoiceConfigs": {
          "type": "array",
          "description": "Required. All the enabled speaker voices.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaSpeakerVoiceConfig"
          }
        }
      }
    },
    "ToolConfig": {
      "type": "object",
      "id": "ToolConfig",
      "description": "Tool config. This config is shared for all tools provided in the request.",
      "properties": {
        "retrievalConfig": {
          "$ref": "RetrievalConfig",
          "description": "Optional. Retrieval config."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1GenerateContentRequest": {
      "id": "GoogleCloudAiplatformV1beta1GenerateContentRequest",
      "description": "Request message for [PredictionService.GenerateContent].",
      "type": "object",
      "properties": {
        "contents": {
          "description": "Required. The content of the current conversation with the model. For single-turn queries, this is a single instance. For multi-turn queries, this is a repeated field that contains conversation history + latest request.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1Content"
          },
          "type": "array"
        },
        "generationConfig": {
          "description": "Optional. Generation config.",
          "$ref": "GoogleCloudAiplatformV1beta1GenerationConfig"
        },
        "modelArmorConfig": {
          "description": "Optional. Settings for prompt and response sanitization using the Model Armor service. If supplied, safety_settings must not be supplied.",
          "$ref": "GoogleCloudAiplatformV1beta1ModelArmorConfig"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object",
          "description": "Optional. The labels with user-defined metadata for the request. It is used for billing and reporting only. Label keys and values can be no longer than 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter."
        },
        "systemInstruction": {
          "$ref": "GoogleCloudAiplatformV1beta1Content",
          "description": "Optional. The user provided system instructions for the model. Note: only text should be used in parts and content in each part will be in a separate paragraph."
        },
        "safetySettings": {
          "type": "array",
          "description": "Optional. Per request settings for blocking unsafe content. Enforced on GenerateContentResponse.candidates.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1SafetySetting"
          }
        },
        "toolConfig": {
          "description": "Optional. Tool config. This config is shared for all tools provided in the request.",
          "$ref": "GoogleCloudAiplatformV1beta1ToolConfig"
        },
        "tools": {
          "type": "array",
          "description": "Optional. A list of `Tools` the model may use to generate the next response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1Tool"
          }
        },
        "cachedContent": {
          "description": "Optional. The name of the cached content used as context to serve the prediction. Note: only used in explicit caching, where users can have control over caching (e.g. what content to cache) and enjoy guaranteed cost savings. Format: `projects/{project}/locations/{location}/cachedContents/{cachedContent}`",
          "type": "string"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1GoogleSearchRetrieval": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GoogleSearchRetrieval",
      "description": "Tool to retrieve public web data for grounding, powered by Google.",
      "properties": {
        "dynamicRetrievalConfig": {
          "description": "Specifies the dynamic retrieval configuration for the given source.",
          "$ref": "GoogleCloudAiplatformV1beta1DynamicRetrievalConfig"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1VertexAISearch": {
      "id": "GoogleCloudAiplatformV1beta1VertexAISearch",
      "description": "Retrieve from Vertex AI Search datastore or engine for grounding. datastore and engine are mutually exclusive. See https://cloud.google.com/products/agent-builder",
      "type": "object",
      "properties": {
        "maxResults": {
          "description": "Optional. Number of search results to return per query. The default value is 10. The maximumm allowed value is 10.",
          "type": "integer",
          "format": "int32"
        },
        "engine": {
          "type": "string",
          "description": "Optional. Fully-qualified Vertex AI Search engine resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`"
        },
        "dataStoreSpecs": {
          "description": "Specifications that define the specific DataStores to be searched, along with configurations for those data stores. This is only considered for Engines with multiple data stores. It should only be set if engine is used.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1VertexAISearchDataStoreSpec"
          },
          "type": "array"
        },
        "datastore": {
          "type": "string",
          "description": "Optional. Fully-qualified Vertex AI Search data store resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`"
        },
        "filter": {
          "description": "Optional. Filter strings to be passed to the search API.",
          "type": "string"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ToolGoogleSearch": {
      "properties": {
        "blockingConfidence": {
          "type": "string",
          "description": "Optional. Sites with confidence level chosen & above this value will be blocked from the search results.",
          "enumDescriptions": [
            "Defaults to unspecified.",
            "Blocks Low and above confidence URL that is risky.",
            "Blocks Medium and above confidence URL that is risky.",
            "Blocks High and above confidence URL that is risky.",
            "Blocks Higher and above confidence URL that is risky.",
            "Blocks Very high and above confidence URL that is risky.",
            "Blocks Extremely high confidence URL that is risky."
          ],
          "enum": [
            "PHISH_BLOCK_THRESHOLD_UNSPECIFIED",
            "BLOCK_LOW_AND_ABOVE",
            "BLOCK_MEDIUM_AND_ABOVE",
            "BLOCK_HIGH_AND_ABOVE",
            "BLOCK_HIGHER_AND_ABOVE",
            "BLOCK_VERY_HIGH_AND_ABOVE",
            "BLOCK_ONLY_EXTREMELY_HIGH"
          ]
        },
        "searchTypes": {
          "$ref": "GoogleCloudAiplatformV1beta1ToolGoogleSearchSearchTypes",
          "description": "Optional. The set of search types to enable. If not set, web search is enabled by default."
        },
        "excludeDomains": {
          "type": "array",
          "description": "Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: [\"amazon.com\", \"facebook.com\"].",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1ToolGoogleSearch",
      "description": "GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google."
    },
    "GoogleAiGenerativelanguageV1betaToolMcpServerStreamableHttpTransport": {
      "properties": {
        "headers": {
          "description": "Optional: Fields for authentication headers, timeouts, etc., if needed.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "terminateOnClose": {
          "description": "Whether to close the client session when the transport closes.",
          "type": "boolean"
        },
        "sseReadTimeout": {
          "format": "google-duration",
          "description": "Timeout for SSE read operations.",
          "type": "string"
        },
        "url": {
          "type": "string",
          "description": "The full URL for the MCPServer endpoint. Example: \"https://api.example.com/mcp\""
        },
        "timeout": {
          "type": "string",
          "description": "HTTP timeout for regular operations.",
          "format": "google-duration"
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaToolMcpServerStreamableHttpTransport",
      "description": "A transport that can stream HTTP requests and responses. Next ID: 6",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaThinkingConfig": {
      "id": "GoogleAiGenerativelanguageV1betaThinkingConfig",
      "description": "Config for thinking features.",
      "type": "object",
      "properties": {
        "thinkingLevel": {
          "type": "string",
          "description": "Optional. Controls the maximum depth of the model's internal reasoning process before it produces a response. The default value is model-dependent. Refer to the [Thinking levels guide](https://ai.google.dev/gemini-api/docs/thinking#thinking-levels) for more details. Recommended for Gemini 3 or later models. Use with earlier models results in an error.",
          "enumDescriptions": [
            "Default value.",
            "Little to no thinking.",
            "Low thinking level.",
            "Medium thinking level.",
            "High thinking level."
          ],
          "enum": [
            "THINKING_LEVEL_UNSPECIFIED",
            "MINIMAL",
            "LOW",
            "MEDIUM",
            "HIGH"
          ]
        },
        "thinkingBudget": {
          "format": "int32",
          "description": "The number of thoughts tokens that the model should generate.",
          "type": "integer"
        },
        "includeThoughts": {
          "description": "Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.",
          "type": "boolean"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ExternalApiElasticSearchParams": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1ExternalApiElasticSearchParams",
      "description": "The search parameters to use for the ELASTIC_SEARCH spec.",
      "properties": {
        "searchTemplate": {
          "type": "string",
          "description": "The ElasticSearch search template to use."
        },
        "index": {
          "description": "The ElasticSearch index to use.",
          "type": "string"
        },
        "numHits": {
          "description": "Optional. Number of hits (chunks) to request. When specified, it is passed to Elasticsearch as the `num_hits` param.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaGenerateContentResponse": {
      "properties": {
        "modelVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The model version used to generate the response."
        },
        "promptFeedback": {
          "description": "Returns the prompt's feedback related to the content filters.",
          "$ref": "GoogleAiGenerativelanguageV1betaGenerateContentResponsePromptFeedback"
        },
        "responseId": {
          "type": "string",
          "description": "Output only. response_id is used to identify each response.",
          "readOnly": true
        },
        "candidates": {
          "description": "Candidate responses from the model.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaCandidate"
          },
          "type": "array"
        },
        "modelStatus": {
          "readOnly": true,
          "$ref": "GoogleAiGenerativelanguageV1betaModelStatus",
          "description": "Output only. The current model status of this model."
        },
        "usageMetadata": {
          "description": "Output only. Metadata on the generation requests' token usage.",
          "readOnly": true,
          "$ref": "GoogleAiGenerativelanguageV1betaGenerateContentResponseUsageMetadata"
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaGenerateContentResponse",
      "description": "Response from the model supporting multiple candidate responses. Safety ratings and content filtering are reported for both prompt in `GenerateContentResponse.prompt_feedback` and for each candidate in `finish_reason` and in `safety_ratings`. The API: - Returns either all requested candidates or none of them - Returns no candidates at all only if there was something wrong with the prompt (check `prompt_feedback`) - Reports feedback on each candidate in `finish_reason` and `safety_ratings`.",
      "type": "object"
    },
    "GoogleMaps": {
      "id": "GoogleMaps",
      "description": "Tool to retrieve public maps data for grounding, powered by Google.",
      "type": "object",
      "properties": {
        "enableWidget": {
          "type": "boolean",
          "description": "Optional. If true, include the widget context token in the response."
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaAttributionSourceIdGroundingPassageId": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaAttributionSourceIdGroundingPassageId",
      "description": "Identifier for a part within a `GroundingPassage`.",
      "properties": {
        "passageId": {
          "readOnly": true,
          "description": "Output only. ID of the passage matching the `GenerateAnswerRequest`'s `GroundingPassage.id`.",
          "type": "string"
        },
        "partIndex": {
          "description": "Output only. Index of the part within the `GenerateAnswerRequest`'s `GroundingPassage.content`.",
          "type": "integer",
          "readOnly": true,
          "format": "int32"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1LogprobsResultTopCandidates": {
      "id": "GoogleCloudAiplatformV1beta1LogprobsResultTopCandidates",
      "description": "A list of the top candidate tokens and their log probabilities at each decoding step. This can be used to see what other tokens the model considered.",
      "type": "object",
      "properties": {
        "candidates": {
          "description": "The list of candidate tokens, sorted by log probability in descending order.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1LogprobsResultCandidate"
          },
          "type": "array"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaVoiceConfig": {
      "properties": {
        "prebuiltVoiceConfig": {
          "$ref": "GoogleAiGenerativelanguageV1betaPrebuiltVoiceConfig",
          "description": "The configuration for the prebuilt voice to use."
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaVoiceConfig",
      "description": "The configuration for the voice to use."
    },
    "Interval": {
      "properties": {
        "startTime": {
          "type": "string",
          "description": "Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.",
          "format": "google-datetime"
        },
        "endTime": {
          "format": "google-datetime",
          "description": "Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.",
          "type": "string"
        }
      },
      "id": "Interval",
      "description": "Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1RagRetrievalConfigFilter": {
      "properties": {
        "vectorDistanceThreshold": {
          "format": "double",
          "description": "Optional. Only returns contexts with vector distance smaller than the threshold.",
          "type": "number"
        },
        "vectorSimilarityThreshold": {
          "format": "double",
          "description": "Optional. Only returns contexts with vector similarity larger than the threshold.",
          "type": "number"
        },
        "metadataFilter": {
          "type": "string",
          "description": "Optional. String for metadata filtering."
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1RagRetrievalConfigFilter",
      "description": "Config for filters."
    },
    "GoogleCloudAiplatformV1beta1RagChunkPageSpan": {
      "id": "GoogleCloudAiplatformV1beta1RagChunkPageSpan",
      "description": "Represents where the chunk starts and ends in the document.",
      "type": "object",
      "properties": {
        "firstPage": {
          "format": "int32",
          "type": "integer",
          "description": "Page where chunk starts in the document. Inclusive. 1-indexed."
        },
        "lastPage": {
          "format": "int32",
          "type": "integer",
          "description": "Page where chunk ends in the document. Inclusive. 1-indexed."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ToolGoogleSearchWebSearch": {
      "properties": {},
      "id": "GoogleCloudAiplatformV1beta1ToolGoogleSearchWebSearch",
      "description": "Standard web search for grounding and related configurations. Only text results are returned.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaLogprobsResult": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaLogprobsResult",
      "description": "Logprobs Result",
      "properties": {
        "topCandidates": {
          "description": "Length = total number of decoding steps.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaLogprobsResultTopCandidates"
          },
          "type": "array"
        },
        "chosenCandidates": {
          "type": "array",
          "description": "Length = total number of decoding steps. The chosen candidates may or may not be in top_candidates.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaLogprobsResultCandidate"
          }
        },
        "logProbabilitySum": {
          "type": "number",
          "description": "Sum of log probabilities for all tokens.",
          "format": "float"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri": {
      "id": "GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri",
      "description": "A URI that can be used to flag a place or review for inappropriate content. This is populated only when the grounding source is Google Maps.",
      "type": "object",
      "properties": {
        "flagContentUri": {
          "description": "The URI that can be used to flag the content.",
          "type": "string"
        },
        "sourceId": {
          "type": "string",
          "description": "The ID of the place or review."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1RagRetrievalConfigHybridSearch": {
      "properties": {
        "alpha": {
          "type": "number",
          "description": "Optional. Alpha value controls the weight between dense and sparse vector search results. The range is [0, 1], while 0 means sparse vector search only and 1 means dense vector search only. The default value is 0.5 which balances sparse and dense vector search equally.",
          "format": "float"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1RagRetrievalConfigHybridSearch",
      "description": "Config for Hybrid Search."
    },
    "GoogleCloudAiplatformV1beta1GroundingMetadata": {
      "properties": {
        "googleMapsWidgetContextToken": {
          "description": "Optional. Output only. Deprecated: The Google Maps contextual widget behavior in Grounding with Google Maps is being deprecated; this field is planned for removal and will no longer be populated once removed. A token that can be used to render a Google Maps widget with the contextual data. This field is populated only when the grounding source is Google Maps.",
          "deprecated": true,
          "type": "string",
          "readOnly": true
        },
        "searchEntryPoint": {
          "description": "Optional. A web search entry point that can be used to display search results. This field is populated only when the grounding source is Google Search.",
          "$ref": "GoogleCloudAiplatformV1beta1SearchEntryPoint"
        },
        "imageSearchQueries": {
          "type": "array",
          "description": "Optional. The image search queries that were used to generate the content. This field is populated only when the grounding source is Google Search with the Image Search search_type enabled.",
          "items": {
            "type": "string"
          }
        },
        "groundingChunks": {
          "description": "A list of supporting references retrieved from the grounding source. This field is populated when the grounding source is Google Search, Vertex AI Search, or Google Maps.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1GroundingChunk"
          },
          "type": "array"
        },
        "retrievalQueries": {
          "type": "array",
          "description": "Optional. The queries that were executed by the retrieval tools. This field is populated only when the grounding source is a retrieval tool, such as Vertex AI Search.",
          "items": {
            "type": "string"
          }
        },
        "groundingSupports": {
          "description": "Optional. A list of grounding supports that connect the generated content to the grounding chunks. This field is populated when the grounding source is Google Search or Vertex AI Search.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1GroundingSupport"
          },
          "type": "array"
        },
        "retrievalMetadata": {
          "description": "Optional. Output only. Metadata related to the retrieval grounding source.",
          "readOnly": true,
          "$ref": "GoogleCloudAiplatformV1beta1RetrievalMetadata"
        },
        "webSearchQueries": {
          "type": "array",
          "description": "Optional. The web search queries that were used to generate the content. This field is populated only when the grounding source is Google Search.",
          "items": {
            "type": "string"
          }
        },
        "sourceFlaggingUris": {
          "readOnly": true,
          "description": "Optional. Output only. A list of URIs that can be used to flag a place or review for inappropriate content. This field is populated only when the grounding source is Google Maps.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1GroundingMetadataSourceFlaggingUri"
          },
          "type": "array"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GroundingMetadata",
      "description": "Information about the sources that support the content of a response. When grounding is enabled, the model returns citations for claims in the response. This object contains the retrieved sources."
    },
    "GoogleAiGenerativelanguageV1betaToolGoogleSearchSearchTypes": {
      "id": "GoogleAiGenerativelanguageV1betaToolGoogleSearchSearchTypes",
      "description": "Different types of search that can be enabled on the GoogleSearch tool.",
      "type": "object",
      "properties": {
        "webSearch": {
          "$ref": "GoogleAiGenerativelanguageV1betaToolGoogleSearchWebSearch",
          "description": "Optional. Enables web search. Only text results are returned."
        },
        "imageSearch": {
          "$ref": "GoogleAiGenerativelanguageV1betaToolGoogleSearchImageSearch",
          "description": "Optional. Enables image search. Image bytes are returned."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1Retrieval": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1Retrieval",
      "description": "Defines a retrieval tool that model can call to access external knowledge.",
      "properties": {
        "vertexRagStore": {
          "$ref": "GoogleCloudAiplatformV1beta1VertexRagStore",
          "description": "Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService."
        },
        "vertexAiSearch": {
          "description": "Set to use data source powered by Vertex AI Search.",
          "$ref": "GoogleCloudAiplatformV1beta1VertexAISearch"
        },
        "disableAttribution": {
          "description": "Optional. Deprecated. This option is no longer supported.",
          "deprecated": true,
          "type": "boolean"
        },
        "externalApi": {
          "description": "Use data source powered by external API for grounding.",
          "$ref": "GoogleCloudAiplatformV1beta1ExternalApi"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1AuthConfigOauthConfig": {
      "properties": {
        "serviceAccount": {
          "description": "The service account used to generate access tokens for executing the Extension. - If the service account is specified, the `iam.serviceAccounts.getAccessToken` permission should be granted to Vertex AI Extension Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) on the provided service account.",
          "type": "string"
        },
        "accessToken": {
          "type": "string",
          "description": "Access token for extension endpoint. Only used to propagate token from [[ExecuteExtensionRequest.runtime_auth_config]] at request time."
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1AuthConfigOauthConfig",
      "description": "Config for user oauth."
    },
    "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode": {
      "properties": {
        "modelName": {
          "type": "string",
          "description": "The name of the model to use. Only public LLM models are accepted."
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigManualRoutingMode",
      "description": "The configuration for manual routing. When manual routing is specified, the model will be selected based on the model name provided."
    },
    "GoogleAiGenerativelanguageV1betaResponseFormatConfig": {
      "properties": {
        "image": {
          "$ref": "GoogleAiGenerativelanguageV1betaImageResponseFormat",
          "description": "Optional. Image output format configuration."
        },
        "text": {
          "description": "Optional. Text output format configuration.",
          "$ref": "GoogleAiGenerativelanguageV1betaTextResponseFormat"
        },
        "audio": {
          "description": "Optional. Audio output format configuration.",
          "$ref": "GoogleAiGenerativelanguageV1betaAudioResponseFormat"
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaResponseFormatConfig",
      "description": "Configuration for the response output format. This is a flat object where each optional sub-field configures a specific output modality."
    },
    "GoogleCloudAiplatformV1beta1FunctionResponse": {
      "properties": {
        "parts": {
          "type": "array",
          "description": "Optional. Ordered `Parts` that constitute a function response. Parts may have different IANA MIME types.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1FunctionResponsePart"
          }
        },
        "id": {
          "description": "Optional. The id of the function call this response is for. Populated by the client to match the corresponding function call `id`.",
          "type": "string"
        },
        "scheduling": {
          "description": "Optional. Specifies how the response should be scheduled in the conversation. Only applicable to NON_BLOCKING function calls, is ignored otherwise. Defaults to WHEN_IDLE.",
          "enumDescriptions": [
            "This value is unused.",
            "Only add the result to the conversation context, do not interrupt or trigger generation.",
            "Add the result to the conversation context, and prompt to generate output without interrupting ongoing generation.",
            "Add the result to the conversation context, interrupt ongoing generation and prompt to generate output."
          ],
          "enum": [
            "SCHEDULING_UNSPECIFIED",
            "SILENT",
            "WHEN_IDLE",
            "INTERRUPT"
          ],
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Required. The name of the function to call. Matches FunctionDeclaration.name and FunctionCall.name."
        },
        "response": {
          "description": "Required. The function response in JSON object format. Use \"output\" key to specify function output and \"error\" key to specify error details (if any). If \"output\" and \"error\" keys are not specified, then whole \"response\" is treated as function output.",
          "type": "object",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          }
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1FunctionResponse",
      "description": "The result output from a FunctionCall that contains a string representing the FunctionDeclaration.name and a structured JSON object containing any output from the function is used as context to the model. This should contain the result of a `FunctionCall` made based on model prediction."
    },
    "GoogleCloudAiplatformV1beta1CitationMetadata": {
      "id": "GoogleCloudAiplatformV1beta1CitationMetadata",
      "description": "A collection of citations that apply to a piece of generated content.",
      "type": "object",
      "properties": {
        "citations": {
          "description": "Output only. A list of citations for the content.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1Citation"
          },
          "type": "array",
          "readOnly": true
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaVideoMetadata": {
      "description": "Deprecated: Use `GenerateContentRequest.processing_options` instead. Metadata describes the input video content.",
      "properties": {
        "startOffset": {
          "format": "google-duration",
          "type": "string",
          "description": "Optional. The start offset of the video."
        },
        "fps": {
          "format": "double",
          "type": "number",
          "description": "Optional. The frame rate of the video sent to the model. If not specified, the default value will be 1.0. The fps range is (0.0, 24.0]."
        },
        "endOffset": {
          "format": "google-duration",
          "description": "Optional. The end offset of the video.",
          "type": "string"
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaVideoMetadata",
      "deprecated": true,
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaGroundingChunkMapsPlaceAnswerSources": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaGroundingChunkMapsPlaceAnswerSources",
      "description": "Collection of sources that provide answers about the features of a given place in Google Maps. Each PlaceAnswerSources message corresponds to a specific place in Google Maps. The Google Maps tool used these sources in order to answer questions about features of the place (e.g: \"does Bar Foo have Wifi\" or \"is Foo Bar wheelchair accessible?\"). Currently we only support review snippets as sources.",
      "properties": {
        "reviewSnippets": {
          "type": "array",
          "description": "Snippets of reviews that are used to generate answers about the features of a given place in Google Maps.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaGroundingChunkMapsPlaceAnswerSourcesReviewSnippet"
          }
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ExecutableCode": {
      "properties": {
        "language": {
          "type": "string",
          "description": "Required. Programming language of the `code`.",
          "enumDescriptions": [
            "Unspecified language. This value should not be used.",
            "Python \u003e= 3.10, with numpy and simpy available."
          ],
          "enum": [
            "LANGUAGE_UNSPECIFIED",
            "PYTHON"
          ]
        },
        "code": {
          "description": "Required. The code to be executed.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1ExecutableCode",
      "description": "Code generated by the model that is meant to be executed, and the result returned to the model. Generated when using the `CodeExecution` tool, in which the code will be automatically executed, and a corresponding CodeExecutionResult will also be generated."
    },
    "GoogleAiGenerativelanguageV1betaPrebuiltVoiceConfig": {
      "properties": {
        "voiceName": {
          "type": "string",
          "description": "The name of the preset voice to use."
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaPrebuiltVoiceConfig",
      "description": "The configuration for the prebuilt speaker to use.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1SafetyRating": {
      "properties": {
        "severityScore": {
          "type": "number",
          "description": "Output only. The severity score of harm for this category.",
          "readOnly": true,
          "format": "float"
        },
        "blocked": {
          "type": "boolean",
          "description": "Output only. Indicates whether the content was blocked because of this rating.",
          "readOnly": true
        },
        "category": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Content that promotes violence or incites hatred against individuals or groups based on certain attributes.",
            "Content that promotes, facilitates, or enables dangerous activities.",
            "Abusive, threatening, or content intended to bully, torment, or ridicule.",
            "Content that contains sexually explicit material.",
            "Deprecated: Election filter is not longer supported. The harm category is civic integrity.",
            "Images that contain hate speech.",
            "Images that contain dangerous content.",
            "Images that contain harassment.",
            "Images that contain sexually explicit content.",
            "Prompts designed to bypass safety filters."
          ],
          "type": "string",
          "enumDeprecated": [
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false
          ],
          "description": "Output only. The harm category of this rating.",
          "enum": [
            "HARM_CATEGORY_UNSPECIFIED",
            "HARM_CATEGORY_HATE_SPEECH",
            "HARM_CATEGORY_DANGEROUS_CONTENT",
            "HARM_CATEGORY_HARASSMENT",
            "HARM_CATEGORY_SEXUALLY_EXPLICIT",
            "HARM_CATEGORY_CIVIC_INTEGRITY",
            "HARM_CATEGORY_IMAGE_HATE",
            "HARM_CATEGORY_IMAGE_DANGEROUS_CONTENT",
            "HARM_CATEGORY_IMAGE_HARASSMENT",
            "HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT",
            "HARM_CATEGORY_JAILBREAK"
          ],
          "readOnly": true
        },
        "probabilityScore": {
          "type": "number",
          "description": "Output only. The probability score of harm for this category.",
          "readOnly": true,
          "format": "float"
        },
        "severity": {
          "type": "string",
          "enumDescriptions": [
            "The harm severity is unspecified.",
            "The harm severity is negligible.",
            "The harm severity is low.",
            "The harm severity is medium.",
            "The harm severity is high."
          ],
          "readOnly": true,
          "description": "Output only. The severity of harm for this category.",
          "enum": [
            "HARM_SEVERITY_UNSPECIFIED",
            "HARM_SEVERITY_NEGLIGIBLE",
            "HARM_SEVERITY_LOW",
            "HARM_SEVERITY_MEDIUM",
            "HARM_SEVERITY_HIGH"
          ]
        },
        "overwrittenThreshold": {
          "readOnly": true,
          "description": "Output only. The overwritten threshold for the safety category of Gemini 2.0 image out. If minors are detected in the output image, the threshold of each safety category will be overwritten if user sets a lower threshold.",
          "enum": [
            "HARM_BLOCK_THRESHOLD_UNSPECIFIED",
            "BLOCK_LOW_AND_ABOVE",
            "BLOCK_MEDIUM_AND_ABOVE",
            "BLOCK_ONLY_HIGH",
            "BLOCK_NONE",
            "OFF"
          ],
          "enumDescriptions": [
            "The harm block threshold is unspecified.",
            "Block content with a low harm probability or higher.",
            "Block content with a medium harm probability or higher.",
            "Block content with a high harm probability.",
            "Do not block any content, regardless of its harm probability.",
            "Turn off the safety filter entirely."
          ],
          "type": "string"
        },
        "probability": {
          "enumDescriptions": [
            "The harm probability is unspecified.",
            "The harm probability is negligible.",
            "The harm probability is low.",
            "The harm probability is medium.",
            "The harm probability is high."
          ],
          "type": "string",
          "readOnly": true,
          "description": "Output only. The probability of harm for this category.",
          "enum": [
            "HARM_PROBABILITY_UNSPECIFIED",
            "NEGLIGIBLE",
            "LOW",
            "MEDIUM",
            "HIGH"
          ]
        }
      },
      "id": "GoogleCloudAiplatformV1beta1SafetyRating",
      "description": "A safety rating for a piece of content. The safety rating contains the harm category and the harm probability level.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaToolGoogleSearchWebSearch": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaToolGoogleSearchWebSearch",
      "description": "Standard web search for grounding and related configurations.",
      "properties": {}
    },
    "GoogleAiGenerativelanguageV1betaLogprobsResultTopCandidates": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaLogprobsResultTopCandidates",
      "description": "Candidates with top log probabilities at each decoding step.",
      "properties": {
        "candidates": {
          "description": "Sorted by log probability in descending order.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaLogprobsResultCandidate"
          },
          "type": "array"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ToolCodeExecution": {
      "id": "GoogleCloudAiplatformV1beta1ToolCodeExecution",
      "description": "Tool that executes code generated by the model, and automatically returns the result to the model. See also ExecutableCode and CodeExecutionResult, which are input and output to this tool.",
      "type": "object",
      "properties": {}
    },
    "GoogleCloudAiplatformV1beta1VideoResponseFormat": {
      "properties": {
        "delivery": {
          "type": "string",
          "description": "Optional. Delivery mode for the generated content.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Generated bytes are returned inline in the response.",
            "Generated content is stored and a URI is returned."
          ],
          "enum": [
            "DELIVERY_UNSPECIFIED",
            "INLINE",
            "URI"
          ]
        },
        "duration": {
          "type": "string",
          "description": "Optional. The duration for the video output.",
          "format": "google-duration"
        },
        "gcsUri": {
          "type": "string",
          "description": "Optional. The Google Cloud Storage URI to store the video output. Required for Vertex if delivery is URI."
        },
        "aspectRatio": {
          "description": "The aspect ratio for the video output.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "16:9 aspect ratio.",
            "9:16 aspect ratio."
          ],
          "enum": [
            "ASPECT_RATIO_UNSPECIFIED",
            "ASPECT_RATIO_SIXTEEN_BY_NINE",
            "ASPECT_RATIO_NINE_BY_SIXTEEN"
          ],
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1VideoResponseFormat",
      "description": "Configuration for video-specific output formatting."
    },
    "GoogleAiGenerativelanguageV1betaFunctionResponse": {
      "id": "GoogleAiGenerativelanguageV1betaFunctionResponse",
      "description": "The result output from a `FunctionCall` that contains a string representing the `FunctionDeclaration.name` and a structured JSON object containing any output from the function is used as context to the model. This should contain the result of a`FunctionCall` made based on model prediction.",
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Required. The name of the function to call. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 128."
        },
        "response": {
          "type": "object",
          "description": "Required. The function response in JSON object format. Callers can use any keys of their choice that fit the function's syntax to return the function output, e.g. \"output\", \"result\", etc. In particular, if the function call failed to execute, the response can have an \"error\" key to return error details to the model. Multimedia can be included by using a subobject containing a single \"$ref\" key whose value is the `inline_data.display_name` of a `FunctionResponsePart` holding the multimedia. See https://ai.google.dev/gemini-api/docs/function-calling#multimodal.",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          }
        },
        "willContinue": {
          "description": "Optional. Signals that function call continues, and more responses will be returned, turning the function call into a generator. Is only applicable to NON_BLOCKING function calls, is ignored otherwise. If set to false, future responses will not be considered. It is allowed to return empty `response` with `will_continue=False` to signal that the function call is finished. This may still trigger the model generation. To avoid triggering the generation and finish the function call, additionally set `scheduling` to `SILENT`.",
          "type": "boolean"
        },
        "parts": {
          "description": "Optional. Ordered `Parts` that constitute a function response. Parts may have different IANA MIME types.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaFunctionResponsePart"
          },
          "type": "array"
        },
        "id": {
          "type": "string",
          "description": "Optional. The identifier of the function call this response is for. Populated by the client to match the corresponding function call `id`."
        },
        "scheduling": {
          "description": "Optional. Specifies how the response should be scheduled in the conversation. Only applicable to NON_BLOCKING function calls, is ignored otherwise. Defaults to WHEN_IDLE.",
          "enumDescriptions": [
            "This value is unused.",
            "Only add the result to the conversation context, do not interrupt or trigger generation.",
            "Add the result to the conversation context, and prompt to generate output without interrupting ongoing generation.",
            "Add the result to the conversation context, interrupt ongoing generation and prompt to generate output."
          ],
          "enum": [
            "SCHEDULING_UNSPECIFIED",
            "SILENT",
            "WHEN_IDLE",
            "INTERRUPT"
          ],
          "type": "string"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaFileSearch": {
      "id": "GoogleAiGenerativelanguageV1betaFileSearch",
      "description": "The FileSearch tool that retrieves knowledge from Semantic Retrieval corpora. Files are imported to Semantic Retrieval corpora using the ImportFile API.",
      "type": "object",
      "properties": {
        "metadataFilter": {
          "description": "Optional. Metadata filter to apply to the semantic retrieval documents and chunks.",
          "type": "string"
        },
        "fileSearchStoreNames": {
          "type": "array",
          "description": "Required. The names of the file_search_stores to retrieve from. Example: `fileSearchStores/my-file-search-store-123`",
          "items": {
            "type": "string"
          }
        },
        "topK": {
          "type": "integer",
          "description": "Optional. The number of semantic retrieval chunks to retrieve.",
          "format": "int32"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1RagRetrievalConfigRanking": {
      "properties": {
        "rankService": {
          "$ref": "GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingRankService",
          "description": "Optional. Config for Rank Service."
        },
        "llmRanker": {
          "description": "Optional. Config for LlmRanker.",
          "$ref": "GoogleCloudAiplatformV1beta1RagRetrievalConfigRankingLlmRanker"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1RagRetrievalConfigRanking",
      "description": "Config for ranking and reranking."
    },
    "GoogleCloudAiplatformV1beta1ModelArmorConfig": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1ModelArmorConfig",
      "description": "Configuration for Model Armor. Model Armor is a Google Cloud service that provides safety and security filtering for prompts and responses. It helps protect your AI applications from risks such as harmful content, sensitive data leakage, and prompt injection attacks.",
      "properties": {
        "promptTemplateName": {
          "description": "Optional. The resource name of the Model Armor template to use for prompt screening. A Model Armor template is a set of customized filters and thresholds that define how Model Armor screens content. If specified, Model Armor will use this template to check the user's prompt for safety and security risks before it is sent to the model. The name must be in the format `projects/{project}/locations/{location}/templates/{template}`.",
          "type": "string"
        },
        "responseTemplateName": {
          "description": "Optional. The resource name of the Model Armor template to use for response screening. A Model Armor template is a set of customized filters and thresholds that define how Model Armor screens content. If specified, Model Armor will use this template to check the model's response for safety and security risks before it is returned to the user. The name must be in the format `projects/{project}/locations/{location}/templates/{template}`.",
          "type": "string"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaSearchEntryPoint": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaSearchEntryPoint",
      "description": "Google search entry point.",
      "properties": {
        "renderedContent": {
          "description": "Optional. Web content snippet that can be embedded in a web page or an app webview.",
          "type": "string"
        },
        "sdkBlob": {
          "format": "byte",
          "description": "Optional. Base64 encoded JSON representing array of tuple.",
          "type": "string"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaDynamicRetrievalConfig": {
      "properties": {
        "mode": {
          "type": "string",
          "description": "The mode of the predictor to be used in dynamic retrieval.",
          "enumDescriptions": [
            "Always trigger retrieval.",
            "Run retrieval only when system decides it is necessary."
          ],
          "enum": [
            "MODE_UNSPECIFIED",
            "MODE_DYNAMIC"
          ]
        },
        "dynamicThreshold": {
          "format": "float",
          "type": "number",
          "description": "The threshold to be used in dynamic retrieval. If not set, a system default value is used."
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaDynamicRetrievalConfig",
      "description": "Describes the options to customize dynamic retrieval."
    },
    "FileData": {
      "properties": {
        "fileUri": {
          "description": "Required. URI.",
          "type": "string"
        },
        "mimeType": {
          "type": "string",
          "description": "Required. The IANA standard MIME type of the source data. Examples: - image/png - image/jpeg"
        }
      },
      "id": "FileData",
      "description": "An element in the history the represents an external data file.",
      "type": "object"
    },
    "ListPromptTemplatesResponse": {
      "id": "ListPromptTemplatesResponse",
      "description": "Response message for TemplateService.ListPromptTemplates.",
      "type": "object",
      "properties": {
        "templates": {
          "description": "The PromptTemplates from the specified parent.",
          "items": {
            "$ref": "PromptTemplate"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaSpeechConfig": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaSpeechConfig",
      "description": "Config for speech generation and transcription.",
      "properties": {
        "languageCode": {
          "type": "string",
          "description": "Optional. The IETF [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language code that the user configured the app to use. Used for speech recognition and synthesis. Valid values are: `de-DE`, `en-AU`, `en-GB`, `en-IN`, `en-US`, `es-US`, `fr-FR`, `hi-IN`, `pt-BR`, `ar-XA`, `es-ES`, `fr-CA`, `id-ID`, `it-IT`, `ja-JP`, `tr-TR`, `vi-VN`, `bn-IN`, `gu-IN`, `kn-IN`, `ml-IN`, `mr-IN`, `ta-IN`, `te-IN`, `nl-NL`, `ko-KR`, `cmn-CN`, `pl-PL`, `ru-RU`, and `th-TH`."
        },
        "voiceConfig": {
          "description": "The configuration in case of single-voice output.",
          "$ref": "GoogleAiGenerativelanguageV1betaVoiceConfig"
        },
        "multiSpeakerVoiceConfig": {
          "description": "Optional. The configuration for the multi-speaker setup. It is mutually exclusive with the voice_config field.",
          "$ref": "GoogleAiGenerativelanguageV1betaMultiSpeakerVoiceConfig"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1PredictRequest": {
      "properties": {
        "labels": {
          "type": "object",
          "description": "Optional. The user labels for Imagen billing usage only. Only Imagen supports labels. For other use cases, it will be ignored.",
          "additionalProperties": {
            "type": "string"
          }
        },
        "instances": {
          "description": "Required. The instances that are the input to the prediction call. A DeployedModel may have an upper limit on the number of instances it supports per request, and when it is exceeded the prediction call errors in case of AutoML Models, or, in case of customer created Models, the behaviour is as documented by that Model. The schema of any single instance may be specified via Endpoint's DeployedModels' Model's PredictSchemata's instance_schema_uri.",
          "items": {
            "type": "any"
          },
          "type": "array"
        },
        "parameters": {
          "type": "any",
          "description": "The parameters that govern the prediction. The schema of the parameters may be specified via Endpoint's DeployedModels' Model's PredictSchemata's parameters_schema_uri."
        }
      },
      "id": "GoogleCloudAiplatformV1beta1PredictRequest",
      "description": "Request message for PredictionService.Predict.",
      "type": "object"
    },
    "MediaResolution": {
      "type": "object",
      "id": "MediaResolution",
      "description": "Media resolution for tokenization.",
      "properties": {
        "level": {
          "description": "The tokenization quality used for given media. for Gemini API support .",
          "enumDescriptions": [
            "Media resolution has not been set.",
            "Media resolution set to low.",
            "Media resolution set to medium.",
            "Media resolution set to high.",
            "Media resolution set to ultra high."
          ],
          "enum": [
            "MEDIA_RESOLUTION_UNSPECIFIED",
            "MEDIA_RESOLUTION_LOW",
            "MEDIA_RESOLUTION_MEDIUM",
            "MEDIA_RESOLUTION_HIGH",
            "MEDIA_RESOLUTION_ULTRA_HIGH"
          ],
          "type": "string"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaGoogleSearchRetrieval": {
      "id": "GoogleAiGenerativelanguageV1betaGoogleSearchRetrieval",
      "description": "Tool to retrieve public web data for grounding, powered by Google.",
      "type": "object",
      "properties": {
        "dynamicRetrievalConfig": {
          "description": "Specifies the dynamic retrieval configuration for the given source.",
          "$ref": "GoogleAiGenerativelanguageV1betaDynamicRetrievalConfig"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaSpeakerVoiceConfig": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaSpeakerVoiceConfig",
      "description": "The configuration for a single speaker in a multi speaker setup.",
      "properties": {
        "speaker": {
          "type": "string",
          "description": "Required. The name of the speaker to use. Should be the same as in the prompt."
        },
        "voiceConfig": {
          "$ref": "GoogleAiGenerativelanguageV1betaVoiceConfig",
          "description": "Required. The configuration for the voice to use."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1SafetySetting": {
      "id": "GoogleCloudAiplatformV1beta1SafetySetting",
      "description": "A safety setting that affects the safety-blocking behavior. A SafetySetting consists of a harm category and a threshold for that category.",
      "type": "object",
      "properties": {
        "threshold": {
          "type": "string",
          "description": "Required. The threshold for blocking content. If the harm probability exceeds this threshold, the content will be blocked.",
          "enumDescriptions": [
            "The harm block threshold is unspecified.",
            "Block content with a low harm probability or higher.",
            "Block content with a medium harm probability or higher.",
            "Block content with a high harm probability.",
            "Do not block any content, regardless of its harm probability.",
            "Turn off the safety filter entirely."
          ],
          "enum": [
            "HARM_BLOCK_THRESHOLD_UNSPECIFIED",
            "BLOCK_LOW_AND_ABOVE",
            "BLOCK_MEDIUM_AND_ABOVE",
            "BLOCK_ONLY_HIGH",
            "BLOCK_NONE",
            "OFF"
          ]
        },
        "category": {
          "description": "Required. The harm category to be blocked.",
          "enum": [
            "HARM_CATEGORY_UNSPECIFIED",
            "HARM_CATEGORY_HATE_SPEECH",
            "HARM_CATEGORY_DANGEROUS_CONTENT",
            "HARM_CATEGORY_HARASSMENT",
            "HARM_CATEGORY_SEXUALLY_EXPLICIT",
            "HARM_CATEGORY_CIVIC_INTEGRITY",
            "HARM_CATEGORY_IMAGE_HATE",
            "HARM_CATEGORY_IMAGE_DANGEROUS_CONTENT",
            "HARM_CATEGORY_IMAGE_HARASSMENT",
            "HARM_CATEGORY_IMAGE_SEXUALLY_EXPLICIT",
            "HARM_CATEGORY_JAILBREAK"
          ],
          "enumDeprecated": [
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Content that promotes violence or incites hatred against individuals or groups based on certain attributes.",
            "Content that promotes, facilitates, or enables dangerous activities.",
            "Abusive, threatening, or content intended to bully, torment, or ridicule.",
            "Content that contains sexually explicit material.",
            "Deprecated: Election filter is not longer supported. The harm category is civic integrity.",
            "Images that contain hate speech.",
            "Images that contain dangerous content.",
            "Images that contain harassment.",
            "Images that contain sexually explicit content.",
            "Prompts designed to bypass safety filters."
          ]
        },
        "method": {
          "description": "Optional. The method for blocking content. If not specified, the default behavior is to use the probability score.",
          "enumDescriptions": [
            "The harm block method is unspecified.",
            "The harm block method uses both probability and severity scores.",
            "The harm block method uses the probability score."
          ],
          "enum": [
            "HARM_BLOCK_METHOD_UNSPECIFIED",
            "SEVERITY",
            "PROBABILITY"
          ],
          "type": "string"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaFileData": {
      "properties": {
        "mimeType": {
          "type": "string",
          "description": "Optional. The IANA standard MIME type of the source data."
        },
        "fileUri": {
          "description": "Required. URI.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaFileData",
      "description": "URI based data."
    },
    "GoogleAiGenerativelanguageV1betaFunctionResponsePart": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaFunctionResponsePart",
      "description": "A datatype containing media that is part of a `FunctionResponse` message. A `FunctionResponsePart` consists of data which has an associated datatype. A `FunctionResponsePart` can only contain one of the accepted types in `FunctionResponsePart.data`. A `FunctionResponsePart` must have a fixed IANA MIME type identifying the type and subtype of the media if the `inline_data` field is filled with raw bytes.",
      "properties": {
        "inlineData": {
          "description": "Inline media bytes.",
          "$ref": "GoogleAiGenerativelanguageV1betaFunctionResponseBlob"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1GroundingChunkImage": {
      "id": "GoogleCloudAiplatformV1beta1GroundingChunkImage",
      "description": "An `Image` chunk is a piece of evidence that comes from an image search result. It contains the URI of the image search result and the URI of the image. This is used to provide the user with a link to the source of the information.",
      "type": "object",
      "properties": {
        "imageUri": {
          "type": "string",
          "description": "The URI of the image."
        },
        "sourceUri": {
          "description": "The URI of the image search result page.",
          "type": "string"
        },
        "title": {
          "type": "string",
          "description": "The title of the image search result page."
        },
        "domain": {
          "description": "The domain of the image search result page.",
          "type": "string"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1AuthConfig": {
      "properties": {
        "oauthConfig": {
          "$ref": "GoogleCloudAiplatformV1beta1AuthConfigOauthConfig",
          "description": "Config for user oauth."
        },
        "oidcConfig": {
          "description": "Config for user OIDC auth.",
          "$ref": "GoogleCloudAiplatformV1beta1AuthConfigOidcConfig"
        },
        "authType": {
          "description": "Type of auth scheme.",
          "enumDescriptions": [
            "",
            "No Auth.",
            "API Key Auth.",
            "HTTP Basic Auth.",
            "Google Service Account Auth.",
            "OAuth auth.",
            "OpenID Connect (OIDC) Auth."
          ],
          "enum": [
            "AUTH_TYPE_UNSPECIFIED",
            "NO_AUTH",
            "API_KEY_AUTH",
            "HTTP_BASIC_AUTH",
            "GOOGLE_SERVICE_ACCOUNT_AUTH",
            "OAUTH",
            "OIDC_AUTH"
          ],
          "type": "string"
        },
        "googleServiceAccountConfig": {
          "$ref": "GoogleCloudAiplatformV1beta1AuthConfigGoogleServiceAccountConfig",
          "description": "Config for Google Service Account auth."
        },
        "apiKeyConfig": {
          "description": "Config for API key auth.",
          "$ref": "GoogleCloudAiplatformV1beta1AuthConfigApiKeyConfig"
        },
        "httpBasicAuthConfig": {
          "description": "Config for HTTP Basic auth.",
          "$ref": "GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1AuthConfig",
      "description": "Auth configuration to run the extension."
    },
    "GoogleCloudAiplatformV1beta1GenerationConfigModelConfig": {
      "properties": {
        "featureSelectionPreference": {
          "type": "string",
          "description": "Required. Feature selection preference.",
          "enumDescriptions": [
            "Unspecified feature selection preference.",
            "Prefer higher quality over lower cost.",
            "Balanced feature selection preference.",
            "Prefer lower cost over higher quality."
          ],
          "enum": [
            "FEATURE_SELECTION_PREFERENCE_UNSPECIFIED",
            "PRIORITIZE_QUALITY",
            "BALANCED",
            "PRIORITIZE_COST"
          ]
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GenerationConfigModelConfig",
      "description": "Config for model selection."
    },
    "GoogleCloudAiplatformV1beta1LogprobsResult": {
      "properties": {
        "topCandidates": {
          "description": "A list of the top candidate tokens at each decoding step. The length of this list is equal to the total number of decoding steps.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1LogprobsResultTopCandidates"
          },
          "type": "array"
        },
        "chosenCandidates": {
          "type": "array",
          "description": "A list of the chosen candidate tokens at each decoding step. The length of this list is equal to the total number of decoding steps. Note that the chosen candidate might not be in `top_candidates`.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1LogprobsResultCandidate"
          }
        }
      },
      "id": "GoogleCloudAiplatformV1beta1LogprobsResult",
      "description": "The log probabilities of the tokens generated by the model. This is useful for understanding the model's confidence in its predictions and for debugging. For example, you can use log probabilities to identify when the model is making a less confident prediction or to explore alternative responses that the model considered. A low log probability can also indicate that the model is \"hallucinating\" or generating factually incorrect information.",
      "type": "object"
    },
    "TelemetryConfig": {
      "id": "TelemetryConfig",
      "description": "Configuration for telemetry. Telemetry is the collection of metrics, logs, and traces recorded by the Firebase AI Logic backend.",
      "type": "object",
      "properties": {
        "mode": {
          "type": "string",
          "description": "Optional. The current monitoring mode used for this project.",
          "enumDescriptions": [
            "Unspecified mode. Not intended for use.",
            "Telemetry is disabled by default.",
            "The collection of metrics, logs, and traces is enabled."
          ],
          "enum": [
            "MODE_UNSPECIFIED",
            "NONE",
            "ALL"
          ]
        },
        "samplingRate": {
          "description": "Optional. The percentage of requests to be sampled, expressed as a fraction in the range (0,1]. Note that the actual sampling rate may be lower than the specified value if the system is overloaded. Default is 1.0.",
          "type": "number",
          "format": "double"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1VoiceConfig": {
      "properties": {
        "prebuiltVoiceConfig": {
          "description": "The configuration for a prebuilt voice.",
          "$ref": "GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig"
        },
        "replicatedVoiceConfig": {
          "$ref": "GoogleCloudAiplatformV1beta1ReplicatedVoiceConfig",
          "description": "Optional. The configuration for a replicated voice. This enables users to replicate a voice from an audio sample."
        }
      },
      "id": "GoogleCloudAiplatformV1beta1VoiceConfig",
      "description": "Configuration for a voice.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaToolMcpServer": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaToolMcpServer",
      "description": "A MCPServer is a server that can be called by the model to perform actions. It is a server that implements the MCP protocol. Next ID: 6",
      "properties": {
        "name": {
          "type": "string",
          "description": "The name of the MCPServer."
        },
        "streamableHttpTransport": {
          "$ref": "GoogleAiGenerativelanguageV1betaToolMcpServerStreamableHttpTransport",
          "description": "A transport that can stream HTTP requests and responses."
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaRetrievalConfig": {
      "properties": {
        "latLng": {
          "description": "Optional. The location of the user.",
          "$ref": "LatLng"
        },
        "languageCode": {
          "type": "string",
          "description": "Optional. The language code of the user. Language code for content. Use language tags defined by [BCP47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt)."
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaRetrievalConfig",
      "description": "Retrieval config.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaUrlContextMetadata": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaUrlContextMetadata",
      "description": "Metadata related to url context retrieval tool.",
      "properties": {
        "urlMetadata": {
          "type": "array",
          "description": "List of url context.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaUrlMetadata"
          }
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaCountTokensRequest": {
      "properties": {
        "contents": {
          "type": "array",
          "description": "Optional. The input given to the model as a prompt. This field is ignored when `generate_content_request` is set.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaContent"
          }
        },
        "generateContentRequest": {
          "description": "Optional. The overall input given to the `Model`. This includes the prompt as well as other model steering information like [system instructions](https://ai.google.dev/gemini-api/docs/system-instructions), and/or function declarations for [function calling](https://ai.google.dev/gemini-api/docs/function-calling). `Model`s/`Content`s and `generate_content_request`s are mutually exclusive. You can either send `Model` + `Content`s or a `generate_content_request`, but never both.",
          "$ref": "GoogleAiGenerativelanguageV1betaGenerateContentRequest"
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaCountTokensRequest",
      "description": "Counts the number of tokens in the `prompt` sent to a model. Models may tokenize text differently, so each model may return a different `token_count`."
    },
    "ExecutableCode": {
      "properties": {
        "language": {
          "type": "string",
          "description": "Required. Programming language of the `code`. String representation of a Gemini ExecutableCode.Language enum http://google3/google/ai/generativelanguage/v1main/content.proto?q=symbol:%5CbLanguage%5Cb"
        },
        "code": {
          "type": "string",
          "description": "Required. The code to be executed."
        }
      },
      "id": "ExecutableCode",
      "description": "An element in the history that represents code generated by the model that is meant to be executed, and the result returned to the model.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaGroundingChunk": {
      "properties": {
        "image": {
          "$ref": "GoogleAiGenerativelanguageV1betaGroundingChunkImage",
          "description": "Optional. Grounding chunk from image search."
        },
        "retrievedContext": {
          "description": "Optional. Grounding chunk from context retrieved by the file search tool.",
          "$ref": "GoogleAiGenerativelanguageV1betaGroundingChunkRetrievedContext"
        },
        "web": {
          "description": "Grounding chunk from the web.",
          "$ref": "GoogleAiGenerativelanguageV1betaGroundingChunkWeb"
        },
        "maps": {
          "$ref": "GoogleAiGenerativelanguageV1betaGroundingChunkMaps",
          "description": "Optional. Grounding chunk from Google Maps."
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaGroundingChunk",
      "description": "A `GroundingChunk` represents a segment of supporting evidence that grounds the model's response. It can be a chunk from the web, a retrieved context from a file, or information from Google Maps."
    },
    "GoogleAiGenerativelanguageV1betaTool": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaTool",
      "description": "Tool details that the model may use to generate response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model. Next ID: 16",
      "properties": {
        "codeExecution": {
          "description": "Optional. Enables the model to execute code as part of generation.",
          "$ref": "GoogleAiGenerativelanguageV1betaCodeExecution"
        },
        "fileSearch": {
          "$ref": "GoogleAiGenerativelanguageV1betaFileSearch",
          "description": "Optional. FileSearch tool type. Tool to retrieve knowledge from Semantic Retrieval corpora."
        },
        "googleSearch": {
          "$ref": "GoogleAiGenerativelanguageV1betaToolGoogleSearch",
          "description": "Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google."
        },
        "urlContext": {
          "$ref": "GoogleAiGenerativelanguageV1betaUrlContext",
          "description": "Optional. Tool to support URL context retrieval."
        },
        "functionDeclarations": {
          "description": "Optional. A list of `FunctionDeclarations` available to the model that can be used for function calling. The model or system does not execute the function. Instead the defined function may be returned as a FunctionCall with arguments to the client side for execution. The model may decide to call a subset of these functions by populating FunctionCall in the response. The next conversation turn may contain a FunctionResponse with the Content.role \"function\" generation context for the next model turn.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaFunctionDeclaration"
          },
          "type": "array"
        },
        "computerUse": {
          "$ref": "GoogleAiGenerativelanguageV1betaToolComputerUse",
          "description": "Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically populates computer-use specific Function Declarations."
        },
        "mcpServers": {
          "description": "Optional. MCP Servers to connect to.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaToolMcpServer"
          },
          "type": "array"
        },
        "googleSearchRetrieval": {
          "description": "Optional. Retrieval tool that is powered by Google search.",
          "$ref": "GoogleAiGenerativelanguageV1betaGoogleSearchRetrieval"
        },
        "googleMaps": {
          "description": "Optional. Tool that allows grounding the model's response with geospatial context related to the user's query.",
          "$ref": "GoogleAiGenerativelanguageV1betaGoogleMaps"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1UrlMetadata": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1UrlMetadata",
      "description": "The metadata for a single URL retrieval.",
      "properties": {
        "urlRetrievalStatus": {
          "description": "The status of the URL retrieval.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The URL was retrieved successfully.",
            "The URL retrieval failed."
          ],
          "enum": [
            "URL_RETRIEVAL_STATUS_UNSPECIFIED",
            "URL_RETRIEVAL_STATUS_SUCCESS",
            "URL_RETRIEVAL_STATUS_ERROR"
          ],
          "type": "string"
        },
        "retrievedUrl": {
          "description": "The URL retrieved by the tool.",
          "type": "string"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaUrlMetadata": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaUrlMetadata",
      "description": "Context of the a single url retrieval.",
      "properties": {
        "retrievedUrl": {
          "description": "Retrieved url by the tool.",
          "type": "string"
        },
        "urlRetrievalStatus": {
          "description": "Status of the url retrieval.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Url retrieval is successful.",
            "Url retrieval is failed due to error.",
            "Url retrieval is failed because the content is behind paywall.",
            "Url retrieval is failed because the content is unsafe."
          ],
          "enum": [
            "URL_RETRIEVAL_STATUS_UNSPECIFIED",
            "URL_RETRIEVAL_STATUS_SUCCESS",
            "URL_RETRIEVAL_STATUS_ERROR",
            "URL_RETRIEVAL_STATUS_PAYWALL",
            "URL_RETRIEVAL_STATUS_UNSAFE"
          ],
          "type": "string"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1GroundingChunkMaps": {
      "properties": {
        "text": {
          "type": "string",
          "description": "The text of the place answer."
        },
        "route": {
          "description": "Output only. Route information.",
          "readOnly": true,
          "$ref": "GoogleCloudAiplatformV1beta1GroundingChunkMapsRoute"
        },
        "placeId": {
          "description": "This Place's resource name, in `places/{place_id}` format. This can be used to look up the place in the Google Maps API.",
          "type": "string"
        },
        "placeAnswerSources": {
          "$ref": "GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources",
          "description": "The sources that were used to generate the place answer. This includes review snippets and photos that were used to generate the answer, as well as URIs to flag content."
        },
        "uri": {
          "description": "The URI of the place.",
          "type": "string"
        },
        "title": {
          "description": "The title of the place.",
          "type": "string"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1GroundingChunkMaps",
      "description": "A `Maps` chunk is a piece of evidence that comes from Google Maps, containing information about places or routes. This is used to provide the user with rich, location-based information.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaAttributionSourceIdSemanticRetrieverChunk": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaAttributionSourceIdSemanticRetrieverChunk",
      "description": "Identifier for a `Chunk` retrieved via Semantic Retriever specified in the `GenerateAnswerRequest` using `SemanticRetrieverConfig`.",
      "properties": {
        "chunk": {
          "description": "Output only. Name of the `Chunk` containing the attributed text. Example: `corpora/123/documents/abc/chunks/xyz`",
          "type": "string",
          "readOnly": true
        },
        "source": {
          "type": "string",
          "description": "Output only. Name of the source matching the request's `SemanticRetrieverConfig.source`. Example: `corpora/123` or `corpora/123/documents/abc`",
          "readOnly": true
        }
      }
    },
    "GoogleCloudAiplatformV1beta1AudioResponseFormat": {
      "properties": {
        "mimeType": {
          "description": "Optional. The MIME type of the audio output.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "MP3 audio format.",
            "OGG Opus audio format.",
            "Raw PCM (L16) audio format.",
            "WAV audio format.",
            "A-law audio format.",
            "Mu-law audio format."
          ],
          "enum": [
            "MIME_TYPE_UNSPECIFIED",
            "AUDIO_MP3",
            "AUDIO_OGG_OPUS",
            "AUDIO_L16",
            "AUDIO_WAV",
            "AUDIO_ALAW",
            "AUDIO_MULAW"
          ],
          "type": "string"
        },
        "sampleRate": {
          "description": "Optional. Sample rate for the generated audio in Hertz.",
          "type": "integer",
          "format": "int32"
        },
        "delivery": {
          "type": "string",
          "description": "Optional. Delivery mode for the generated content.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Generated bytes are returned inline in the response.",
            "Generated content is stored and a URI is returned."
          ],
          "enum": [
            "DELIVERY_UNSPECIFIED",
            "INLINE",
            "URI"
          ]
        },
        "bitRate": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Bit rate in bits per second (bps). Only applicable for compressed formats (MP3, Opus)."
        }
      },
      "id": "GoogleCloudAiplatformV1beta1AudioResponseFormat",
      "description": "Configuration for audio-specific output formatting.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata": {
      "properties": {
        "candidatesTokensDetails": {
          "description": "Output only. A detailed breakdown of the token count for each modality in the generated candidates.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1ModalityTokenCount"
          },
          "type": "array",
          "readOnly": true
        },
        "thoughtsTokenCount": {
          "readOnly": true,
          "format": "int32",
          "type": "integer",
          "description": "Output only. The number of tokens that were part of the model's generated \"thoughts\" output, if applicable."
        },
        "cachedContentTokenCount": {
          "description": "Output only. The number of tokens in the cached content that was used for this request.",
          "type": "integer",
          "readOnly": true,
          "format": "int32"
        },
        "cacheTokensDetails": {
          "type": "array",
          "description": "Output only. A detailed breakdown of the token count for each modality in the cached content.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1ModalityTokenCount"
          },
          "readOnly": true
        },
        "candidatesTokenCount": {
          "type": "integer",
          "description": "The total number of tokens in the generated candidates.",
          "format": "int32"
        },
        "totalTokenCount": {
          "format": "int32",
          "type": "integer",
          "description": "The total number of tokens for the entire request. This is the sum of `prompt_token_count`, `candidates_token_count`, `tool_use_prompt_token_count`, and `thoughts_token_count`."
        },
        "trafficType": {
          "enumDescriptions": [
            "Unspecified request traffic type.",
            "The request was processed using Pay-As-You-Go quota.",
            "Type for Priority Pay-As-You-Go traffic.",
            "Type for Flex traffic.",
            "Type for Provisioned Throughput traffic."
          ],
          "type": "string",
          "readOnly": true,
          "description": "Output only. The traffic type for this request.",
          "enum": [
            "TRAFFIC_TYPE_UNSPECIFIED",
            "ON_DEMAND",
            "ON_DEMAND_PRIORITY",
            "ON_DEMAND_FLEX",
            "PROVISIONED_THROUGHPUT"
          ]
        },
        "promptTokensDetails": {
          "readOnly": true,
          "description": "Output only. A detailed breakdown of the token count for each modality in the prompt.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1ModalityTokenCount"
          },
          "type": "array"
        },
        "toolUsePromptTokenCount": {
          "readOnly": true,
          "format": "int32",
          "type": "integer",
          "description": "Output only. The number of tokens in the results from tool executions, which are provided back to the model as input, if applicable."
        },
        "toolUsePromptTokensDetails": {
          "description": "Output only. A detailed breakdown by modality of the token counts from the results of tool executions, which are provided back to the model as input.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1ModalityTokenCount"
          },
          "type": "array",
          "readOnly": true
        },
        "promptTokenCount": {
          "description": "The total number of tokens in the prompt. This includes any text, images, or other media provided in the request. When `cached_content` is set, this also includes the number of tokens in the cached content.",
          "type": "integer",
          "format": "int32"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GenerateContentResponseUsageMetadata",
      "description": "Usage metadata about the content generation request and response. This message provides a detailed breakdown of token usage and other relevant metrics."
    },
    "GoogleCloudAiplatformV1beta1PartMediaResolution": {
      "properties": {
        "level": {
          "type": "string",
          "description": "The tokenization quality used for given media.",
          "enumDescriptions": [
            "Media resolution has not been set.",
            "Media resolution set to low.",
            "Media resolution set to medium.",
            "Media resolution set to high.",
            "Media resolution set to ultra high. This is for image only."
          ],
          "enum": [
            "MEDIA_RESOLUTION_UNSPECIFIED",
            "MEDIA_RESOLUTION_LOW",
            "MEDIA_RESOLUTION_MEDIUM",
            "MEDIA_RESOLUTION_HIGH",
            "MEDIA_RESOLUTION_ULTRA_HIGH"
          ]
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1PartMediaResolution",
      "description": "per part media resolution. Media resolution for the input media."
    },
    "GoogleAiGenerativelanguageV1betaRetrievalMetadata": {
      "properties": {
        "googleSearchDynamicRetrievalScore": {
          "format": "float",
          "type": "number",
          "description": "Optional. Score indicating how likely information from google search could help answer the prompt. The score is in the range [0, 1], where 0 is the least likely and 1 is the most likely. This score is only populated when google search grounding and dynamic retrieval is enabled. It will be compared to the threshold to determine whether to trigger google search."
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaRetrievalMetadata",
      "description": "Metadata related to retrieval in the grounding flow.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1FunctionCallingConfig": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1FunctionCallingConfig",
      "description": "Function calling config.",
      "properties": {
        "mode": {
          "description": "Optional. Function calling mode.",
          "enumDescriptions": [
            "Unspecified function calling mode. This value should not be used.",
            "Default model behavior, model decides to predict either function calls or natural language response.",
            "Model is constrained to always predicting function calls only. If \"allowed_function_names\" are set, the predicted function calls will be limited to any one of \"allowed_function_names\", else the predicted function calls will be any one of the provided \"function_declarations\".",
            "Model will not predict any function calls. Model behavior is same as when not passing any function declarations.",
            "Model is constrained to predict either function calls or natural language response. If \"allowed_function_names\" are set, the predicted function calls will be limited to any one of \"allowed_function_names\", else the predicted function calls will be any one of the provided \"function_declarations\"."
          ],
          "enum": [
            "MODE_UNSPECIFIED",
            "AUTO",
            "ANY",
            "NONE",
            "VALIDATED"
          ],
          "type": "string"
        },
        "streamFunctionCallArguments": {
          "description": "Optional. When set to true, arguments of a single function call will be streamed out in multiple parts/contents/responses. Partial parameter results will be returned in the `FunctionCall.partial_args` field.",
          "type": "boolean"
        },
        "allowedFunctionNames": {
          "type": "array",
          "description": "Optional. Function names to call. Only set when the Mode is ANY. Function names should match FunctionDeclaration.name. With mode set to ANY, model will predict a function call from the set of function names provided.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleCloudAiplatformV1beta1GenerationConfig": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GenerationConfig",
      "description": "Configuration for content generation. This message contains all the parameters that control how the model generates content. It allows you to influence the randomness, length, and structure of the output.",
      "properties": {
        "candidateCount": {
          "format": "int32",
          "description": "Optional. The number of candidate responses to generate. A higher `candidate_count` can provide more options to choose from, but it also consumes more resources. This can be useful for generating a variety of responses and selecting the best one.",
          "type": "integer"
        },
        "modelConfig": {
          "$ref": "GoogleCloudAiplatformV1beta1GenerationConfigModelConfig",
          "deprecated": true,
          "description": "Optional. Config for model selection."
        },
        "logprobs": {
          "format": "int32",
          "description": "Optional. The number of top log probabilities to return for each token. This can be used to see which other tokens were considered likely candidates for a given position. A higher value will return more options, but it will also increase the size of the response.",
          "type": "integer"
        },
        "responseModalities": {
          "type": "array",
          "description": "Optional. The modalities of the response. The model will generate a response that includes all the specified modalities. For example, if this is set to `[TEXT, IMAGE]`, the response will include both text and an image.",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "Unspecified modality. Will be processed as text.",
              "Text modality.",
              "Image modality.",
              "Audio modality.",
              "Video modality."
            ],
            "enum": [
              "MODALITY_UNSPECIFIED",
              "TEXT",
              "IMAGE",
              "AUDIO",
              "VIDEO"
            ]
          }
        },
        "mediaResolution": {
          "description": "Optional. The token resolution at which input media content is sampled. This is used to control the trade-off between the quality of the response and the number of tokens used to represent the media. A higher resolution allows the model to perceive more detail, which can lead to a more nuanced response, but it will also use more tokens. This does not affect the image dimensions sent to the model.",
          "enumDescriptions": [
            "Media resolution has not been set.",
            "Media resolution set to low (64 tokens).",
            "Media resolution set to medium (256 tokens).",
            "Media resolution set to high (zoomed reframing with 256 tokens)."
          ],
          "enum": [
            "MEDIA_RESOLUTION_UNSPECIFIED",
            "MEDIA_RESOLUTION_LOW",
            "MEDIA_RESOLUTION_MEDIUM",
            "MEDIA_RESOLUTION_HIGH"
          ],
          "type": "string"
        },
        "enableAffectiveDialog": {
          "type": "boolean",
          "description": "Optional. If enabled, the model will detect emotions and adapt its responses accordingly. For example, if the model detects that the user is frustrated, it may provide a more empathetic response."
        },
        "presencePenalty": {
          "type": "number",
          "description": "Optional. Penalizes tokens that have already appeared in the generated text. A positive value encourages the model to generate more diverse and less repetitive text. Valid values can range from [-2.0, 2.0].",
          "format": "float"
        },
        "frequencyPenalty": {
          "format": "float",
          "description": "Optional. Penalizes tokens based on their frequency in the generated text. A positive value helps to reduce the repetition of words and phrases. Valid values can range from [-2.0, 2.0].",
          "type": "number"
        },
        "responseJsonSchema": {
          "description": "Optional. When this field is set, response_schema must be omitted and response_mime_type must be set to `application/json`. Deprecated: Use `response_format` instead.",
          "deprecated": true,
          "type": "any"
        },
        "maxOutputTokens": {
          "type": "integer",
          "description": "Optional. The maximum number of tokens to generate in the response. A token is approximately four characters. The default value varies by model. This parameter can be used to control the length of the generated text and prevent overly long responses.",
          "format": "int32"
        },
        "seed": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. A seed for the random number generator. By setting a seed, you can make the model's output mostly deterministic. For a given prompt and parameters (like temperature, top_p, etc.), the model will produce the same response every time. However, it's not a guaranteed absolute deterministic behavior. This is different from parameters like `temperature`, which control the *level* of randomness. `seed` ensures that the \"random\" choices the model makes are the same on every run, making it essential for testing and ensuring reproducible results."
        },
        "routingConfig": {
          "description": "Optional. Routing configuration.",
          "$ref": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfig"
        },
        "responseLogprobs": {
          "description": "Optional. If set to true, the log probabilities of the output tokens are returned. Log probabilities are the logarithm of the probability of a token appearing in the output. A higher log probability means the token is more likely to be generated. This can be useful for analyzing the model's confidence in its own output and for debugging.",
          "type": "boolean"
        },
        "audioTimestamp": {
          "description": "Optional. If enabled, audio timestamps will be included in the request to the model. This can be useful for synchronizing audio with other modalities in the response.",
          "type": "boolean"
        },
        "temperature": {
          "format": "float",
          "type": "number",
          "description": "Optional. Controls the randomness of the output. A higher temperature results in more creative and diverse responses, while a lower temperature makes the output more predictable and focused. The valid range is (0.0, 2.0]."
        },
        "stopSequences": {
          "description": "Optional. A list of character sequences that will stop the model from generating further tokens. If a stop sequence is generated, the output will end at that point. This is useful for controlling the length and structure of the output. For example, you can use [\"\\n\", \"###\"] to stop generation at a new line or a specific marker.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "speechConfig": {
          "$ref": "GoogleCloudAiplatformV1beta1SpeechConfig",
          "description": "Optional. The speech generation config."
        },
        "imageConfig": {
          "description": "Optional. Config for image generation features. Deprecated: Use `response_format.image` instead.",
          "deprecated": true,
          "$ref": "GoogleCloudAiplatformV1beta1ImageConfig"
        },
        "topK": {
          "type": "number",
          "description": "Optional. Specifies the top-k sampling threshold. The model considers only the top k most probable tokens for the next token. This can be useful for generating more coherent and less random text. For example, a `top_k` of 40 means the model will choose the next word from the 40 most likely words.",
          "format": "float"
        },
        "responseMimeType": {
          "description": "Optional. The IANA standard MIME type of the response. The model will generate output that conforms to this MIME type. Supported values include 'text/plain' (default) and 'application/json'. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. Deprecated: Use `response_format` instead.",
          "deprecated": true,
          "type": "string"
        },
        "responseSchema": {
          "$ref": "GoogleCloudAiplatformV1beta1Schema",
          "deprecated": true,
          "description": "Optional. Lets you to specify a schema for the model's response, ensuring that the output conforms to a particular structure. This is useful for generating structured data such as JSON. The schema is a subset of the [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema) object. When this field is set, you must also set the `response_mime_type` to `application/json`. Deprecated: Use `response_format` instead."
        },
        "topP": {
          "description": "Optional. Specifies the nucleus sampling threshold. The model considers only the smallest set of tokens whose cumulative probability is at least `top_p`. This helps generate more diverse and less repetitive responses. For example, a `top_p` of 0.9 means the model considers tokens until the cumulative probability of the tokens to select from reaches 0.9. It's recommended to adjust either temperature or `top_p`, but not both.",
          "type": "number",
          "format": "float"
        },
        "thinkingConfig": {
          "$ref": "GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig",
          "description": "Optional. Configuration for thinking features. An error will be returned if this field is set for models that don't support thinking."
        },
        "responseFormat": {
          "description": "Optional. New response format field for the model to configure output formatting and delivery.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1ResponseFormat"
          },
          "type": "array"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ToolConfig": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1ToolConfig",
      "description": "Tool config. This config is shared for all tools provided in the request.",
      "properties": {
        "functionCallingConfig": {
          "description": "Optional. Function calling config.",
          "$ref": "GoogleCloudAiplatformV1beta1FunctionCallingConfig"
        },
        "retrievalConfig": {
          "$ref": "GoogleCloudAiplatformV1beta1RetrievalConfig",
          "description": "Optional. Retrieval config."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1Blob": {
      "id": "GoogleCloudAiplatformV1beta1Blob",
      "description": "A content blob. A Blob contains data of a specific media type. It is used to represent images, audio, and video.",
      "type": "object",
      "properties": {
        "displayName": {
          "description": "Optional. The display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in `PromptMessage` for prompt management. It is used in the Gemini calls only when server-side tools (`code_execution`, `google_search`, and `url_context`) are enabled.",
          "type": "string"
        },
        "mimeType": {
          "type": "string",
          "description": "Required. The IANA standard MIME type of the source data."
        },
        "data": {
          "description": "Required. The raw bytes of the data.",
          "type": "string",
          "format": "byte"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ToolGoogleSearchImageSearch": {
      "properties": {},
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1ToolGoogleSearchImageSearch",
      "description": "Image search for grounding and related configurations."
    },
    "GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GenerationConfigThinkingConfig",
      "description": "Configuration for the model's thinking features. \"Thinking\" is a process where the model breaks down a complex task into smaller, manageable steps. This allows the model to reason about the task, plan its approach, and execute the plan to generate a high-quality response.",
      "properties": {
        "includeThoughts": {
          "type": "boolean",
          "description": "Optional. If true, the model will include its thoughts in the response. \"Thoughts\" are the intermediate steps the model takes to arrive at the final response. They can provide insights into the model's reasoning process and help with debugging. If this is true, thoughts are returned only when available."
        },
        "thinkingBudget": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. The token budget for the model's thinking process. The model will make a best effort to stay within this budget. This can be used to control the trade-off between response quality and latency."
        },
        "thinkingLevel": {
          "type": "string",
          "description": "Optional. The number of thoughts tokens that the model should generate.",
          "enumDescriptions": [
            "Unspecified thinking level.",
            "Low thinking level.",
            "Medium thinking level.",
            "High thinking level.",
            "MINIMAL thinking level."
          ],
          "enum": [
            "THINKING_LEVEL_UNSPECIFIED",
            "LOW",
            "MEDIUM",
            "HIGH",
            "MINIMAL"
          ]
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaGroundingChunkMapsPlaceAnswerSourcesReviewSnippet": {
      "id": "GoogleAiGenerativelanguageV1betaGroundingChunkMapsPlaceAnswerSourcesReviewSnippet",
      "description": "Encapsulates a snippet of a user review that answers a question about the features of a specific place in Google Maps.",
      "type": "object",
      "properties": {
        "title": {
          "description": "Title of the review.",
          "type": "string"
        },
        "reviewId": {
          "type": "string",
          "description": "The ID of the review snippet."
        },
        "googleMapsUri": {
          "type": "string",
          "description": "A link that corresponds to the user review on Google Maps."
        }
      }
    },
    "HistoryPart": {
      "type": "object",
      "id": "HistoryPart",
      "description": "A single message from the conversation history list. This can represent a plain text message, a request to invoke a client-side function or the output from invoking a client-side function.",
      "properties": {
        "functionCall": {
          "$ref": "FunctionCall",
          "description": "Optional. A request to invoke a client-side function"
        },
        "inlineData": {
          "$ref": "Blob",
          "description": "Optional. Inline media bytes."
        },
        "codeExecutionResult": {
          "$ref": "CodeExecutionResult",
          "description": "Optional. Result of executing the `ExecutableCode`."
        },
        "thought": {
          "description": "Optional. Indicates if the part is thought from the model.",
          "type": "boolean"
        },
        "functionResponse": {
          "$ref": "FunctionResponse",
          "description": "Optional. The output from a client-side function invocation"
        },
        "fileData": {
          "$ref": "FileData",
          "description": "Optional. URI based data."
        },
        "text": {
          "description": "Optional. A plain text message from one party in the conversation.",
          "type": "string"
        },
        "executableCode": {
          "description": "Optional. Code generated by the model that is meant to be executed.",
          "$ref": "ExecutableCode"
        },
        "thoughtSignature": {
          "description": "Optional. Represents an opaque signature for the thought so it can be reused in subsequent requests.",
          "type": "string",
          "format": "byte"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1FunctionResponseBlob": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1FunctionResponseBlob",
      "description": "Raw media bytes for function response. Text should not be sent as raw bytes, use the 'text' field.",
      "properties": {
        "displayName": {
          "description": "Optional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is currently used in the Gemini GenerateContent calls only when server side tools (code_execution, google_search, and url_context) are enabled.",
          "type": "string"
        },
        "mimeType": {
          "type": "string",
          "description": "Required. The IANA standard MIME type of the source data."
        },
        "data": {
          "format": "byte",
          "type": "string",
          "description": "Required. Raw bytes."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ImageConfig": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1ImageConfig",
      "description": "Configuration for image generation. This message allows you to control various aspects of image generation, such as the output format, aspect ratio, and whether the model can generate images of people.",
      "properties": {
        "imageOutputOptions": {
          "$ref": "GoogleCloudAiplatformV1beta1ImageConfigImageOutputOptions",
          "description": "Optional. The image output format for generated images."
        },
        "imageSize": {
          "type": "string",
          "description": "Optional. Specifies the size of generated images. Supported values are `1K`, `2K`, `4K`. If not specified, the model will use default value `1K`."
        },
        "prominentPeople": {
          "description": "Optional. Controls whether prominent people (celebrities) generation is allowed. If used with personGeneration, personGeneration enum would take precedence. For instance, if ALLOW_NONE is set, all person generation would be blocked. If this field is unspecified, the default behavior is to allow prominent people.",
          "enumDescriptions": [
            "Unspecified value. The model will proceed with the default behavior, which is to allow generation of prominent people.",
            "Allows the model to generate images of prominent people.",
            "Prevents the model from generating images of prominent people."
          ],
          "enum": [
            "PROMINENT_PEOPLE_UNSPECIFIED",
            "ALLOW_PROMINENT_PEOPLE",
            "BLOCK_PROMINENT_PEOPLE"
          ],
          "type": "string"
        },
        "personGeneration": {
          "type": "string",
          "description": "Optional. Controls whether the model can generate people.",
          "enumDescriptions": [
            "The default behavior is unspecified. The model will decide whether to generate images of people.",
            "Allows the model to generate images of people, including adults and children.",
            "Allows the model to generate images of adults, but not children.",
            "Prevents the model from generating images of people."
          ],
          "enum": [
            "PERSON_GENERATION_UNSPECIFIED",
            "ALLOW_ALL",
            "ALLOW_ADULT",
            "ALLOW_NONE"
          ]
        },
        "aspectRatio": {
          "type": "string",
          "description": "Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: \"1:1\" \"2:3\", \"3:2\" \"3:4\", \"4:3\" \"4:5\", \"5:4\" \"9:16\", \"16:9\" \"21:9\""
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaPredictResponse": {
      "properties": {
        "predictions": {
          "description": "The outputs of the prediction call.",
          "items": {
            "type": "any"
          },
          "type": "array"
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaPredictResponse",
      "description": "Response message for [PredictionService.Predict]."
    },
    "GoogleCloudAiplatformV1beta1Content": {
      "properties": {
        "role": {
          "description": "Optional. The producer of the content. Must be either 'user' or 'model'. If not set, the service will default to 'user'.",
          "type": "string"
        },
        "parts": {
          "description": "Required. A list of Part objects that make up a single message. Parts of a message can have different MIME types. A Content message must have at least one Part.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1Part"
          },
          "type": "array"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1Content",
      "description": "The structured data content of a message. A Content message contains a `role` field, which indicates the producer of the content, and a `parts` field, which contains the multi-part data of the message.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaModelStatus": {
      "properties": {
        "modelStage": {
          "description": "The stage of the underlying model.",
          "enum": [
            "MODEL_STAGE_UNSPECIFIED",
            "UNSTABLE_EXPERIMENTAL",
            "EXPERIMENTAL",
            "PREVIEW",
            "STABLE",
            "LEGACY",
            "DEPRECATED",
            "RETIRED"
          ],
          "enumDeprecated": [
            false,
            true,
            false,
            false,
            false,
            false,
            true,
            false
          ],
          "enumDescriptions": [
            "Unspecified model stage.",
            "The underlying model is subject to lots of tunings.",
            "Models in this stage are for experimental purposes only.",
            "Models in this stage are more mature than experimental models.",
            "Models in this stage are considered stable and ready for production use.",
            "If the model is on this stage, it means that this model is on the path to deprecation in near future. Only existing customers can use this model.",
            "Models in this stage are deprecated. These models cannot be used.",
            "Models in this stage are retired. These models cannot be used."
          ],
          "type": "string"
        },
        "retirementTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "The time at which the model will be retired."
        },
        "message": {
          "description": "A message explaining the model status.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaModelStatus",
      "description": "The status of the underlying model. This is used to indicate the stage of the underlying model and the retirement time if applicable."
    },
    "GoogleCloudAiplatformV1beta1TextResponseFormat": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1TextResponseFormat",
      "description": "Configuration for text-specific output formatting.",
      "properties": {
        "mimeType": {
          "description": "Optional. The IANA standard MIME type of the response.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "JSON output format.",
            "Plain text output format."
          ],
          "enum": [
            "MIME_TYPE_UNSPECIFIED",
            "APPLICATION_JSON",
            "TEXT_PLAIN"
          ],
          "type": "string"
        },
        "schema": {
          "type": "any",
          "description": "Optional. The JSON schema that the output should conform to. Only applicable when mime_type is APPLICATION_JSON."
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaGenerateContentRequest": {
      "id": "GoogleAiGenerativelanguageV1betaGenerateContentRequest",
      "description": "Request to generate a completion from the model.",
      "type": "object",
      "properties": {
        "serviceTier": {
          "type": "string",
          "description": "Optional. The service tier of the request.",
          "enumDescriptions": [
            "Default service tier, which is standard.",
            "Standard service tier.",
            "Flex service tier.",
            "Priority service tier."
          ],
          "enum": [
            "unspecified",
            "standard",
            "flex",
            "priority"
          ]
        },
        "contents": {
          "description": "Required. The content of the current conversation with the model. For single-turn queries, this is a single instance. For multi-turn queries like [chat](https://ai.google.dev/gemini-api/docs/text-generation#chat), this is a repeated field that contains the conversation history and the latest request.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaContent"
          },
          "type": "array"
        },
        "generationConfig": {
          "description": "Optional. Configuration options for model generation and outputs.",
          "$ref": "GoogleAiGenerativelanguageV1betaGenerationConfig"
        },
        "store": {
          "type": "boolean",
          "description": "Optional. Configures the logging behavior for a given request. If set, it takes precedence over the project-level logging config."
        },
        "model": {
          "type": "string",
          "description": "Required. The name of the `Model` to use for generating the completion. Format: `models/{model}`."
        },
        "systemInstruction": {
          "description": "Optional. Developer set [system instruction(s)](https://ai.google.dev/gemini-api/docs/system-instructions). Currently, text only.",
          "$ref": "GoogleAiGenerativelanguageV1betaContent"
        },
        "safetySettings": {
          "description": "Optional. A list of unique `SafetySetting` instances for blocking unsafe content. This will be enforced on the `GenerateContentRequest.contents` and `GenerateContentResponse.candidates`. There should not be more than one setting for each `SafetyCategory` type. The API will block any contents and responses that fail to meet the thresholds set by these settings. This list overrides the default settings for each `SafetyCategory` specified in the safety_settings. If there is no `SafetySetting` for a given `SafetyCategory` provided in the list, the API will use the default safety setting for that category. Harm categories HARM_CATEGORY_HATE_SPEECH, HARM_CATEGORY_SEXUALLY_EXPLICIT, HARM_CATEGORY_DANGEROUS_CONTENT, HARM_CATEGORY_HARASSMENT, HARM_CATEGORY_CIVIC_INTEGRITY are supported. Refer to the [guide](https://ai.google.dev/gemini-api/docs/safety-settings) for detailed information on available safety settings. Also refer to the [Safety guidance](https://ai.google.dev/gemini-api/docs/safety-guidance) to learn how to incorporate safety considerations in your AI applications.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaSafetySetting"
          },
          "type": "array"
        },
        "toolConfig": {
          "description": "Optional. Tool configuration for any `Tool` specified in the request. Refer to the [Function calling guide](https://ai.google.dev/gemini-api/docs/function-calling#function_calling_mode) for a usage example.",
          "$ref": "GoogleAiGenerativelanguageV1betaToolConfig"
        },
        "tools": {
          "description": "Optional. A list of `Tools` the `Model` may use to generate the next response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the `Model`. Supported `Tool`s are `Function` and `code_execution`. Refer to the [Function calling](https://ai.google.dev/gemini-api/docs/function-calling) and the [Code execution](https://ai.google.dev/gemini-api/docs/code-execution) guides to learn more.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaTool"
          },
          "type": "array"
        },
        "cachedContent": {
          "description": "Optional. The name of the content [cached](https://ai.google.dev/gemini-api/docs/caching) to use as context to serve the prediction. Format: `cachedContents/{cachedContent}`",
          "type": "string"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaToolResponse": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaToolResponse",
      "description": "The output from a server-side `ToolCall` execution. This message contains the results of a tool invocation that was initiated by a `ToolCall` from the model. The client should pass this `ToolResponse` back to the API in a subsequent turn within a `Content` message, along with the corresponding `ToolCall`.",
      "properties": {
        "id": {
          "type": "string",
          "description": "Optional. The identifier of the tool call this response is for."
        },
        "toolType": {
          "type": "string",
          "description": "Required. The type of tool that was called, matching the `tool_type` in the corresponding `ToolCall`.",
          "enumDescriptions": [
            "Unspecified tool type.",
            "Google search tool, maps to Tool.google_search.search_types.web_search.",
            "Image search tool, maps to Tool.google_search.search_types.image_search.",
            "URL context tool, maps to Tool.url_context.",
            "Google maps tool, maps to Tool.google_maps.",
            "File search tool, maps to Tool.file_search."
          ],
          "enum": [
            "TOOL_TYPE_UNSPECIFIED",
            "GOOGLE_SEARCH_WEB",
            "GOOGLE_SEARCH_IMAGE",
            "URL_CONTEXT",
            "GOOGLE_MAPS",
            "FILE_SEARCH"
          ]
        },
        "response": {
          "type": "object",
          "description": "Optional. The tool response.",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          }
        }
      }
    },
    "GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig": {
      "properties": {
        "voiceName": {
          "description": "The name of the prebuilt voice to use.",
          "type": "string"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1PrebuiltVoiceConfig",
      "description": "Configuration for a prebuilt voice.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1RagChunk": {
      "properties": {
        "text": {
          "description": "The content of the chunk.",
          "type": "string"
        },
        "pageSpan": {
          "description": "If populated, represents where the chunk starts and ends in the document.",
          "$ref": "GoogleCloudAiplatformV1beta1RagChunkPageSpan"
        },
        "fileId": {
          "description": "The ID of the file that the chunk belongs to.",
          "type": "string"
        },
        "chunkId": {
          "description": "The ID of the chunk.",
          "type": "string"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1RagChunk",
      "description": "A RagChunk includes the content of a chunk of a RagFile, and associated metadata.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1GenerationConfigRoutingConfigAutoRoutingMode",
      "description": "The configuration for automated routing. When automated routing is specified, the routing will be determined by the pretrained routing model and customer provided model routing preference.",
      "properties": {
        "modelRoutingPreference": {
          "type": "string",
          "description": "The model routing preference.",
          "enumDescriptions": [
            "Unspecified model routing preference.",
            "The model will be selected to prioritize the quality of the response.",
            "The model will be selected to balance quality and cost.",
            "The model will be selected to prioritize the cost of the request."
          ],
          "enum": [
            "UNKNOWN",
            "PRIORITIZE_QUALITY",
            "BALANCED",
            "PRIORITIZE_COST"
          ]
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaContent": {
      "properties": {
        "parts": {
          "description": "Ordered `Parts` that constitute a single message. Parts may have different MIME types.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaPart"
          },
          "type": "array"
        },
        "role": {
          "type": "string",
          "description": "Optional. The producer of the content. Must be either 'user' or 'model'. Useful to set for multi-turn conversations, otherwise can be left blank or unset."
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaContent",
      "description": "The base structured datatype containing multi-part content of a message. A `Content` includes a `role` field designating the producer of the `Content` and a `parts` field containing multi-part data that contains the content of the message turn."
    },
    "GoogleAiGenerativelanguageV1betaGroundingSupport": {
      "properties": {
        "renderedParts": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Indices into the `parts` field of the candidate's content. These indices specify which rendered parts are associated with this support source.",
          "items": {
            "type": "integer",
            "format": "int32"
          }
        },
        "segment": {
          "description": "Segment of the content this support belongs to.",
          "$ref": "GoogleAiGenerativelanguageV1betaSegment"
        },
        "confidenceScores": {
          "description": "Optional. Confidence score of the support references. Ranges from 0 to 1. 1 is the most confident. This list must have the same size as the grounding_chunk_indices.",
          "items": {
            "type": "number",
            "format": "float"
          },
          "type": "array"
        },
        "groundingChunkIndices": {
          "description": "Optional. A list of indices (into 'grounding_chunk' in `response.candidate.grounding_metadata`) specifying the citations associated with the claim. For instance [1,3,4] means that grounding_chunk[1], grounding_chunk[3], grounding_chunk[4] are the retrieved content attributed to the claim. If the response is streaming, the grounding_chunk_indices refer to the indices across all responses. It is the client's responsibility to accumulate the grounding chunks from all responses (while maintaining the same order).",
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "type": "array"
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaGroundingSupport",
      "description": "Grounding support.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1AuthConfigOidcConfig": {
      "properties": {
        "serviceAccount": {
          "description": "The service account used to generate an OpenID Connect (OIDC)-compatible JWT token signed by the Google OIDC Provider (accounts.google.com) for extension endpoint (https://cloud.google.com/iam/docs/create-short-lived-credentials-direct#sa-credentials-oidc). - The audience for the token will be set to the URL in the server url defined in the OpenApi spec. - If the service account is provided, the service account should grant `iam.serviceAccounts.getOpenIdToken` permission to Vertex AI Extension Service Agent (https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents).",
          "type": "string"
        },
        "idToken": {
          "type": "string",
          "description": "OpenID Connect formatted ID token for extension endpoint. Only used to propagate token from [[ExecuteExtensionRequest.runtime_auth_config]] at request time."
        }
      },
      "id": "GoogleCloudAiplatformV1beta1AuthConfigOidcConfig",
      "description": "Config for user OIDC auth.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaSegment": {
      "properties": {
        "partIndex": {
          "format": "int32",
          "type": "integer",
          "description": "The index of a Part object within its parent Content object."
        },
        "startIndex": {
          "format": "int32",
          "description": "Start index in the given Part, measured in bytes. Offset from the start of the Part, inclusive, starting at zero.",
          "type": "integer"
        },
        "endIndex": {
          "format": "int32",
          "type": "integer",
          "description": "End index in the given Part, measured in bytes. Offset from the start of the Part, exclusive, starting at zero."
        },
        "text": {
          "type": "string",
          "description": "The text corresponding to the segment from the response."
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaSegment",
      "description": "Segment of the content.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaCandidate": {
      "id": "GoogleAiGenerativelanguageV1betaCandidate",
      "description": "A response candidate generated from the model.",
      "type": "object",
      "properties": {
        "index": {
          "type": "integer",
          "description": "Output only. Index of the candidate in the list of response candidates.",
          "readOnly": true,
          "format": "int32"
        },
        "avgLogprobs": {
          "readOnly": true,
          "format": "double",
          "type": "number",
          "description": "Output only. Average log probability score of the candidate."
        },
        "logprobsResult": {
          "readOnly": true,
          "$ref": "GoogleAiGenerativelanguageV1betaLogprobsResult",
          "description": "Output only. Log-likelihood scores for the response tokens and top tokens"
        },
        "citationMetadata": {
          "description": "Output only. Citation information for model-generated candidate. This field may be populated with recitation information for any text included in the `content`. These are passages that are \"recited\" from copyrighted material in the foundational LLM's training data.",
          "readOnly": true,
          "$ref": "GoogleAiGenerativelanguageV1betaCitationMetadata"
        },
        "finishMessage": {
          "type": "string",
          "description": "Optional. Output only. Details the reason why the model stopped generating tokens. This is populated only when `finish_reason` is set.",
          "readOnly": true
        },
        "tokenCount": {
          "description": "Output only. Token count for this candidate.",
          "type": "integer",
          "readOnly": true,
          "format": "int32"
        },
        "groundingAttributions": {
          "description": "Output only. Attribution information for sources that contributed to a grounded answer. This field is populated for `GenerateAnswer` calls.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaGroundingAttribution"
          },
          "type": "array",
          "readOnly": true
        },
        "finishReason": {
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Natural stop point of the model or provided stop sequence.",
            "The maximum number of tokens as specified in the request was reached.",
            "The response candidate content was flagged for safety reasons.",
            "The response candidate content was flagged for recitation reasons.",
            "The response candidate content was flagged for using an unsupported language.",
            "Unknown reason.",
            "Token generation stopped because the content contains forbidden terms.",
            "Token generation stopped for potentially containing prohibited content.",
            "Token generation stopped because the content potentially contains Sensitive Personally Identifiable Information (SPII).",
            "The function call generated by the model is invalid.",
            "Token generation stopped because generated images contain safety violations.",
            "Image generation stopped because generated images has other prohibited content.",
            "Image generation stopped because of other miscellaneous issue.",
            "The model was expected to generate an image, but none was generated.",
            "Image generation stopped due to recitation.",
            "Model generated a tool call but no tools were enabled in the request.",
            "Model called too many tools consecutively, thus the system exited execution.",
            "Request has at least one thought signature missing.",
            "Finished due to malformed response.",
            "Request was filtered by an escalation rule."
          ],
          "type": "string",
          "description": "Optional. Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped generating tokens.",
          "enum": [
            "FINISH_REASON_UNSPECIFIED",
            "STOP",
            "MAX_TOKENS",
            "SAFETY",
            "RECITATION",
            "LANGUAGE",
            "OTHER",
            "BLOCKLIST",
            "PROHIBITED_CONTENT",
            "SPII",
            "MALFORMED_FUNCTION_CALL",
            "IMAGE_SAFETY",
            "IMAGE_PROHIBITED_CONTENT",
            "IMAGE_OTHER",
            "NO_IMAGE",
            "IMAGE_RECITATION",
            "UNEXPECTED_TOOL_CALL",
            "TOO_MANY_TOOL_CALLS",
            "MISSING_THOUGHT_SIGNATURE",
            "MALFORMED_RESPONSE",
            "ESCALATION"
          ],
          "readOnly": true
        },
        "urlContextMetadata": {
          "readOnly": true,
          "$ref": "GoogleAiGenerativelanguageV1betaUrlContextMetadata",
          "description": "Output only. Metadata related to url context retrieval tool."
        },
        "content": {
          "readOnly": true,
          "$ref": "GoogleAiGenerativelanguageV1betaContent",
          "description": "Output only. Generated content returned from the model."
        },
        "groundingMetadata": {
          "description": "Output only. Grounding metadata for the candidate. This field is populated for `GenerateContent` calls.",
          "readOnly": true,
          "$ref": "GoogleAiGenerativelanguageV1betaGroundingMetadata"
        },
        "safetyRatings": {
          "description": "List of ratings for the safety of a response candidate. There is at most one rating per category.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaSafetyRating"
          },
          "type": "array"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1GroundingChunkWeb": {
      "properties": {
        "title": {
          "description": "The title of the web page that contains the evidence.",
          "type": "string"
        },
        "domain": {
          "description": "The domain of the web page that contains the evidence. This can be used to filter out low-quality sources.",
          "type": "string"
        },
        "uri": {
          "description": "The URI of the web page that contains the evidence.",
          "type": "string"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1GroundingChunkWeb",
      "description": "A `Web` chunk is a piece of evidence that comes from a web page. It contains the URI of the web page, the title of the page, and the domain of the page. This is used to provide the user with a link to the source of the information.",
      "type": "object"
    },
    "Empty": {
      "properties": {},
      "id": "Empty",
      "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); }",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaTranslationConfig": {
      "properties": {
        "echoTargetLanguage": {
          "description": "Optional. If true, the model will generate audio when the target language is spoken, essentially it will parrot the input. If false, we will not produce audio for the target language.",
          "type": "boolean"
        },
        "targetLanguageCode": {
          "type": "string",
          "description": "Required. The target language for translation. Supported values are BCP-47 language codes (e.g. \"en\", \"es\", \"fr\")."
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaTranslationConfig",
      "description": "Config for translation features.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaGroundingAttribution": {
      "properties": {
        "sourceId": {
          "readOnly": true,
          "$ref": "GoogleAiGenerativelanguageV1betaAttributionSourceId",
          "description": "Output only. Identifier for the source contributing to this attribution."
        },
        "content": {
          "description": "Grounding source content that makes up this attribution.",
          "$ref": "GoogleAiGenerativelanguageV1betaContent"
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaGroundingAttribution",
      "description": "Attribution for a source that contributed to an answer."
    },
    "GoogleCloudAiplatformV1beta1Schema": {
      "properties": {
        "format": {
          "type": "string",
          "description": "Optional. The format of the data. For `NUMBER` type, format can be `float` or `double`. For `INTEGER` type, format can be `int32` or `int64`. For `STRING` type, format can be `email`, `byte`, `date`, `date-time`, `password`, and other formats to further refine the data type."
        },
        "additionalProperties": {
          "type": "any",
          "description": "Optional. If `type` is `OBJECT`, specifies how to handle properties not defined in `properties`. If it is a boolean `false`, no additional properties are allowed. If it is a schema, additional properties are allowed if they conform to the schema."
        },
        "propertyOrdering": {
          "type": "array",
          "description": "Optional. Order of properties displayed or used where order matters. This is not a standard field in OpenAPI specification, but can be used to control the order of properties.",
          "items": {
            "type": "string"
          }
        },
        "description": {
          "description": "Optional. Describes the data. The model uses this field to understand the purpose of the schema and how to use it. It is a best practice to provide a clear and descriptive explanation for the schema and its properties here, rather than in the prompt.",
          "type": "string"
        },
        "type": {
          "type": "string",
          "description": "Optional. Data type of the schema field.",
          "enumDescriptions": [
            "Not specified, should not be used.",
            "OpenAPI string type",
            "OpenAPI number type",
            "OpenAPI integer type",
            "OpenAPI boolean type",
            "OpenAPI array type",
            "OpenAPI object type",
            "Null type"
          ],
          "enum": [
            "TYPE_UNSPECIFIED",
            "STRING",
            "NUMBER",
            "INTEGER",
            "BOOLEAN",
            "ARRAY",
            "OBJECT",
            "NULL"
          ]
        },
        "nullable": {
          "type": "boolean",
          "description": "Optional. Indicates if the value of this field can be null."
        },
        "maximum": {
          "description": "Optional. If type is `INTEGER` or `NUMBER`, `maximum` specifies the maximum allowed value.",
          "type": "number",
          "format": "double"
        },
        "maxItems": {
          "type": "string",
          "description": "Optional. If type is `ARRAY`, `max_items` specifies the maximum number of items in an array.",
          "format": "int64"
        },
        "enum": {
          "type": "array",
          "description": "Optional. Possible values of the field. This field can be used to restrict a value to a fixed set of values. To mark a field as an enum, set `format` to `enum` and provide the list of possible values in `enum`. For example: 1. To define directions: `{type:STRING, format:enum, enum:[\"EAST\", \"NORTH\", \"SOUTH\", \"WEST\"]}` 2. To define apartment numbers: `{type:INTEGER, format:enum, enum:[\"101\", \"201\", \"301\"]}`",
          "items": {
            "type": "string"
          }
        },
        "defs": {
          "description": "Optional. `defs` provides a map of schema definitions that can be reused by `ref` elsewhere in the schema. Only allowed at root level of the schema.",
          "type": "object",
          "additionalProperties": {
            "$ref": "GoogleCloudAiplatformV1beta1Schema"
          }
        },
        "items": {
          "$ref": "GoogleCloudAiplatformV1beta1Schema",
          "description": "Optional. If type is `ARRAY`, `items` specifies the schema of elements in the array."
        },
        "example": {
          "type": "any",
          "description": "Optional. Example of an instance of this schema."
        },
        "minimum": {
          "format": "double",
          "description": "Optional. If type is `INTEGER` or `NUMBER`, `minimum` specifies the minimum allowed value.",
          "type": "number"
        },
        "ref": {
          "description": "Optional. Allows referencing another schema definition to use in place of this schema. The value must be a valid reference to a schema in `defs`. For example, the following schema defines a reference to a schema node named \"Pet\": type: object properties: pet: ref: #/defs/Pet defs: Pet: type: object properties: name: type: string The value of the \"pet\" property is a reference to the schema node named \"Pet\". See details in https://json-schema.org/understanding-json-schema/structuring",
          "type": "string"
        },
        "minItems": {
          "type": "string",
          "description": "Optional. If type is `ARRAY`, `min_items` specifies the minimum number of items in an array.",
          "format": "int64"
        },
        "required": {
          "type": "array",
          "description": "Optional. If type is `OBJECT`, `required` lists the names of properties that must be present.",
          "items": {
            "type": "string"
          }
        },
        "minLength": {
          "format": "int64",
          "type": "string",
          "description": "Optional. If type is `STRING`, `min_length` specifies the minimum length of the string."
        },
        "minProperties": {
          "type": "string",
          "description": "Optional. If type is `OBJECT`, `min_properties` specifies the minimum number of properties that can be provided.",
          "format": "int64"
        },
        "pattern": {
          "type": "string",
          "description": "Optional. If type is `STRING`, `pattern` specifies a regular expression that the string must match."
        },
        "maxLength": {
          "format": "int64",
          "type": "string",
          "description": "Optional. If type is `STRING`, `max_length` specifies the maximum length of the string."
        },
        "default": {
          "description": "Optional. Default value to use if the field is not specified.",
          "type": "any"
        },
        "maxProperties": {
          "format": "int64",
          "description": "Optional. If type is `OBJECT`, `max_properties` specifies the maximum number of properties that can be provided.",
          "type": "string"
        },
        "anyOf": {
          "type": "array",
          "description": "Optional. The instance must be valid against any (one or more) of the subschemas listed in `any_of`.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1Schema"
          }
        },
        "title": {
          "type": "string",
          "description": "Optional. Title for the schema."
        },
        "properties": {
          "description": "Optional. If type is `OBJECT`, `properties` is a map of property names to schema definitions for each property of the object.",
          "type": "object",
          "additionalProperties": {
            "$ref": "GoogleCloudAiplatformV1beta1Schema"
          }
        }
      },
      "id": "GoogleCloudAiplatformV1beta1Schema",
      "description": "Defines the schema of input and output data. This is a subset of the [OpenAPI 3.0 Schema Object](https://spec.openapis.org/oas/v3.0.3#schema-object).",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaGroundingChunkRetrievedContext": {
      "id": "GoogleAiGenerativelanguageV1betaGroundingChunkRetrievedContext",
      "description": "Chunk from context retrieved by the file search tool.",
      "type": "object",
      "properties": {
        "title": {
          "description": "Optional. Title of the document.",
          "type": "string"
        },
        "fileSearchStore": {
          "type": "string",
          "description": "Optional. Name of the `FileSearchStore` containing the document. Example: `fileSearchStores/123`"
        },
        "pageNumber": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Page number of the retrieved context, if applicable."
        },
        "uri": {
          "type": "string",
          "description": "Optional. URI reference of the semantic retrieval document."
        },
        "mediaId": {
          "description": "Optional. The media blob resource name for multimodal file search results. Format: fileSearchStores/{file_search_store_id}/media/{blob_id}",
          "type": "string"
        },
        "text": {
          "description": "Optional. Text of the chunk.",
          "type": "string"
        },
        "customMetadata": {
          "description": "Optional. User-provided metadata about the retrieved context.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaGroundingChunkCustomMetadata"
          },
          "type": "array"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1RetrievalConfig": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1RetrievalConfig",
      "description": "Retrieval config.",
      "properties": {
        "latLng": {
          "$ref": "LatLng",
          "description": "The location of the user."
        },
        "languageCode": {
          "description": "The language code of the user.",
          "type": "string"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1RagRetrievalConfig": {
      "properties": {
        "ranking": {
          "$ref": "GoogleCloudAiplatformV1beta1RagRetrievalConfigRanking",
          "description": "Optional. Config for ranking and reranking."
        },
        "hybridSearch": {
          "$ref": "GoogleCloudAiplatformV1beta1RagRetrievalConfigHybridSearch",
          "description": "Optional. Config for Hybrid Search."
        },
        "filter": {
          "description": "Optional. Config for filters.",
          "$ref": "GoogleCloudAiplatformV1beta1RagRetrievalConfigFilter"
        },
        "topK": {
          "type": "integer",
          "description": "Optional. The number of contexts to retrieve.",
          "format": "int32"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1RagRetrievalConfig",
      "description": "Specifies the context retrieval config."
    },
    "GoogleCloudAiplatformV1beta1GroundingChunkMapsRoute": {
      "properties": {
        "duration": {
          "format": "google-duration",
          "type": "string",
          "description": "The total duration of the route."
        },
        "distanceMeters": {
          "format": "int32",
          "type": "integer",
          "description": "The total distance of the route, in meters."
        },
        "encodedPolyline": {
          "type": "string",
          "description": "An encoded polyline of the route. See https://developers.google.com/maps/documentation/utilities/polylinealgorithm"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1GroundingChunkMapsRoute",
      "description": "Route information from Google Maps.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1VertexAISearchDataStoreSpec": {
      "properties": {
        "dataStore": {
          "description": "Full resource name of DataStore, such as Format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`",
          "type": "string"
        },
        "filter": {
          "description": "Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1VertexAISearchDataStoreSpec",
      "description": "Define data stores within engine to filter on in a search call and configurations for those data stores. For more information, see https://cloud.google.com/generative-ai-app-builder/docs/reference/rpc/google.cloud.discoveryengine.v1#datastorespec"
    },
    "GoogleAiGenerativelanguageV1betaImageConfig": {
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaImageConfig",
      "description": "Config for image generation features.",
      "properties": {
        "aspectRatio": {
          "description": "Optional. The aspect ratio of the image to generate. Supported aspect ratios: `1:1`, `1:4`, `4:1`, `1:8`, `8:1`, `2:3`, `3:2`, `3:4`, `4:3`, `4:5`, `5:4`, `9:16`, `16:9`, or `21:9`. If not specified, the model will choose a default aspect ratio based on any reference images provided.",
          "type": "string"
        },
        "imageSize": {
          "type": "string",
          "description": "Optional. Specifies the size of generated images. Supported values are `512`, `1K`, `2K`, `4K`. If not specified, the model will use default value `1K`."
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaGroundingChunkImage": {
      "properties": {
        "sourceUri": {
          "description": "The web page URI for attribution.",
          "type": "string"
        },
        "title": {
          "description": "The title of the web page that the image is from.",
          "type": "string"
        },
        "domain": {
          "type": "string",
          "description": "The root domain of the web page that the image is from, e.g. \"example.com\"."
        },
        "imageUri": {
          "type": "string",
          "description": "The image asset URL."
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaGroundingChunkImage",
      "description": "Chunk from image search."
    },
    "GoogleCloudAiplatformV1beta1ToolParallelAiSearch": {
      "id": "GoogleCloudAiplatformV1beta1ToolParallelAiSearch",
      "description": "ParallelAiSearch tool type. A tool that uses the Parallel.ai search engine for grounding.",
      "type": "object",
      "properties": {
        "enableDataRetention": {
          "type": "boolean",
          "description": "Optional. Instructs Vertex Grounding to use Parallel's Zero Data Retention Marketplace product. If this value is \"false\" or omitted, the Parallel Web Search for Grounding standard subscription will be used. If this value is \"true\", the Parallel Web Search for Grounding - ZDR subscription will be used."
        },
        "customConfigs": {
          "type": "object",
          "description": "Optional. Custom configs for ParallelAiSearch. This field can be used to pass any parameter from the Parallel.ai Search API. See the Parallel.ai documentation for the full list of available parameters and their usage: https://docs.parallel.ai/api-reference/search-beta/search Currently only `source_policy`, `excerpts`, `max_results`, `mode`, `fetch_policy` can be set via this field. For example: { \"source_policy\": { \"include_domains\": [\"google.com\", \"wikipedia.org\"], \"exclude_domains\": [\"example.com\"] }, \"fetch_policy\": { \"max_age_seconds\": 3600 } }",
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          }
        },
        "apiKey": {
          "type": "string",
          "description": "Optional. The API key for ParallelAiSearch. If an API key is not provided, the system will attempt to verify access by checking for an active Parallel.ai subscription through the Google Cloud Marketplace. See https://docs.parallel.ai/search/search-quickstart for more details."
        }
      }
    },
    "GoogleCloudAiplatformV1beta1Candidate": {
      "id": "GoogleCloudAiplatformV1beta1Candidate",
      "description": "A response candidate generated from the model.",
      "type": "object",
      "properties": {
        "citationMetadata": {
          "description": "Output only. A collection of citations that apply to the generated content.",
          "readOnly": true,
          "$ref": "GoogleCloudAiplatformV1beta1CitationMetadata"
        },
        "finishMessage": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Describes the reason the model stopped generating tokens in more detail. This field is returned only when `finish_reason` is set."
        },
        "logprobsResult": {
          "description": "Output only. The detailed log probability information for the tokens in this candidate. This is useful for debugging, understanding model uncertainty, and identifying potential \"hallucinations\".",
          "readOnly": true,
          "$ref": "GoogleCloudAiplatformV1beta1LogprobsResult"
        },
        "index": {
          "readOnly": true,
          "format": "int32",
          "description": "Output only. The 0-based index of this candidate in the list of generated responses. This is useful for distinguishing between multiple candidates when `candidate_count` \u003e 1.",
          "type": "integer"
        },
        "avgLogprobs": {
          "description": "Output only. The average log probability of the tokens in this candidate. This is a length-normalized score that can be used to compare the quality of candidates of different lengths. A higher average log probability suggests a more confident and coherent response.",
          "type": "number",
          "readOnly": true,
          "format": "double"
        },
        "safetyRatings": {
          "readOnly": true,
          "description": "Output only. A list of ratings for the safety of a response candidate. There is at most one rating per category.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1SafetyRating"
          },
          "type": "array"
        },
        "content": {
          "description": "Output only. The content of the candidate.",
          "readOnly": true,
          "$ref": "GoogleCloudAiplatformV1beta1Content"
        },
        "groundingMetadata": {
          "readOnly": true,
          "$ref": "GoogleCloudAiplatformV1beta1GroundingMetadata",
          "description": "Output only. Metadata returned when grounding is enabled. It contains the sources used to ground the generated content."
        },
        "finishReason": {
          "type": "string",
          "enumDescriptions": [
            "The finish reason is unspecified.",
            "The model reached a natural stopping point or a configured stop sequence.",
            "The model generated the maximum number of tokens allowed by the `max_output_tokens` parameter.",
            "The model stopped generating because the content potentially violates safety policies. NOTE: When streaming, the `content` field is empty if content filters block the output.",
            "The model stopped generating because the content may be a recitation from a source.",
            "The model stopped generating for a reason not otherwise specified.",
            "The model stopped generating because the content contains a term from a configured blocklist.",
            "The model stopped generating because the content may be prohibited.",
            "The model stopped generating because the content may contain sensitive personally identifiable information (SPII).",
            "The model generated a function call that is syntactically invalid and can't be parsed.",
            "The model response was blocked by Model Armor.",
            "The generated image potentially violates safety policies.",
            "The generated image may contain prohibited content.",
            "The generated image may be a recitation from a source.",
            "The image generation stopped for a reason not otherwise specified.",
            "The model generated a function call that is semantically invalid. This can happen, for example, if function calling is not enabled or the generated function is not in the function declaration.",
            "The model was expected to generate an image, but didn't."
          ],
          "readOnly": true,
          "description": "Output only. The reason why the model stopped generating tokens. If empty, the model has not stopped generating.",
          "enum": [
            "FINISH_REASON_UNSPECIFIED",
            "STOP",
            "MAX_TOKENS",
            "SAFETY",
            "RECITATION",
            "OTHER",
            "BLOCKLIST",
            "PROHIBITED_CONTENT",
            "SPII",
            "MALFORMED_FUNCTION_CALL",
            "MODEL_ARMOR",
            "IMAGE_SAFETY",
            "IMAGE_PROHIBITED_CONTENT",
            "IMAGE_RECITATION",
            "IMAGE_OTHER",
            "UNEXPECTED_TOOL_CALL",
            "NO_IMAGE"
          ]
        },
        "urlContextMetadata": {
          "readOnly": true,
          "$ref": "GoogleCloudAiplatformV1beta1UrlContextMetadata",
          "description": "Output only. Metadata returned when the model uses the `url_context` tool to get information from a user-provided URL."
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaUrlContext": {
      "properties": {},
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaUrlContext",
      "description": "Tool to support URL context retrieval."
    },
    "Blob": {
      "id": "Blob",
      "description": "An element in the history the represents raw binary data.",
      "type": "object",
      "properties": {
        "mimeType": {
          "type": "string",
          "description": "Required. The IANA standard MIME type of the source data. Examples: - image/png - image/jpeg"
        },
        "data": {
          "type": "string",
          "description": "Required. Raw bytes for media formats.",
          "format": "byte"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1Citation": {
      "properties": {
        "license": {
          "description": "Output only. The license of the source of the citation.",
          "type": "string",
          "readOnly": true
        },
        "startIndex": {
          "type": "integer",
          "description": "Output only. The start index of the citation in the content.",
          "readOnly": true,
          "format": "int32"
        },
        "title": {
          "readOnly": true,
          "description": "Output only. The title of the source of the citation.",
          "type": "string"
        },
        "publicationDate": {
          "description": "Output only. The publication date of the source of the citation.",
          "readOnly": true,
          "$ref": "Date"
        },
        "uri": {
          "description": "Output only. The URI of the source of the citation.",
          "type": "string",
          "readOnly": true
        },
        "endIndex": {
          "readOnly": true,
          "format": "int32",
          "type": "integer",
          "description": "Output only. The end index of the citation in the content."
        }
      },
      "id": "GoogleCloudAiplatformV1beta1Citation",
      "description": "A citation for a piece of generatedcontent.",
      "type": "object"
    },
    "CodeExecutionResult": {
      "properties": {
        "outcome": {
          "description": "Required. Outcome of the code execution. String representation of a Gemini CodeExecutionResult.Outcome enum http://google3/google/ai/generativelanguage/v1main/content.proto?q=symbol:%5CbOutcome%5Cb",
          "type": "string"
        },
        "output": {
          "description": "Optional. Contains stdout when code execution is successful; stderr or other description otherwise.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "CodeExecutionResult",
      "description": "An element in the history that represents the result of executing the `ExecutableCode` and always follows a `part` containing the `ExecutableCode`."
    },
    "GoogleAiGenerativelanguageV1betaSafetySetting": {
      "properties": {
        "category": {
          "enumDeprecated": [
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            true
          ],
          "enumDescriptions": [
            "Category is unspecified.",
            "**PaLM** - Negative or harmful comments targeting identity and/or protected attribute.",
            "**PaLM** - Content that is rude, disrespectful, or profane.",
            "**PaLM** - Describes scenarios depicting violence against an individual or group, or general descriptions of gore.",
            "**PaLM** - Contains references to sexual acts or other lewd content.",
            "**PaLM** - Promotes unchecked medical advice.",
            "**PaLM** - Dangerous content that promotes, facilitates, or encourages harmful acts.",
            "**Gemini** - Harassment content.",
            "**Gemini** - Hate speech and content.",
            "**Gemini** - Sexually explicit content.",
            "**Gemini** - Dangerous content.",
            "**Gemini** - Content that may be used to harm civic integrity. DEPRECATED: use enable_enhanced_civic_answers instead."
          ],
          "type": "string",
          "description": "Required. The category for this setting.",
          "enum": [
            "HARM_CATEGORY_UNSPECIFIED",
            "HARM_CATEGORY_DEROGATORY",
            "HARM_CATEGORY_TOXICITY",
            "HARM_CATEGORY_VIOLENCE",
            "HARM_CATEGORY_SEXUAL",
            "HARM_CATEGORY_MEDICAL",
            "HARM_CATEGORY_DANGEROUS",
            "HARM_CATEGORY_HARASSMENT",
            "HARM_CATEGORY_HATE_SPEECH",
            "HARM_CATEGORY_SEXUALLY_EXPLICIT",
            "HARM_CATEGORY_DANGEROUS_CONTENT",
            "HARM_CATEGORY_CIVIC_INTEGRITY"
          ]
        },
        "threshold": {
          "type": "string",
          "description": "Required. Controls the probability threshold at which harm is blocked.",
          "enumDescriptions": [
            "Threshold is unspecified.",
            "Content with NEGLIGIBLE will be allowed.",
            "Content with NEGLIGIBLE and LOW will be allowed.",
            "Content with NEGLIGIBLE, LOW, and MEDIUM will be allowed.",
            "All content will be allowed.",
            "Turn off the safety filter."
          ],
          "enum": [
            "HARM_BLOCK_THRESHOLD_UNSPECIFIED",
            "BLOCK_LOW_AND_ABOVE",
            "BLOCK_MEDIUM_AND_ABOVE",
            "BLOCK_ONLY_HIGH",
            "BLOCK_NONE",
            "OFF"
          ]
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaSafetySetting",
      "description": "Safety setting, affecting the safety-blocking behavior. Passing a safety setting for a category changes the allowed probability that content is blocked.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1FunctionCall": {
      "properties": {
        "name": {
          "description": "Optional. The name of the function to call. Matches FunctionDeclaration.name.",
          "type": "string"
        },
        "willContinue": {
          "type": "boolean",
          "description": "Optional. Whether this is the last part of the FunctionCall. If true, another partial message for the current FunctionCall is expected to follow."
        },
        "args": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "description": "Optional. The function parameters and values in JSON object format. See FunctionDeclaration.parameters for parameter details.",
          "type": "object"
        },
        "id": {
          "type": "string",
          "description": "Optional. The unique id of the function call. If populated, the client to execute the `function_call` and return the response with the matching `id`."
        },
        "partialArgs": {
          "description": "Optional. The partial argument value of the function call. If provided, represents the arguments/fields that are streamed incrementally.",
          "items": {
            "$ref": "GoogleCloudAiplatformV1beta1PartialArg"
          },
          "type": "array"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1FunctionCall",
      "description": "A predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name and a structured JSON object containing the parameters and their values.",
      "type": "object"
    },
    "Date": {
      "properties": {
        "month": {
          "format": "int32",
          "type": "integer",
          "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day."
        },
        "day": {
          "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.",
          "type": "integer",
          "format": "int32"
        },
        "year": {
          "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "Date",
      "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"
    },
    "GoogleAiGenerativelanguageV1betaFunctionDeclaration": {
      "properties": {
        "description": {
          "type": "string",
          "description": "Required. A brief description of the function."
        },
        "parametersJsonSchema": {
          "description": "Optional. Describes the parameters to the function in JSON Schema format. The schema must describe an object where the properties are the parameters to the function. For example: ``` { \"type\": \"object\", \"properties\": { \"name\": { \"type\": \"string\" }, \"age\": { \"type\": \"integer\" } }, \"additionalProperties\": false, \"required\": [\"name\", \"age\"], \"propertyOrdering\": [\"name\", \"age\"] } ``` This field is mutually exclusive with `parameters`.",
          "type": "any"
        },
        "name": {
          "type": "string",
          "description": "Required. The name of the function. Must be a-z, A-Z, 0-9, or contain underscores, colons, dots, and dashes, with a maximum length of 128."
        },
        "parameters": {
          "description": "Optional. Describes the parameters to this function. Reflects the Open API 3.03 Parameter Object string Key: the name of the parameter. Parameter names are case sensitive. Schema Value: the Schema defining the type used for the parameter.",
          "$ref": "GoogleAiGenerativelanguageV1betaSchema"
        },
        "response": {
          "$ref": "GoogleAiGenerativelanguageV1betaSchema",
          "description": "Optional. Describes the output from this function in JSON Schema format. Reflects the Open API 3.03 Response Object. The Schema defines the type used for the response value of the function."
        },
        "responseJsonSchema": {
          "description": "Optional. Describes the output from this function in JSON Schema format. The value specified by the schema is the response value of the function. This field is mutually exclusive with `response`.",
          "type": "any"
        },
        "behavior": {
          "description": "Optional. Specifies the function Behavior. Currently only supported by the BidiGenerateContent method.",
          "enumDescriptions": [
            "This value is unused.",
            "If set, the system will wait to receive the function response before continuing the conversation.",
            "If set, the system will not wait to receive the function response. Instead, it will attempt to handle function responses as they become available while maintaining the conversation between the user and the model."
          ],
          "enum": [
            "UNSPECIFIED",
            "BLOCKING",
            "NON_BLOCKING"
          ],
          "type": "string"
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaFunctionDeclaration",
      "description": "Structured representation of a function declaration as defined by the [OpenAPI 3.03 specification](https://spec.openapis.org/oas/v3.0.3). Included in this declaration are the function name and parameters. This FunctionDeclaration is a representation of a block of code that can be used as a `Tool` by the model and executed by the client.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaCountTokensResponse": {
      "properties": {
        "cacheTokensDetails": {
          "readOnly": true,
          "description": "Output only. List of modalities that were processed in the cached content.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaModalityTokenCount"
          },
          "type": "array"
        },
        "totalTokens": {
          "description": "The number of tokens that the `Model` tokenizes the `prompt` into. Always non-negative.",
          "type": "integer",
          "format": "int32"
        },
        "promptTokensDetails": {
          "description": "Output only. List of modalities that were processed in the request input.",
          "items": {
            "$ref": "GoogleAiGenerativelanguageV1betaModalityTokenCount"
          },
          "type": "array",
          "readOnly": true
        },
        "cachedContentTokenCount": {
          "description": "Number of tokens in the cached part of the prompt (the cached content).",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaCountTokensResponse",
      "description": "A response from `CountTokens`. It returns the model's `token_count` for the `prompt`.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaLogprobsResultCandidate": {
      "properties": {
        "tokenId": {
          "format": "int32",
          "description": "The candidate’s token id value.",
          "type": "integer"
        },
        "token": {
          "description": "The candidate’s token string value.",
          "type": "string"
        },
        "logProbability": {
          "description": "The candidate's log probability.",
          "type": "number",
          "format": "float"
        }
      },
      "id": "GoogleAiGenerativelanguageV1betaLogprobsResultCandidate",
      "description": "Candidate for the logprobs token and score.",
      "type": "object"
    },
    "GoogleAiGenerativelanguageV1betaCitationSource": {
      "properties": {
        "license": {
          "description": "Optional. License for the GitHub project that is attributed as a source for segment. License info is required for code citations.",
          "type": "string"
        },
        "startIndex": {
          "description": "Optional. Start of segment of the response that is attributed to this source. Index indicates the start of the segment, measured in bytes.",
          "type": "integer",
          "format": "int32"
        },
        "endIndex": {
          "description": "Optional. End of the attributed segment, exclusive.",
          "type": "integer",
          "format": "int32"
        },
        "uri": {
          "description": "Optional. URI that is attributed as a source for a portion of the text.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoogleAiGenerativelanguageV1betaCitationSource",
      "description": "A citation to a source for a portion of a specific response."
    },
    "GoogleCloudAiplatformV1beta1FileData": {
      "properties": {
        "mimeType": {
          "type": "string",
          "description": "Required. The IANA standard MIME type of the source data."
        },
        "displayName": {
          "description": "Optional. The display name of the file. Used to provide a label or filename to distinguish files. This field is only returned in `PromptMessage` for prompt management. It is used in the Gemini calls only when server side tools (`code_execution`, `google_search`, and `url_context`) are enabled.",
          "type": "string"
        },
        "fileUri": {
          "type": "string",
          "description": "Required. The URI of the file in Google Cloud Storage."
        }
      },
      "id": "GoogleCloudAiplatformV1beta1FileData",
      "description": "URI-based data. A FileData message contains a URI pointing to data of a specific media type. It is used to represent images, audio, and video stored in Google Cloud Storage.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1PartialArg": {
      "properties": {
        "nullValue": {
          "description": "Optional. Represents a null value.",
          "enumDescriptions": [
            "Null value."
          ],
          "enum": [
            "NULL_VALUE"
          ],
          "type": "string"
        },
        "stringValue": {
          "description": "Optional. Represents a string value.",
          "type": "string"
        },
        "jsonPath": {
          "type": "string",
          "description": "Required. A JSON Path (RFC 9535) to the argument being streamed. https://datatracker.ietf.org/doc/html/rfc9535. e.g. \"$.foo.bar[0].data\"."
        },
        "willContinue": {
          "description": "Optional. Whether this is not the last part of the same json_path. If true, another PartialArg message for the current json_path is expected to follow.",
          "type": "boolean"
        },
        "boolValue": {
          "description": "Optional. Represents a boolean value.",
          "type": "boolean"
        },
        "numberValue": {
          "format": "double",
          "description": "Optional. Represents a double value.",
          "type": "number"
        }
      },
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1PartialArg",
      "description": "Partial argument value of the function call."
    },
    "LatLng": {
      "properties": {
        "latitude": {
          "format": "double",
          "type": "number",
          "description": "The latitude in degrees. It must be in the range [-90.0, +90.0]."
        },
        "longitude": {
          "format": "double",
          "description": "The longitude in degrees. It must be in the range [-180.0, +180.0].",
          "type": "number"
        }
      },
      "type": "object",
      "id": "LatLng",
      "description": "An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges."
    },
    "TemplateGenerateContentRequest": {
      "properties": {
        "tools": {
          "description": "Optional. A list of tools that the model may use to generate the response.",
          "items": {
            "$ref": "Tool"
          },
          "type": "array"
        },
        "history": {
          "description": "Optional. Conversation history for multi-turn prompts and function calling.",
          "items": {
            "$ref": "HistoryContent"
          },
          "type": "array"
        },
        "inputs": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          },
          "type": "object",
          "description": "Optional. Client provided data that can be used when rendering the template. When calling via JSON/http surfaces this should be wire compatible with an arbitrary JSON object."
        },
        "toolConfig": {
          "$ref": "ToolConfig",
          "description": "Optional. Tool configuration for any tool specified in the request."
        }
      },
      "id": "TemplateGenerateContentRequest",
      "description": "Request for performing a GenerateContent operation.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig": {
      "id": "GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig",
      "description": "The API secret.",
      "type": "object",
      "properties": {
        "apiKeySecretVersion": {
          "description": "Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}",
          "type": "string"
        },
        "apiKeyString": {
          "description": "The API key string. Either this or `api_key_secret_version` must be set.",
          "type": "string"
        }
      }
    },
    "GoogleCloudAiplatformV1beta1ExternalApi": {
      "properties": {
        "simpleSearchParams": {
          "description": "Parameters for the simple search API.",
          "$ref": "GoogleCloudAiplatformV1beta1ExternalApiSimpleSearchParams"
        },
        "apiSpec": {
          "type": "string",
          "description": "The API spec that the external API implements.",
          "enumDescriptions": [
            "Unspecified API spec. This value should not be used.",
            "Simple search API spec.",
            "Elastic search API spec."
          ],
          "enum": [
            "API_SPEC_UNSPECIFIED",
            "SIMPLE_SEARCH",
            "ELASTIC_SEARCH"
          ]
        },
        "authConfig": {
          "description": "The authentication config to access the API.",
          "$ref": "GoogleCloudAiplatformV1beta1AuthConfig"
        },
        "elasticSearchParams": {
          "$ref": "GoogleCloudAiplatformV1beta1ExternalApiElasticSearchParams",
          "description": "Parameters for the elastic search API."
        },
        "endpoint": {
          "description": "The endpoint of the external API. The system will call the API at this endpoint to retrieve the data for grounding. Example: https://acme.com:443/search",
          "type": "string"
        },
        "apiAuth": {
          "description": "The authentication config to access the API. Deprecated. Please use auth_config instead.",
          "deprecated": true,
          "$ref": "GoogleCloudAiplatformV1beta1ApiAuth"
        }
      },
      "id": "GoogleCloudAiplatformV1beta1ExternalApi",
      "description": "Retrieve from data source powered by external API for grounding. The external API is not owned by Google, but need to follow the pre-defined API spec.",
      "type": "object"
    },
    "GoogleCloudAiplatformV1beta1UrlContext": {
      "type": "object",
      "id": "GoogleCloudAiplatformV1beta1UrlContext",
      "description": "Tool to support URL context.",
      "properties": {}
    },
    "GoogleAiGenerativelanguageV1betaFunctionCallingConfig": {
      "id": "GoogleAiGenerativelanguageV1betaFunctionCallingConfig",
      "description": "Configuration for specifying function calling behavior.",
      "type": "object",
      "properties": {
        "allowedFunctionNames": {
          "description": "Optional. A set of function names that, when provided, limits the functions the model will call. This should only be set when the Mode is ANY or VALIDATED. Function names should match [FunctionDeclaration.name]. When set, model will predict a function call from only allowed function names.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "mode": {
          "description": "Optional. Specifies the mode in which function calling should execute. If unspecified, the default value will be set to AUTO.",
          "enumDescriptions": [
            "Unspecified function calling mode. This value should not be used.",
            "Default model behavior, model decides to predict either a function call or a natural language response.",
            "Model is constrained to always predicting a function call only. If \"allowed_function_names\" are set, the predicted function call will be limited to any one of \"allowed_function_names\", else the predicted function call will be any one of the provided \"function_declarations\".",
            "Model will not predict any function call. Model behavior is same as when not passing any function declarations.",
            "Model decides to predict either a function call or a natural language response, but will validate function calls with constrained decoding. If \"allowed_function_names\" are set, the predicted function call will be limited to any one of \"allowed_function_names\", else the predicted function call will be any one of the provided \"function_declarations\"."
          ],
          "enum": [
            "MODE_UNSPECIFIED",
            "AUTO",
            "ANY",
            "NONE",
            "VALIDATED"
          ],
          "type": "string"
        }
      }
    },
    "GoogleAiGenerativelanguageV1betaFunctionResponseBlob": {
      "id": "GoogleAiGenerativelanguageV1betaFunctionResponseBlob",
      "description": "Raw media bytes for function response. Text should not be sent as raw bytes, use the 'FunctionResponse.response' field.",
      "type": "object",
      "properties": {
        "mimeType": {
          "description": "The IANA standard MIME type of the source data. Examples: - image/png - image/jpeg If an unsupported MIME type is provided, an error will be returned. For a complete list of supported types, see [Supported file formats](https://ai.google.dev/gemini-api/docs/prompting_with_media#supported_file_formats).",
          "type": "string"
        },
        "data": {
          "format": "byte",
          "type": "string",
          "description": "Raw bytes for media formats."
        }
      }
    }
  },
  "servicePath": "",
  "title": "Firebase AI Logic API",
  "mtlsRootUrl": "https://firebasevertexai.mtls.googleapis.com/",
  "canonicalName": "Firebase Vertex AI",
  "documentationLink": "https://firebase.google.com",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "revision": "20260623"
}
