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.
абстрактный int
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)

 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;