OpenApiToolset(mapping=None, *, ignore_unknown_fields=False, **kwargs)A toolset that contains a list of tools that are defined by an OpenAPI schema.
Attributes |
|
|---|---|
| Name | Description |
open_api_schema |
str
Required. The OpenAPI schema of the toolset. |
api_authentication |
google.cloud.ces_v1.types.ApiAuthentication
Optional. Authentication information required by the API. |
tls_config |
google.cloud.ces_v1.types.TlsConfig
Optional. The TLS configuration. Includes the custom server certificates |
service_directory_config |
google.cloud.ces_v1.types.ServiceDirectoryConfig
Optional. Service Directory configuration. |
ignore_unknown_fields_ |
bool
Optional. If true, the agent will ignore unknown fields in the API response for all operations defined in the OpenAPI schema. |
url |
str
Optional. The server URL of the Open API schema. This field is only set in toolsets in the environment dependencies during the export process if the schema contains a server url. During the import process, if this url is present in the environment dependencies and the schema has the $env_var placeholder, it will replace the placeholder in the schema. |