ApiDef.ArgOrBuilder

public static interface ApiDef.ArgOrBuilder
Known Indirect Subclasses

Public Methods

abstract String
getDescription()
 Note: this will replace any inherited arg doc.
abstract com.google.protobuf.ByteString
getDescriptionBytes()
 Note: this will replace any inherited arg doc.
abstract String
getName()
string name = 1;
abstract com.google.protobuf.ByteString
getNameBytes()
string name = 1;
abstract String
getRenameTo()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.
abstract com.google.protobuf.ByteString
getRenameToBytes()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.

Public Methods

public abstract 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;

public abstract 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;

public abstract String getName ()

string name = 1;

public abstract com.google.protobuf.ByteString getNameBytes ()

string name = 1;

public abstract 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;

public abstract 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;