has-methods(RProtoBuf)
has-methods()所属R语言包:RProtoBuf
Indicates if a message has the given field set
表示如果一个消息具有给定的字段集。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic method, currently only implemented for Message indicates if the message has the given field set.
这个通用的方法,目前仅实施消息表示,如果消息具有给定的字段集。
For non repeated fields, a call to the HasField method of the corresponding Message is issued.
对于非重复的字段,调用HasField方法对应的Message发出。
For repeated fields, a call to the FieldSize method is issued, and the message is declared to have the field if the size is greater than 0.
对于重复的字段,一个呼叫FieldSize方法被发出,并且该消息被声明为具有如果大小是大于0的字段。
方法----------Methods----------
has signature(object = "Message"): Indicates if the message has a given field.
signature(object = "Message"):表示如果消息有一个给定的领域。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|