Class: Google::Genai::Types::File
- Defined in:
- lib/google/genai/types.rb
Instance Attribute Summary collapse
-
#create_time ⇒ Object
Returns the value of attribute create_time.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#error ⇒ Object
Returns the value of attribute error.
-
#expiration_time ⇒ Object
Returns the value of attribute expiration_time.
-
#mime_type ⇒ Object
Returns the value of attribute mime_type.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sha256_hash ⇒ Object
Returns the value of attribute sha256_hash.
-
#size_bytes ⇒ Object
Returns the value of attribute size_bytes.
-
#state ⇒ Object
Returns the value of attribute state.
-
#update_time ⇒ Object
Returns the value of attribute update_time.
-
#uri ⇒ Object
Returns the value of attribute uri.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Google::Genai::Types::Base
Instance Attribute Details
#create_time ⇒ Object
Returns the value of attribute create_time.
83 84 85 |
# File 'lib/google/genai/types.rb', line 83 def create_time @create_time end |
#display_name ⇒ Object
Returns the value of attribute display_name.
83 84 85 |
# File 'lib/google/genai/types.rb', line 83 def display_name @display_name end |
#error ⇒ Object
Returns the value of attribute error.
83 84 85 |
# File 'lib/google/genai/types.rb', line 83 def error @error end |
#expiration_time ⇒ Object
Returns the value of attribute expiration_time.
83 84 85 |
# File 'lib/google/genai/types.rb', line 83 def expiration_time @expiration_time end |
#mime_type ⇒ Object
Returns the value of attribute mime_type.
83 84 85 |
# File 'lib/google/genai/types.rb', line 83 def mime_type @mime_type end |
#name ⇒ Object
Returns the value of attribute name.
83 84 85 |
# File 'lib/google/genai/types.rb', line 83 def name @name end |
#sha256_hash ⇒ Object
Returns the value of attribute sha256_hash.
83 84 85 |
# File 'lib/google/genai/types.rb', line 83 def sha256_hash @sha256_hash end |
#size_bytes ⇒ Object
Returns the value of attribute size_bytes.
83 84 85 |
# File 'lib/google/genai/types.rb', line 83 def size_bytes @size_bytes end |
#state ⇒ Object
Returns the value of attribute state.
83 84 85 |
# File 'lib/google/genai/types.rb', line 83 def state @state end |
#update_time ⇒ Object
Returns the value of attribute update_time.
83 84 85 |
# File 'lib/google/genai/types.rb', line 83 def update_time @update_time end |
#uri ⇒ Object
Returns the value of attribute uri.
83 84 85 |
# File 'lib/google/genai/types.rb', line 83 def uri @uri end |