Class: ThriftHiveMetastore::Get_privilege_set_args

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

Constant Summary collapse

HIVEOBJECT =
1
USER_NAME =
2
GROUP_NAMES =
3
FIELDS =
{
  HIVEOBJECT => {:type => ::Thrift::Types::STRUCT, :name => 'hiveObject', :class => ::HiveObjectRef},
  USER_NAME => {:type => ::Thrift::Types::STRING, :name => 'user_name'},
  GROUP_NAMES => {:type => ::Thrift::Types::LIST, :name => 'group_names', :element => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3584
# File 'lib/thrift/thrift_hive_metastore.rb', line 3584

def struct_fields; FIELDS; end

#validateObject



3586
3587
# File 'lib/thrift/thrift_hive_metastore.rb', line 3586

def validate
end