6 #ifndef __DELETE_RESOURCE_GROUP_H__
7 #define __DELETE_RESOURCE_GROUP_H__
27 options(std::map<std::string, std::string>())
59 std::map<std::string, std::string>
options;
65 template<>
struct codec_traits<gpudb::DeleteResourceGroupRequest>
69 ::avro::encode(e, v.
name);
75 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
77 const std::vector<size_t> fo = rd->fieldOrder();
79 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
84 ::avro::decode(d, v.
name);
98 ::avro::decode(d, v.
name);
123 info(std::map<std::string, std::string>())
128 std::map<std::string, std::string>
info;
134 template<>
struct codec_traits<gpudb::DeleteResourceGroupResponse>
138 ::avro::encode(e, v.
name);
139 ::avro::encode(e, v.
info);
144 if (::avro::ResolvingDecoder *rd = dynamic_cast< ::avro::ResolvingDecoder*>(&d))
146 const std::vector<size_t> fo = rd->fieldOrder();
148 for (std::vector<size_t>::const_iterator it = fo.begin(); it != fo.end(); ++it)
153 ::avro::decode(d, v.
name);
157 ::avro::decode(d, v.
info);
167 ::avro::decode(d, v.
name);
168 ::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.