Interface ApiDef.ArgOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
ApiDef.Arg, ApiDef.Arg.Builder
- Enclosing class:
ApiDef
-
Method Summary
Modifier and TypeMethodDescriptionNote: this will replace any inherited arg doc.Note: this will replace any inherited arg doc.getName()string name = 1;string name = 1;Change the name used to access this arg in the API from what is used in the GraphDef.Change the name used to access this arg in the API from what is used in the GraphDef.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getName
-
getNameBytes
-
getRenameTo
String 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;- Returns:
- The renameTo.
-
getRenameToBytes
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;- Returns:
- The bytes for renameTo.
-
getDescription
String 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;- Returns:
- The description.
-
getDescriptionBytes
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;- Returns:
- The bytes for description.
-