SourceFile.Builder

パブリック静的最終クラスSourceFile.Builder

 Content of a source file involved in the execution of the debugged TensorFlow
 program.
 
Protobuf 型tensorflow.SourceFile

パブリックメソッド

ソースファイル.ビルダー
addAllLines (Iterable<String> 値)
 Line-by-line content of the file.
ソースファイル.ビルダー
addLines (文字列値)
 Line-by-line content of the file.
ソースファイル.ビルダー
addLinesBytes (com.google.protobuf.ByteString 値)
 Line-by-line content of the file.
ソースファイル.ビルダー
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
ソースファイル
建てる()
ソースファイル
ソースファイル.ビルダー
クリア()
ソースファイル.ビルダー
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
ソースファイル.ビルダー
クリアファイルパス()
 Path to the file.
ソースファイル.ビルダー
クリアホスト名()
 Name of the host on which the file is located.
ソースファイル.ビルダー
クリアライン()
 Line-by-line content of the file.
ソースファイル.ビルダー
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ソースファイル.ビルダー
ソースファイル
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getファイルパス()
 Path to the file.
com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the file.
getホスト名()
 Name of the host on which the file is located.
com.google.protobuf.ByteString
getHostNameBytes ()
 Name of the host on which the file is located.
getLines (int インデックス)
 Line-by-line content of the file.
com.google.protobuf.ByteString
getLinesBytes (int インデックス)
 Line-by-line content of the file.
整数
getLinesCount ()
 Line-by-line content of the file.
com.google.protobuf.ProtocolStringList
getLinesList ()
 Line-by-line content of the file.
最終ブール値
ソースファイル.ビルダー
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ソースファイル.ビルダー
mergeFrom (com.google.protobuf.Message other)
最終的なSourceFile.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
ソースファイル.ビルダー
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
ソースファイル.ビルダー
setFilePath (文字列値)
 Path to the file.
ソースファイル.ビルダー
setFilePathBytes (com.google.protobuf.ByteString 値)
 Path to the file.
ソースファイル.ビルダー
setHostName (文字列値)
 Name of the host on which the file is located.
ソースファイル.ビルダー
setHostNameBytes (com.google.protobuf.ByteString 値)
 Name of the host on which the file is located.
ソースファイル.ビルダー
setLines (int インデックス、文字列値)
 Line-by-line content of the file.
ソースファイル.ビルダー
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
最終的なSourceFile.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public SourceFile.Builder addAllLines (Iterable<String> 値)

 Line-by-line content of the file.
 
repeated string lines = 3;

public SourceFile.Builder addLines (文字列値)

 Line-by-line content of the file.
 
repeated string lines = 3;

public SourceFile.Builder addLinesBytes (com.google.protobuf.ByteString 値)

 Line-by-line content of the file.
 
repeated string lines = 3;

public SourceFile.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public SourceFile build ()

public SourceFile buildPartial ()

public SourceFile.Builder clear ()

public SourceFile.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public SourceFile.Builder clearFilePath ()

 Path to the file.
 
string file_path = 1;

public SourceFile.Builder clearHostName ()

 Name of the host on which the file is located.
 
string host_name = 2;

public SourceFile.Builder clearLines ()

 Line-by-line content of the file.
 
repeated string lines = 3;

public SourceFile.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public SourceFile.Builder clone ()

public SourceFile getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

パブリック String getFilePath ()

 Path to the file.
 
string file_path = 1;

public com.google.protobuf.ByteString getFilePathBytes ()

 Path to the file.
 
string file_path = 1;

パブリック String getHostName ()

 Name of the host on which the file is located.
 
string host_name = 2;

public com.google.protobuf.ByteString getHostNameBytes ()

 Name of the host on which the file is located.
 
string host_name = 2;

public String getLines (int インデックス)

 Line-by-line content of the file.
 
repeated string lines = 3;

public com.google.protobuf.ByteString getLinesBytes (int インデックス)

 Line-by-line content of the file.
 
repeated string lines = 3;

public int getLinesCount ()

 Line-by-line content of the file.
 
repeated string lines = 3;

public com.google.protobuf.ProtocolStringList getLinesList ()

 Line-by-line content of the file.
 
repeated string lines = 3;

パブリック最終ブール値isInitialized ()

public SourceFile.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public SourceFile.Builder mergeFrom (com.google.protobuf.Message other)

public Final SourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public SourceFile.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public SourceFile.Builder setFilePath (文字列値)

 Path to the file.
 
string file_path = 1;

public SourceFile.Builder setFilePathBytes (com.google.protobuf.ByteString 値)

 Path to the file.
 
string file_path = 1;

public SourceFile.Builder setHostName (文字列値)

 Name of the host on which the file is located.
 
string host_name = 2;

public SourceFile.Builder setHostNameBytes (com.google.protobuf.ByteString 値)

 Name of the host on which the file is located.
 
string host_name = 2;

public SourceFile.Builder setLines (int インデックス、文字列値)

 Line-by-line content of the file.
 
repeated string lines = 3;

public SourceFile.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public Final SourceFile.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)