CodeLocationOrBuilder

الواجهة العامة CodeLocationOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

سلسلة مجردة
اسم المضيف ()
 Host name on which the source files are located.
مجردة com.google.protobuf.ByteString
getHostNameBytes ()
 Host name on which the source files are located.
سلسلة مجردة
getStackFrameIds (فهرس كثافة العمليات)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
مجردة com.google.protobuf.ByteString
getStackFrameIdsBytes (فهرس كثافة العمليات)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
كثافة العمليات مجردة
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 العامة المجردة (فهرس كثافة العمليات)

 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)

 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;