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.
सार सूची<स्ट्रिंग>
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;

सार्वजनिक सार सूची <स्ट्रिंग> 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;