Class: Google::Cloud::Ces::V1beta::ToolFakeConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::ToolFakeConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/fakes.rb
Overview
Configuration for tool behavior in fake mode.
Instance Attribute Summary collapse
-
#code_block ⇒ ::Google::Cloud::Ces::V1beta::CodeBlock
Optional.
-
#enable_fake_mode ⇒ ::Boolean
Optional.
Instance Attribute Details
#code_block ⇒ ::Google::Cloud::Ces::V1beta::CodeBlock
Returns Optional. Code block which will be executed instead of a real tool call.
48 49 50 51 |
# File 'proto_docs/google/cloud/ces/v1beta/fakes.rb', line 48 class ToolFakeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_fake_mode ⇒ ::Boolean
Returns Optional. Whether the tool is using fake mode.
48 49 50 51 |
# File 'proto_docs/google/cloud/ces/v1beta/fakes.rb', line 48 class ToolFakeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |