CodeLocationOrBuilder

antarmuka publik CodeLocationOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

Tali abstrak
dapatkan NamaHost ()
 Host name on which the source files are located.
abstrak com.google.protobuf.ByteString
dapatkanHostNameBytes ()
 Host name on which the source files are located.
Tali abstrak
getStackFrameIds (indeks int)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
abstrak com.google.protobuf.ByteString
getStackFrameIdsBytes (indeks int)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
abstrak ke dalam
dapatkanStackFrameIdsCount ()
 ID to a stack frame, each of which is pointed to
 by a unique ID.
Daftar abstrak<String>
dapatkanStackFrameIdsList ()
 ID to a stack frame, each of which is pointed to
 by a unique ID.

Metode Publik

String abstrak publik getHostName ()

 Host name on which the source files are located.
 
string host_name = 1;

abstrak publik com.google.protobuf.ByteString getHostNameBytes ()

 Host name on which the source files are located.
 
string host_name = 1;

String abstrak publik getStackFrameIds (indeks 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;

abstrak publik com.google.protobuf.ByteString getStackFrameIdsBytes (indeks 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;

abstrak publik 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;

Daftar abstrak publik<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;