Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::Toolset.
A toolset represents a group of dynamically managed tools that can be used by the agent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connector_toolset
def connector_toolset() -> ::Google::Cloud::Ces::V1beta::ConnectorToolset-
(::Google::Cloud::Ces::V1beta::ConnectorToolset) — Optional. A toolset that generates tools from an Integration Connectors
Connection.
Note: The following fields are mutually exclusive:
connector_toolset,mcp_toolset,open_api_toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.
#connector_toolset=
def connector_toolset=(value) -> ::Google::Cloud::Ces::V1beta::ConnectorToolset-
value (::Google::Cloud::Ces::V1beta::ConnectorToolset) — Optional. A toolset that generates tools from an Integration Connectors
Connection.
Note: The following fields are mutually exclusive:
connector_toolset,mcp_toolset,open_api_toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Ces::V1beta::ConnectorToolset) — Optional. A toolset that generates tools from an Integration Connectors
Connection.
Note: The following fields are mutually exclusive:
connector_toolset,mcp_toolset,open_api_toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the toolset was created.
#description
def description() -> ::String- (::String) — Optional. The description of the toolset.
#description=
def description=(value) -> ::String- value (::String) — Optional. The description of the toolset.
- (::String) — Optional. The description of the toolset.
#display_name
def display_name() -> ::String- (::String) — Optional. The display name of the toolset. Must be unique within the same app.
#display_name=
def display_name=(value) -> ::String- value (::String) — Optional. The display name of the toolset. Must be unique within the same app.
- (::String) — Optional. The display name of the toolset. Must be unique within the same app.
#etag
def etag() -> ::String- (::String) — ETag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.
#etag=
def etag=(value) -> ::String- value (::String) — ETag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.
- (::String) — ETag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.
#execution_type
def execution_type() -> ::Google::Cloud::Ces::V1beta::ExecutionType- (::Google::Cloud::Ces::V1beta::ExecutionType) — Optional. The execution type of the tools in the toolset.
#execution_type=
def execution_type=(value) -> ::Google::Cloud::Ces::V1beta::ExecutionType- value (::Google::Cloud::Ces::V1beta::ExecutionType) — Optional. The execution type of the tools in the toolset.
- (::Google::Cloud::Ces::V1beta::ExecutionType) — Optional. The execution type of the tools in the toolset.
#mcp_toolset
def mcp_toolset() -> ::Google::Cloud::Ces::V1beta::McpToolset-
(::Google::Cloud::Ces::V1beta::McpToolset) — Optional. A toolset that contains a list of tools that are offered by the
MCP server.
Note: The following fields are mutually exclusive:
mcp_toolset,open_api_toolset,connector_toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.
#mcp_toolset=
def mcp_toolset=(value) -> ::Google::Cloud::Ces::V1beta::McpToolset-
value (::Google::Cloud::Ces::V1beta::McpToolset) — Optional. A toolset that contains a list of tools that are offered by the
MCP server.
Note: The following fields are mutually exclusive:
mcp_toolset,open_api_toolset,connector_toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Ces::V1beta::McpToolset) — Optional. A toolset that contains a list of tools that are offered by the
MCP server.
Note: The following fields are mutually exclusive:
mcp_toolset,open_api_toolset,connector_toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.
#name
def name() -> ::String-
(::String) — Identifier. The unique identifier of the toolset.
Format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
#name=
def name=(value) -> ::String-
value (::String) — Identifier. The unique identifier of the toolset.
Format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
-
(::String) — Identifier. The unique identifier of the toolset.
Format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
#open_api_toolset
def open_api_toolset() -> ::Google::Cloud::Ces::V1beta::OpenApiToolset-
(::Google::Cloud::Ces::V1beta::OpenApiToolset) — Optional. A toolset that contains a list of tools that are defined by an
OpenAPI schema.
Note: The following fields are mutually exclusive:
open_api_toolset,mcp_toolset,connector_toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.
#open_api_toolset=
def open_api_toolset=(value) -> ::Google::Cloud::Ces::V1beta::OpenApiToolset-
value (::Google::Cloud::Ces::V1beta::OpenApiToolset) — Optional. A toolset that contains a list of tools that are defined by an
OpenAPI schema.
Note: The following fields are mutually exclusive:
open_api_toolset,mcp_toolset,connector_toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Ces::V1beta::OpenApiToolset) — Optional. A toolset that contains a list of tools that are defined by an
OpenAPI schema.
Note: The following fields are mutually exclusive:
open_api_toolset,mcp_toolset,connector_toolset. If a field in that set is populated, all other fields in the set will automatically be cleared.
#tool_fake_config
def tool_fake_config() -> ::Google::Cloud::Ces::V1beta::ToolFakeConfig- (::Google::Cloud::Ces::V1beta::ToolFakeConfig) — Optional. Configuration for tools behavior in fake mode.
#tool_fake_config=
def tool_fake_config=(value) -> ::Google::Cloud::Ces::V1beta::ToolFakeConfig- value (::Google::Cloud::Ces::V1beta::ToolFakeConfig) — Optional. Configuration for tools behavior in fake mode.
- (::Google::Cloud::Ces::V1beta::ToolFakeConfig) — Optional. Configuration for tools behavior in fake mode.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the toolset was last updated.