Interface ApiDef.ArgOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
ApiDef.Arg, ApiDef.Arg.Builder
Enclosing class:
ApiDef

public static interface ApiDef.ArgOrBuilder extends MessageOrBuilder
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • 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.