Class: Google::Genai::Types::Operation
- Defined in:
- lib/google/genai/types.rb
Instance Attribute Summary collapse
-
#done ⇒ Object
Returns the value of attribute done.
-
#error ⇒ Object
Returns the value of attribute error.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#name ⇒ Object
Returns the value of attribute name.
-
#response ⇒ Object
Returns the value of attribute response.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Google::Genai::Types::Base
Instance Attribute Details
#done ⇒ Object
Returns the value of attribute done.
99 100 101 |
# File 'lib/google/genai/types.rb', line 99 def done @done end |
#error ⇒ Object
Returns the value of attribute error.
99 100 101 |
# File 'lib/google/genai/types.rb', line 99 def error @error end |
#metadata ⇒ Object
Returns the value of attribute metadata.
99 100 101 |
# File 'lib/google/genai/types.rb', line 99 def @metadata end |
#name ⇒ Object
Returns the value of attribute name.
99 100 101 |
# File 'lib/google/genai/types.rb', line 99 def name @name end |
#response ⇒ Object
Returns the value of attribute response.
99 100 101 |
# File 'lib/google/genai/types.rb', line 99 def response @response end |