ApiDef.ArgOrBuilder

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

Métodos Públicos

cadeia abstrata
getDescrição ()
 Note: this will replace any inherited arg doc.
abstrato com.google.protobuf.ByteString
getDescriptionBytes ()
 Note: this will replace any inherited arg doc.
cadeia abstrata
getNome ()
string name = 1;
abstrato com.google.protobuf.ByteString
getNomeBytes ()
string name = 1;
cadeia abstrata
getRenameTo ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.
abstrato 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

String abstrata pública getDescription ()

descrição da string

 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;

resumo público com.google.protobuf.ByteString getDescriptionBytes ()

descrição da string

 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;

String abstrata pública getName ()

string name = 1;

resumo público com.google.protobuf.ByteString getNameBytes ()

string name = 1;

String abstrata pública 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;

resumo público 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;