সর্বজনীন ইন্টারফেস DebuggedSourceFileOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
বিমূর্ত দীর্ঘ | getBytes () Byte size of the file. |
বিমূর্ত স্ট্রিং | getFilePath () Path to the source code file. |
বিমূর্ত com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
বিমূর্ত স্ট্রিং | getHost () The host name on which a source code file is located. |
বিমূর্ত com.google.protobuf.ByteString | getHostBytes () The host name on which a source code file is located. |
বিমূর্ত দীর্ঘ | GetLastModified () The timestamp at which the source code file is last modified. |
বিমূর্ত স্ট্রিং | getLines (int সূচক) Line-by-line content of the source code file. |
বিমূর্ত com.google.protobuf.ByteString | getLinesBytes (int সূচক) Line-by-line content of the source code file. |
বিমূর্ত int | getLinesCount () Line-by-line content of the source code file. |
বিমূর্ত তালিকা<স্ট্রিং> | getLinesList () Line-by-line content of the source code file. |
পাবলিক পদ্ধতি
পাবলিক বিমূর্ত দীর্ঘ getBytes ()
Byte size of the file.
int64 bytes = 4;
সর্বজনীন বিমূর্ত স্ট্রিং 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 (int সূচক)
Line-by-line content of the source code file.
repeated string lines = 5;
সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getLinesBytes (int index)
Line-by-line content of the source code file.
repeated string lines = 5;
পাবলিক বিমূর্ত int getLinesCount ()
Line-by-line content of the source code file.
repeated string lines = 5;
সর্বজনীন বিমূর্ত তালিকা<String> getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;