Class: Hive2::Thrift::TGetDelegationTokenResp

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
DELEGATIONTOKEN =
2
FIELDS =
{
  STATUS => {:type => ::Thrift::Types::STRUCT, :name => 'status', :class => ::Hive2::Thrift::TStatus},
  DELEGATIONTOKEN => {:type => ::Thrift::Types::STRING, :name => 'delegationToken', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject

Raises:

  • (::Thrift::ProtocolException)


1680
1681
1682
# File 'lib/thrift/t_c_l_i_service_types.rb', line 1680

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