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 ()
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 ()
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;