Class: Google::Cloud::Ces::V1beta::ToolFakeConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#code_block::Google::Cloud::Ces::V1beta::CodeBlock

Returns Optional. Code block which will be executed instead of a real tool call.

Returns:



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.

Returns:

  • (::Boolean)

    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