Class: Hive2::Thrift::TCloseOperationResp

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/t_c_l_i_service_types.rb

Constant Summary collapse

STATUS =
1
FIELDS =
{
  STATUS => {:type => ::Thrift::Types::STRUCT, :name => 'status', :class => ::Hive2::Thrift::TStatus}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1553
# File 'lib/thrift/t_c_l_i_service_types.rb', line 1553

def struct_fields; FIELDS; end

#validateObject

Raises:

  • (::Thrift::ProtocolException)


1555
1556
1557
# File 'lib/thrift/t_c_l_i_service_types.rb', line 1555

def validate
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field status is unset!') unless @status
end