CodeLocationOrBuilder

공개 인터페이스 CodeLocationOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
getHost이름 ()
 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 (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 인덱스)

 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;

공개 추상 List<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;