Class: Google::Apis::BiglakeV1::SerDeInfo
- Inherits:
-
Object
- Object
- Google::Apis::BiglakeV1::SerDeInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/biglake_v1/classes.rb,
lib/google/apis/biglake_v1/representations.rb,
lib/google/apis/biglake_v1/representations.rb
Overview
Serializer and deserializer information.
Instance Attribute Summary collapse
-
#serialization_lib ⇒ String
The fully qualified Java class name of the serialization library.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SerDeInfo
constructor
A new instance of SerDeInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SerDeInfo
Returns a new instance of SerDeInfo.
294 295 296 |
# File 'lib/google/apis/biglake_v1/classes.rb', line 294 def initialize(**args) update!(**args) end |
Instance Attribute Details
#serialization_lib ⇒ String
The fully qualified Java class name of the serialization library.
Corresponds to the JSON property serializationLib
292 293 294 |
# File 'lib/google/apis/biglake_v1/classes.rb', line 292 def serialization_lib @serialization_lib end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
299 300 301 |
# File 'lib/google/apis/biglake_v1/classes.rb', line 299 def update!(**args) @serialization_lib = args[:serialization_lib] if args.key?(:serialization_lib) end |