পাবলিক ইন্টারফেস CodeLocationOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
বিমূর্ত স্ট্রিং | getHostName () Host name on which the source files are located. |
বিমূর্ত com.google.protobuf.ByteString | getHostNameBytes () Host name on which the source files are located. |
বিমূর্ত স্ট্রিং | getStackFrameIds (int সূচক) ID to a stack frame, each of which is pointed to by a unique ID. |
বিমূর্ত com.google.protobuf.ByteString | getStackFrameIdsBytes (int সূচক) ID to a stack frame, each of which is pointed to by a unique ID. |
বিমূর্ত int | getStackFrameIdsCount () ID to a stack frame, each of which is pointed to by a unique ID. |
বিমূর্ত তালিকা<স্ট্রিং> | getStackFrameIdsList () ID to a stack frame, each of which is pointed to by a unique ID. |
পাবলিক পদ্ধতি
সর্বজনীন বিমূর্ত স্ট্রিং getHostName ()
Host name on which the source files are located.
string host_name = 1;
সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getHostNameBytes ()
Host name on which the source files are located.
string host_name = 1;
সর্বজনীন বিমূর্ত স্ট্রিং getStackFrameIds (int সূচক)
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
সর্বজনীন বিমূর্ত com.google.protobuf.ByteString getStackFrameIdsBytes (int index)
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
পাবলিক বিমূর্ত int getStackFrameIdsCount ()
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;
সর্বজনীন বিমূর্ত তালিকা<String> getStackFrameIdsList ()
ID to a stack frame, each of which is pointed to by a unique ID. The ordering of the frames is consistent with Python's `traceback.extract_tb()`.
repeated string stack_frame_ids = 2;