Class: Hive2::Thrift::TCancelOperationReq

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

OPERATIONHANDLE =
1
FIELDS =
{
  OPERATIONHANDLE => {:type => ::Thrift::Types::STRUCT, :name => 'operationHandle', :class => ::Hive2::Thrift::TOperationHandle}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject

Raises:

  • (::Thrift::ProtocolException)


1504
1505
1506
# File 'lib/thrift/t_c_l_i_service_types.rb', line 1504

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