CodeLocationOrBuilder

رابط عمومی 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.
انتزاعی
getStackFrameIdsCount ()
 ID to a stack frame, each of which is pointed to
 by a unique ID.
فهرست انتزاعی<String>
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 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;

عمومی انتزاعی 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;