ApiDef.ArgOrBuilder

общедоступный статический интерфейс ApiDef.ArgOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная строка
получитьОписание ()
 Note: this will replace any inherited arg doc.
абстрактный com.google.protobuf.ByteString
getDescriptionBytes ()
 Note: this will replace any inherited arg doc.
абстрактная строка
получитьИмя ()
string name = 1;
абстрактный com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
абстрактная строка
getRenameTo ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.
абстрактный com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.

Публичные методы

общедоступная абстрактная строка 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;

публичный абстрактный 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;

общедоступная абстрактная строка getName ()

string name = 1;

общедоступный абстрактный com.google.protobuf.ByteString getNameBytes ()

string name = 1;

общедоступная абстрактная строка 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;

публичный абстрактный 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;