Reference documentation and code samples for the Google Cloud Ces V1 Client class OpenApiToolset.
A toolset that contains a list of tools that are defined by an OpenAPI schema.
Generated from protobuf message google.cloud.ces.v1.OpenApiToolset
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ open_api_schema
string
Required. The OpenAPI schema of the toolset.
↳ api_authentication
↳ tls_config
↳ service_directory_config
↳ 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
string
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.
getOpenApiSchema
Required. The OpenAPI schema of the toolset.
string
setOpenApiSchema
Required. The OpenAPI schema of the toolset.
var
string
$this
getApiAuthentication
Optional. Authentication information required by the API.
hasApiAuthentication
clearApiAuthentication
setApiAuthentication
Optional. Authentication information required by the API.
$this
getTlsConfig
Optional. The TLS configuration. Includes the custom server certificates
hasTlsConfig
clearTlsConfig
setTlsConfig
Optional. The TLS configuration. Includes the custom server certificates
$this
getServiceDirectoryConfig
Optional. Service Directory configuration.
hasServiceDirectoryConfig
clearServiceDirectoryConfig
setServiceDirectoryConfig
Optional. Service Directory configuration.
$this
getIgnoreUnknownFields
Optional. If true, the agent will ignore unknown fields in the API response for all operations defined in the OpenAPI schema.
bool
setIgnoreUnknownFields
Optional. If true, the agent will ignore unknown fields in the API response for all operations defined in the OpenAPI schema.
var
bool
$this
getUrl
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.
string
setUrl
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.
var
string
$this

