ApiDef.ArgOrBuilder

interface statique publique ApiDef.ArgOrBuilder
Sous-classes indirectes connues

Méthodes publiques

chaîne abstraite
obtenirDescription ()
 Note: this will replace any inherited arg doc.
résumé com.google.protobuf.ByteString
getDescriptionBytes ()
 Note: this will replace any inherited arg doc.
chaîne abstraite
obtenirNom ()
string name = 1;
résumé com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
chaîne abstraite
getRenameTo ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.
résumé com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.

Méthodes publiques

chaîne abstraite publique getDescription ()

 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;

résumé public 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;

chaîne abstraite publique getName ()

string name = 1;

résumé public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

chaîne abstraite publique getRenameTo ()

chaîne

 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;

résumé public com.google.protobuf.ByteString getRenameToBytes ()

chaîne

 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;