ApiDef.ArgOrBuilder

interface estática pública ApiDef.ArgOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

String abstrata
getDescription ()
 Note: this will replace any inherited arg doc.
abstract com.google.protobuf.ByteString
getDescriptionBytes ()
 Note: this will replace any inherited arg doc.
String abstrata
getName ()
string name = 1;
abstract com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
String abstrata
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.

Métodos Públicos

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;