ApiDef.ArgOrBuilder

رابط استاتیک عمومی ApiDef.ArgOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

رشته انتزاعی
getDescription ()
 Note: this will replace any inherited arg doc.
چکیده com.google.protobuf.ByteString
getDescriptionBytes ()
 Note: this will replace any inherited arg doc.
رشته انتزاعی
getName ()
string name = 1;
چکیده com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
رشته انتزاعی
getRenameTo ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.
چکیده com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.

روش های عمومی

رشته انتزاعی عمومی getDescription ()

string description = 3;

 Note: this will replace any inherited arg doc. There is no
 current way of modifying arg descriptions (other than replacing
 them entirely) as can be done with op descriptions.
 
= 3;

چکیده عمومی com.google.protobuf.ByteString getDescriptionBytes ()

 Note: this will replace any inherited arg doc. There is no
 current way of modifying arg descriptions (other than replacing
 them entirely) as can be done with op descriptions.
 
string description = 3;

رشته انتزاعی عمومی getName ()

string name = 1;

چکیده عمومی com.google.protobuf.ByteString getNameBytes ()

string name = 1;

رشته انتزاعی عمومی getRenameTo ()

 Change the name used to access this arg in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

چکیده عمومی com.google.protobuf.ByteString getRenameToBytes ()

 Change the name used to access this arg in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;