SourceFile

מחלקה סופית ציבורית SourceFile

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

כיתות מקוננות

מעמד SourceFile.Builder
 Content of a source file involved in the execution of the debugged TensorFlow
 program. 

קבועים

int FILE_PATH_FIELD_NUMBER
int HOST_NAME_FIELD_NUMBER
int LINES_FIELD_NUMBER

שיטות ציבוריות

בוליאני
שווה (Object obj)
קובץ מקור סטטי
קובץ מקור
final static 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.
int
final com.google.protobuf.UnknownFieldSet
int
בוליאנית סופית
סטטי SourceFile.Builder
newBuilder (אב-טיפוס SourceFile )
סטטי SourceFile.Builder
SourceFile.Builder
קובץ מקור סטטי
parseDelimitedFrom (קלט InputStream)
קובץ מקור סטטי
parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
קובץ מקור סטטי
parseFrom (נתוני ByteBuffer)
קובץ מקור סטטי
parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
קובץ מקור סטטי
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
קובץ מקור סטטי
parseFrom (קלט com.google.protobuf.CodedInputStream)
קובץ מקור סטטי
parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
קובץ מקור סטטי
parseFrom (נתוני com.google.protobuf.ByteString)
קובץ מקור סטטי
parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
קובץ מקור סטטי
parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטָטִי
SourceFile.Builder
בָּטֵל
writeTo (פלט com.google.protobuf.CodedOutputStream)

שיטות בירושה

קבועים

אינט סופי סטטי ציבורי FILE_PATH_FIELD_NUMBER

ערך קבוע: 1

גמר סטטי ציבורי HOST_NAME_FIELD_NUMBER

ערך קבוע: 2

גמר סטטי ציבורי LINES_FIELD_NUMBER

ערך קבוע: 3

שיטות ציבוריות

שווה ערך בוליאני ציבורי (Object obj)

Public static SourceFile getDefaultInstance ()

public SourceFile getDefaultInstanceForType ()

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

מחרוזת ציבורית 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;

פּוּמְבֵּי getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

בוליאני הסופי הציבורי הוא אתחול ()

ציבורי סטטי SourceFile.Builder newBuilder (אב-טיפוס SourceFile )

public static SourceFile.Builder newBuilder ()

public SourceFile.Builder newBuilderForType ()

public static SourceFile parseDelimitedFrom (קלט InputStream)

זורק
IOException

public static SourceFile parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

מנתח קובץ מקור סטטי ציבורי (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

public static SourceFile parseFrom (com.google.protobuf.CodedInputStream קלט, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static SourceFile parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

public static SourceFile parseFrom (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

public static SourceFile parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

public static SourceFile parseFrom (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

public static SourceFile parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public static SourceFile parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

public SourceFile.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException