Net-NATS-Streaming-PB
view release on metacpan or search on metacpan
lib/Net/NATS/Streaming/PB.pm view on Meta::CPAN
=item B<$UnsubscribeRequest-E<gt>clear_subject()>
Clears the C<subject> element(s) of C<UnsubscribeRequest>.
=item B<$subject = $UnsubscribeRequest-E<gt>subject()>
Returns C<subject> from C<UnsubscribeRequest>. C<subject> will be a string.
=item B<$UnsubscribeRequest-E<gt>set_subject($value)>
Sets the value of C<subject> in C<UnsubscribeRequest> to C<value>. C<value> must be a string.
=item B<$has_inbox = $UnsubscribeRequest-E<gt>has_inbox()>
Returns 1 if the C<inbox> element of C<UnsubscribeRequest> is set, 0 otherwise.
=item B<$UnsubscribeRequest-E<gt>clear_inbox()>
Clears the C<inbox> element(s) of C<UnsubscribeRequest>.
=item B<$inbox = $UnsubscribeRequest-E<gt>inbox()>
Returns C<inbox> from C<UnsubscribeRequest>. C<inbox> will be a string.
=item B<$UnsubscribeRequest-E<gt>set_inbox($value)>
Sets the value of C<inbox> in C<UnsubscribeRequest> to C<value>. C<value> must be a string.
=item B<$has_durableName = $UnsubscribeRequest-E<gt>has_durableName()>
Returns 1 if the C<durableName> element of C<UnsubscribeRequest> is set, 0 otherwise.
=item B<$UnsubscribeRequest-E<gt>clear_durableName()>
Clears the C<durableName> element(s) of C<UnsubscribeRequest>.
=item B<$durableName = $UnsubscribeRequest-E<gt>durableName()>
Returns C<durableName> from C<UnsubscribeRequest>. C<durableName> will be a string.
=item B<$UnsubscribeRequest-E<gt>set_durableName($value)>
Sets the value of C<durableName> in C<UnsubscribeRequest> to C<value>. C<value> must be a string.
=back
=head1 AUTHOR
Generated from Net.NATS.Streaming.PB.UnsubscribeRequest by the protoc compiler.
=head1 SEE ALSO
http://code.google.com/p/protobuf
=cut
=head1 REPOSITORY
L<https://github.com/sergeykolychev/perl-nats-streaming>
=head1 COPYRIGHT & LICENSE
Copyright (C) 2017 by Sergey Kolychev <sergeykolychev.github@gmail.com>
This library is licensed under Apache 2.0 license https://www.apache.org/licenses/LICENSE-2.0
=cut
( run in 0.675 second using v1.01-cache-2.11-cpan-39bf76dae61 )