6 #ifndef __DELETE_RESOURCE_GROUP_H__
7 #define __DELETE_RESOURCE_GROUP_H__
27 options(std::map<std::string, std::string>())
46 std::map<std::string, std::string>
options;
52 template<>
struct codec_traits<gpudb::DeleteResourceGroupRequest>
56 ::avro::encode(e, v.
name);
62 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
64 const std::vector<size_t> fo = rd->fieldOrder();
66 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
71 ::avro::decode(d, v.
name);
85 ::avro::decode(d, v.
name);
110 info(std::map<std::string, std::string>())
115 std::map<std::string, std::string>
info;
121 template<>
struct codec_traits<gpudb::DeleteResourceGroupResponse>
125 ::avro::encode(e, v.
name);
126 ::avro::encode(e, v.
info);
131 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
133 const std::vector<size_t> fo = rd->fieldOrder();
135 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
140 ::avro::decode(d, v.
name);
144 ::avro::decode(d, v.
info);
154 ::avro::decode(d, v.
name);
155 ::avro::decode(d, v.
info);
DeleteResourceGroupRequest()
Constructs a DeleteResourceGroupRequest object with default parameter values.
std::map< std::string, std::string > info
DeleteResourceGroupRequest(const std::string &name_, const std::map< std::string, std::string > &options_)
Constructs a DeleteResourceGroupRequest object with the specified parameters.
std::map< std::string, std::string > options
DeleteResourceGroupResponse()
Constructs a DeleteResourceGroupResponse object with default parameter values.
A set of input parameters for const.
A set of output parameters for const.