{
unless
(ACPAuth->can(
'_pb_fields_list'
)) {
Google::ProtocolBuffers->create_message(
'ACPAuth'
,
[
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'algorithm'
, 1,
undef
],
],
{
'create_accessors'
=> 1,
'follow_best_practice'
=> 1, }
);
}
unless
(ACPEncrypt->can(
'_pb_fields_list'
)) {
Google::ProtocolBuffers->create_message(
'ACPEncrypt'
,
[
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'algorithm'
, 1,
undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_FIXED64(),
'seqno'
, 2,
undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'nonce'
, 3,
undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_STRING(),
'hmac'
, 4,
undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_INT32(),
'length'
, 5,
undef
],
[
Google::ProtocolBuffers::Constants::LABEL_REQUIRED(),
Google::ProtocolBuffers::Constants::TYPE_BYTES(),
'ciphertext'
, 50,
undef
],
],
{
'create_accessors'
=> 1,
'follow_best_practice'
=> 1, }
);
}
}
1;