الواجهة العامة SourceFileOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
سلسلة مجردة | الحصول على مسار الملف () Path to the file. |
مجردة com.google.protobuf.ByteString | getFilePathBytes () Path to the file. |
سلسلة مجردة | اسم المضيف () 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. |
سلسلة مجردة | الحصول على خطوط (فهرس كثافة العمليات) Line-by-line content of the file. |
مجردة com.google.protobuf.ByteString | getLinesBytes (فهرس كثافة العمليات) Line-by-line content of the file. |
كثافة العمليات مجردة | الحصول على خطوطكونت () Line-by-line content of the file. |
قائمة مجردة <سلسلة> | قائمة الحصول على الخطوط () Line-by-line content of the file. |
الأساليب العامة
سلسلة مجردة عامة getFilePath ()
Path to the file.
string file_path = 1;
الملخص العام 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;
الملخص العام com.google.protobuf.ByteString getHostNameBytes ()
Name of the host on which the file is located.
string host_name = 2;
سلسلة getLines مجردة عامة (فهرس كثافة العمليات)
Line-by-line content of the file.
repeated string lines = 3;
الملخص العام com.google.protobuf.ByteString getLinesBytes (مؤشر int)
Line-by-line content of the file.
repeated string lines = 3;
الملخص العام int getLinesCount ()
Line-by-line content of the file.
repeated string lines = 3;
قائمة مجردة عامة<String> getLinesList ()
Line-by-line content of the file.
repeated string lines = 3;