ApiDef.ArgOrBuilder

パブリック静的インターフェイスApiDef.ArgOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象文字列
get説明()
 Note: this will replace any inherited arg doc.
抽象的な com.google.protobuf.ByteString
getDescriptionBytes ()
 Note: this will replace any inherited arg doc.
抽象文字列
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.
抽象的な com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.

パブリックメソッド

パブリック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;

パブリック抽象 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;

パブリック抽象 String getName ()

string name = 1;

パブリック抽象 com.google.protobuf.ByteString getNameBytes ()

string name = 1;

パブリック抽象 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;