CodeLocation.Builder คลาสสุดท้ายแบบคงที่สาธารณะ
Code location information: A stack trace with host-name information. Instead of encoding the detailed stack trace, this proto refers to IDs of stack frames stored as `StackFrameWithId` protos.
tensorflow.CodeLocation
วิธีการสาธารณะ
CodeLocation.ตัวสร้าง | addAllStackFrameIds (ค่า Iterable<String>) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.ตัวสร้าง | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์) |
CodeLocation.ตัวสร้าง | addStackFrameIds (ค่าสตริง) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.ตัวสร้าง | addStackFrameIdsBytes (ค่า com.google.protobuf.ByteString) ID to a stack frame, each of which is pointed to by a unique ID. |
รหัสที่ตั้ง | สร้าง () |
รหัสที่ตั้ง | สร้างบางส่วน () |
CodeLocation.ตัวสร้าง | ชัดเจน () |
CodeLocation.ตัวสร้าง | clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor) |
CodeLocation.ตัวสร้าง | ล้างชื่อโฮสต์ () Host name on which the source files are located. |
CodeLocation.ตัวสร้าง | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CodeLocation.ตัวสร้าง | clearStackFrameIds () ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.ตัวสร้าง | โคลน () |
รหัสที่ตั้ง | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
com.google.protobuf.Descriptors.Descriptor | |
สตริง | รับชื่อโฮสต์ () 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. |
com.google.protobuf.ProtocolStringList | getStackFrameIdsList () ID to a stack frame, each of which is pointed to by a unique ID. |
บูลีนสุดท้าย | |
CodeLocation.ตัวสร้าง | mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CodeLocation.ตัวสร้าง | mergeFrom (com.google.protobuf.Message อื่น ๆ ) |
CodeLocation.Builder สุดท้าย | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
CodeLocation.ตัวสร้าง | setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์) |
CodeLocation.ตัวสร้าง | setHostName (ค่าสตริง) Host name on which the source files are located. |
CodeLocation.ตัวสร้าง | setHostNameBytes (ค่า com.google.protobuf.ByteString) Host name on which the source files are located. |
CodeLocation.ตัวสร้าง | setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์) |
CodeLocation.ตัวสร้าง | setStackFrameIds (ดัชนี int, ค่าสตริง) ID to a stack frame, each of which is pointed to by a unique ID. |
CodeLocation.Builder สุดท้าย | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
วิธีการสืบทอด
วิธีการสาธารณะ
CodeLocation.Builder สาธารณะ addAllStackFrameIds (ค่า Iterable <String>)
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;
สาธารณะ CodeLocation.Builder addRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
CodeLocation.Builder addStackFrameIds สาธารณะ (ค่าสตริง)
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;
สาธารณะ CodeLocation.Builder addStackFrameIdsBytes (ค่า com.google.protobuf.ByteString)
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;
CodeLocation.Builder สาธารณะ clearHostName ()
Host name on which the source files are located.
string host_name = 1;
CodeLocation.Builder สาธารณะ clearStackFrameIds ()
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.Descriptors.Descriptor getDescriptor ()
สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
สตริงสาธารณะ 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;
สาธารณะ com.google.protobuf.ProtocolStringList 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;
บูลีนสุดท้ายสาธารณะ isInitialized ()
สาธารณะ CodeLocation.Builder ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
CodeLocation สุดท้ายสาธารณะ Builder ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
สาธารณะ CodeLocation.Builder setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
สาธารณะ CodeLocation.Builder setHostName (ค่าสตริง)
Host name on which the source files are located.
string host_name = 1;
สาธารณะ CodeLocation.Builder setHostNameBytes (ค่า com.google.protobuf.ByteString)
Host name on which the source files are located.
string host_name = 1;
สาธารณะ CodeLocation.Builder setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
CodeLocation.Builder สาธารณะ setStackFrameIds (ดัชนี 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;