AC-MrGamoo
view release on metacpan or search on metacpan
lib/AC/protobuf/std_reply.pl view on Meta::CPAN
##
## This file was generated by Google::ProtocolBuffers (0.08)
## on Fri May 14 14:44:01 2010
##
use strict;
use warnings;
use Google::ProtocolBuffers;
{
unless (ACPStdReply->can('_pb_fields_list')) {
Google::ProtocolBuffers->create_message(
'ACPStdReply',
[
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_INT32(),
'status_code', 1, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_OPTIONAL(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'status_message', 2, undef
],
],
{ 'create_accessors' => 1, 'follow_best_practice' => 1, }
);
}
}
1;
( run in 2.603 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )