الفئة النهائية العامة DebuggedSourceFile
نوع Protobuf tensorflow.DebuggedSourceFile
فئات متداخلة
فصل | DebuggedSourceFile.Builder | نوع Protobuf tensorflow.DebuggedSourceFile |
الثوابت
كثافة العمليات | BYTES_FIELD_NUMBER | |
كثافة العمليات | FILE_PATH_FIELD_NUMBER | |
كثافة العمليات | HOST_FIELD_NUMBER | |
كثافة العمليات | LAST_MODIFIED_FIELD_NUMBER | |
كثافة العمليات | LINES_FIELD_NUMBER |
الأساليب العامة
منطقية | يساوي (كائن كائن) |
طويل | الحصول على بايت () Byte size of the file. |
ثابت DebuggedSourceFile | |
ملف المصدر المصحح | |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
خيط | الحصول على مسار الملف () Path to the source code file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
خيط | احصل على المضيف () The host name on which a source code file is located. |
com.google.protobuf.ByteString | الحصول علىHostBytes () The host name on which a source code file is located. |
طويل | الحصول على LastModified () The timestamp at which the source code file is last modified. |
خيط | الحصول على خطوط (فهرس كثافة العمليات) Line-by-line content of the source code file. |
com.google.protobuf.ByteString | getLinesBytes (فهرس كثافة العمليات) Line-by-line content of the source code file. |
كثافة العمليات | الحصول على خطوطكونت () Line-by-line content of the source code file. |
com.google.protobuf.ProtocolStringList | قائمة الحصول على الخطوط () Line-by-line content of the source code file. |
كثافة العمليات | |
النهائي com.google.protobuf.UnknownFieldSet | |
كثافة العمليات | رمز التجزئة () |
منطقية نهائية | تمت التهيئة () |
ثابت DebuggedSourceFile.Builder | newBuilder (النموذج الأولي لملف DebuggedSourceFile ) |
ثابت DebuggedSourceFile.Builder | منشئ جديد () |
DebuggedSourceFile.Builder | |
ثابت DebuggedSourceFile | parseDelimitedFrom (إدخال InputStream) |
ثابت DebuggedSourceFile | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت DebuggedSourceFile | parseFrom (بيانات ByteBuffer) |
ثابت DebuggedSourceFile | parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت DebuggedSourceFile | parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت DebuggedSourceFile | parseFrom (com.google.protobuf.CodedInputStream الإدخال) |
ثابت DebuggedSourceFile | parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت DebuggedSourceFile | parseFrom (بيانات com.google.protobuf.ByteString) |
ثابت DebuggedSourceFile | parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت DebuggedSourceFile | parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت | محلل () |
DebuggedSourceFile.Builder | إلى البناء () |
فارغ | writeTo (com.google.protobuf.CodedOutputStream الإخراج) |
الطرق الموروثة
منطقية | يساوي (كائن arg0) |
الدرجة النهائية<?> | الحصول على كلاس () |
كثافة العمليات | رمز التجزئة () |
الفراغ النهائي | إعلام () |
الفراغ النهائي | إعلام الكل () |
خيط | إلى السلسلة () |
الفراغ النهائي | انتظر (طويل arg0، int arg1) |
الفراغ النهائي | انتظر (طويل arg0) |
الفراغ النهائي | انتظر () |
مجردة طويلة | الحصول على بايت () Byte size of the file. |
سلسلة مجردة | الحصول على مسار الملف () Path to the source code file. |
مجردة com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
سلسلة مجردة | احصل على المضيف () The host name on which a source code file is located. |
مجردة com.google.protobuf.ByteString | الحصول علىHostBytes () The host name on which a source code file is located. |
مجردة طويلة | الحصول على LastModified () The timestamp at which the source code file is last modified. |
سلسلة مجردة | الحصول على خطوط (فهرس كثافة العمليات) Line-by-line content of the source code file. |
مجردة com.google.protobuf.ByteString | getLinesBytes (فهرس كثافة العمليات) Line-by-line content of the source code file. |
كثافة العمليات مجردة | الحصول على خطوطكونت () Line-by-line content of the source code file. |
قائمة مجردة <سلسلة> | قائمة الحصول على الخطوط () Line-by-line content of the source code file. |
الثوابت
العدد النهائي الثابت العام BYTES_FIELD_NUMBER
القيمة الثابتة: 4
العدد النهائي الثابت العام FILE_PATH_FIELD_NUMBER
القيمة الثابتة: 2
العدد النهائي الثابت العام HOST_FIELD_NUMBER
القيمة الثابتة: 1
العدد النهائي الثابت العام LAST_MODIFIED_FIELD_NUMBER
القيمة الثابتة: 3
العدد النهائي الثابت العام LINES_FIELD_NUMBER
القيمة الثابتة: 5
الأساليب العامة
القيمة المنطقية العامة تساوي (Object obj)
getBytes العامة الطويلة ()
Byte size of the file.
int64 bytes = 4;
النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
سلسلة getFilePath العامة ()
Path to the source code file.
string file_path = 2;
com.google.protobuf.ByteString العامة getFilePathBytes ()
Path to the source code file.
string file_path = 2;
سلسلة getHost العامة ()
The host name on which a source code file is located.
string host = 1;
com.google.protobuf.ByteString getHostBytes () العام
The host name on which a source code file is located.
string host = 1;
getLastModified () العامة الطويلة
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
سلسلة getLines العامة (فهرس كثافة العمليات)
Line-by-line content of the source code file.
repeated string lines = 5;
com.google.protobuf.ByteString getLinesBytes العام (مؤشر int)
Line-by-line content of the source code file.
repeated string lines = 5;
int public getLinesCount ()
Line-by-line content of the source code file.
repeated string lines = 5;
com.google.protobuf.ProtocolStringList getLinesList () العامة
Line-by-line content of the source code file.
repeated string lines = 5;
عام الحصول على بارسيرفورتايب ()
int public getSerializedSize ()
النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()
كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
ثابت عام DebuggedSourceFile parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل DebuggedSourceFile الثابت العام (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل DebuggedSourceFile الثابت العام (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل DebuggedSourceFile العام الثابت (إدخال com.google.protobuf.CodedInputStream)
رميات
IOEException |
---|
تحليل DebuggedSourceFile الثابت العام (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل DebuggedSourceFile العام الثابت (بيانات com.google.protobuf.ByteString)
رميات
InvalidProtocolBufferException |
---|
تحليل DebuggedSourceFile العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل DebuggedSourceFile الثابت العام (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
IOEException |
---|