Gemini Enterprise for Customer Experience V1 API - Class Google::Cloud::Ces::V1::OpenApiToolset (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::OpenApiToolset.

A toolset that contains a list of tools that are defined by an OpenAPI schema.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#api_authentication

def api_authentication() -> ::Google::Cloud::Ces::V1::ApiAuthentication
Returns

#api_authentication=

def api_authentication=(value) -> ::Google::Cloud::Ces::V1::ApiAuthentication
Parameter
Returns

#ignore_unknown_fields

def ignore_unknown_fields() -> ::Boolean
Returns
  • (::Boolean) — Optional. If true, the agent will ignore unknown fields in the API response for all operations defined in the OpenAPI schema.

#ignore_unknown_fields=

def ignore_unknown_fields=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If true, the agent will ignore unknown fields in the API response for all operations defined in the OpenAPI schema.
Returns
  • (::Boolean) — Optional. If true, the agent will ignore unknown fields in the API response for all operations defined in the OpenAPI schema.

#open_api_schema

def open_api_schema() -> ::String
Returns
  • (::String) — Required. The OpenAPI schema of the toolset.

#open_api_schema=

def open_api_schema=(value) -> ::String
Parameter
  • value (::String) — Required. The OpenAPI schema of the toolset.
Returns
  • (::String) — Required. The OpenAPI schema of the toolset.

#service_directory_config

def service_directory_config() -> ::Google::Cloud::Ces::V1::ServiceDirectoryConfig
Returns

#service_directory_config=

def service_directory_config=(value) -> ::Google::Cloud::Ces::V1::ServiceDirectoryConfig
Parameter
Returns

#tls_config

def tls_config() -> ::Google::Cloud::Ces::V1::TlsConfig
Returns

#tls_config=

def tls_config=(value) -> ::Google::Cloud::Ces::V1::TlsConfig
Parameter
Returns

#url

def url() -> ::String
Returns
  • (::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.

#url=

def url=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.