общедоступный статический финальный класс 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.Builder | addAllStackFrameIds (значения Iterable<String>) ID to a stack frame, each of which is pointed to by a unique ID. |
| 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. |
| CodeLocation.Builder | addStackFrameIdsBytes (значение com.google.protobuf.ByteString) ID to a stack frame, each of which is pointed to by a unique ID. |
| КодМестоположение | строить () |
| КодМестоположение | |
| CodeLocation.Builder | прозрачный () |
| CodeLocation.Builder | ClearField (поле com.google.protobuf.Descriptors.FieldDescriptor) |
| CodeLocation.Builder | ОчиститьИмяХоста () Host name on which the source files are located. |
| CodeLocation.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| CodeLocation.Builder | ClearStackFrameIds () ID to a stack frame, each of which is pointed to by a unique ID. |
| CodeLocation.Builder | клон () |
| КодМестоположение | |
| окончательный статический 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 (индекс целого числа) 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. |
| com.google.protobuf.ProtocolStringList | getStackFrameIdsList () ID to a stack frame, each of which is pointed to by a unique ID. |
| последнее логическое значение | |
| CodeLocation.Builder | mergeFrom (ввод com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| CodeLocation.Builder | mergeFrom (com.google.protobuf.Message другое) |
| окончательный CodeLocation.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| CodeLocation.Builder | setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
| CodeLocation.Builder | setHostName (строковое значение) Host name on which the source files are located. |
| CodeLocation.Builder | setHostNameBytes (значение com.google.protobuf.ByteString) Host name on which the source files are located. |
| 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. |
| окончательный CodeLocation.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
Унаследованные методы
Публичные методы
public 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; public CodeLocation.Builder addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
public 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; public 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 ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
общедоступный 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; public 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; public 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; public 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; public 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 ()
public CodeLocation.Builder mergeFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
| Исключение IO |
|---|
общедоступный финальный CodeLocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public CodeLocation.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
public CodeLocation.Builder setHostName (строковое значение)
Host name on which the source files are located.
string host_name = 1; public CodeLocation.Builder setHostNameBytes (значение com.google.protobuf.ByteString)
Host name on which the source files are located.
string host_name = 1; public CodeLocation.Builder setRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, индекс int, значение объекта)
public 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;