Class: Hive2::Thrift::TGetCatalogsReq
- Inherits:
-
Object
- Object
- Hive2::Thrift::TGetCatalogsReq
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/t_c_l_i_service_types.rb
Constant Summary collapse
- SESSIONHANDLE =
1- FIELDS =
{ SESSIONHANDLE => {:type => ::Thrift::Types::STRUCT, :name => 'sessionHandle', :class => ::Hive2::Thrift::TSessionHandle} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1214 |
# File 'lib/thrift/t_c_l_i_service_types.rb', line 1214 def struct_fields; FIELDS; end |
#validate ⇒ Object
1216 1217 1218 |
# File 'lib/thrift/t_c_l_i_service_types.rb', line 1216 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field sessionHandle is unset!') unless @sessionHandle end |