AC-Yenta
view release on metacpan or search on metacpan
lib/AC/protobuf/yenta_check.pl view on Meta::CPAN
##
## This file was generated by Google::ProtocolBuffers (0.08)
## on Wed Nov 14 11:56:43 2012
##
use strict;
use warnings;
use Google::ProtocolBuffers;
{
unless (ACPYentaCheckValue->can('_pb_fields_list')) {
Google::ProtocolBuffers->create_message(
'ACPYentaCheckValue',
[
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'map', 1, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_INT64(),
'version', 2, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_OPTIONAL(),
Google::ProtocolBuffers::Constants::TYPE_INT32(),
'level', 3, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_OPTIONAL(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'key', 4, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_OPTIONAL(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'hash', 5, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_OPTIONAL(),
Google::ProtocolBuffers::Constants::TYPE_INT64(),
'shard', 6, undef
],
],
{ 'create_accessors' => 1, 'follow_best_practice' => 1, }
);
}
unless (ACPYentaCheckReply->can('_pb_fields_list')) {
Google::ProtocolBuffers->create_message(
'ACPYentaCheckReply',
[
[
Google::ProtocolBuffers::Constants::LABEL_REPEATED(),
'ACPYentaCheckValue',
'check', 1, undef
],
],
{ 'create_accessors' => 1, 'follow_best_practice' => 1, }
);
}
unless (ACPYentaCheckRequest->can('_pb_fields_list')) {
Google::ProtocolBuffers->create_message(
'ACPYentaCheckRequest',
[
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'map', 1, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_INT32(),
'level', 2, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_INT64(),
'version', 3, undef
],
[
Google::ProtocolBuffers::Constants::LABEL_OPTIONAL(),
Google::ProtocolBuffers::Constants::TYPE_INT64(),
'shard', 4, undef
],
],
{ 'create_accessors' => 1, 'follow_best_practice' => 1, }
);
}
}
1;
( run in 0.717 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )