מחלקה סופית סטטית ציבורית SourceFile.Builder
Content of a source file involved in the execution of the debugged TensorFlow program.
tensorflow.SourceFile
שיטות ציבוריות
SourceFile.Builder | addAllLines (ערכי <String> שניתן לבצע) Line-by-line content of the file. |
SourceFile.Builder | addLines (ערך מחרוזת) Line-by-line content of the file. |
SourceFile.Builder | addLinesBytes (ערך com.google.protobuf.ByteString) Line-by-line content of the file. |
SourceFile.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
קובץ מקור | לבנות () |
קובץ מקור | buildPartial () |
SourceFile.Builder | ברור () |
SourceFile.Builder | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
SourceFile.Builder | clearFilePath () Path to the file. |
SourceFile.Builder | clearHostName () Name of the host on which the file is located. |
SourceFile.Builder | clearLines () Line-by-line content of the file. |
SourceFile.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SourceFile.Builder | שיבוט () |
קובץ מקור | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
חוּט | getFilePath () Path to the file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
חוּט | getHostName () 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 index) Line-by-line content of the file. |
com.google.protobuf.ByteString | getLinesBytes (int index) Line-by-line content of the file. |
int | getLinesCount () Line-by-line content of the file. |
com.google.protobuf.ProtocolStringList | getLinesList () Line-by-line content of the file. |
בוליאנית סופית | |
SourceFile.Builder | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SourceFile.Builder | mergeFrom (com.google.protobuf.Message אחר) |
סופית SourceFile.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
SourceFile.Builder | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
SourceFile.Builder | setFilePath (ערך מחרוזת) Path to the file. |
SourceFile.Builder | setFilePathBytes (ערך com.google.protobuf.ByteString) Path to the file. |
SourceFile.Builder | setHostName (ערך מחרוזת) Name of the host on which the file is located. |
SourceFile.Builder | setHostNameBytes (ערך com.google.protobuf.ByteString) Name of the host on which the file is located. |
SourceFile.Builder | setLines (int index, ערך מחרוזת) Line-by-line content of the file. |
SourceFile.Builder | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
סופית SourceFile.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
שיטות בירושה
שיטות ציבוריות
public SourceFile.Builder addAllLines (ערכי <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.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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
מחרוזת ציבורית getFilePath ()
Path to the file.
string file_path = 1;
public com.google.protobuf.ByteString getFilePathBytes ()
Path to the file.
string file_path = 1;
מחרוזת ציבורית 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;
getLines של מחרוזת ציבורית (int index)
Line-by-line content of the file.
repeated string lines = 3;
public com.google.protobuf.ByteString getLinesBytes (int index)
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;
בוליאני הסופי הציבורי הוא אתחול ()
public SourceFile.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public final SourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public SourceFile.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
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 index, ערך מחרוזת)
Line-by-line content of the file.
repeated string lines = 3;