publiczna statyczna klasa końcowa 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 Metody publiczne
| CodeLocation.Builder | addAllStackFrameIds (wartości Iterable<String>) ID to a stack frame, each of which is pointed to by a unique ID. |
| CodeLocation.Builder | addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
| CodeLocation.Builder | addStackFrameIds (wartość ciągu) ID to a stack frame, each of which is pointed to by a unique ID. |
| CodeLocation.Builder | addStackFrameIdsBytes (wartość com.google.protobuf.ByteString) ID to a stack frame, each of which is pointed to by a unique ID. |
| Lokalizacja kodu | zbudować () |
| Lokalizacja kodu | |
| CodeLocation.Builder | jasne () |
| CodeLocation.Builder | clearField (pole com.google.protobuf.Descriptors.FieldDescriptor) |
| CodeLocation.Builder | wyczyść nazwę hosta () 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 | klon () |
| Lokalizacja kodu | |
| końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Smyczkowy | pobierz nazwę hosta () Host name on which the source files are located. |
| com.google.protobuf.ByteString | getHostNameBytes () Host name on which the source files are located. |
| Smyczkowy | getStackFrameIds (indeks int) ID to a stack frame, each of which is pointed to by a unique ID. |
| com.google.protobuf.ByteString | getStackFrameIdsBytes (indeks int) ID to a stack frame, each of which is pointed to by a unique ID. |
| wew | 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. |
| końcowa wartość logiczna | |
| CodeLocation.Builder | mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| CodeLocation.Builder | mergeFrom (com.google.protobuf.Wiadomość inna) |
| końcowy CodeLocation.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
| CodeLocation.Builder | setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
| CodeLocation.Builder | setHostName (wartość ciągu) Host name on which the source files are located. |
| CodeLocation.Builder | setHostNameBytes (wartość com.google.protobuf.ByteString) Host name on which the source files are located. |
| CodeLocation.Builder | setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu) |
| CodeLocation.Builder | setStackFrameIds (indeks int, wartość ciągu) ID to a stack frame, each of which is pointed to by a unique ID. |
| końcowy CodeLocation.Builder | setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
Metody dziedziczone
Metody publiczne
public CodeLocation.Builder addAllStackFrameIds (wartości 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 (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public CodeLocation.Builder addStackFrameIds (wartość ciągu)
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 (wartość 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; public CodeLocation.Builder clearHostName ()
Host name on which the source files are located.
string host_name = 1; public 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; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publiczny com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
publiczny ciąg 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; public String 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; public 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; publiczny 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; publiczna końcowa wartość logiczna isInitialized ()
public CodeLocation.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
| Wyjątek IO |
|---|
publiczny końcowy CodeLocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public CodeLocation.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public CodeLocation.Builder setHostName (wartość ciągu)
Host name on which the source files are located.
string host_name = 1; public CodeLocation.Builder setHostNameBytes (wartość com.google.protobuf.ByteString)
Host name on which the source files are located.
string host_name = 1; public CodeLocation.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
public CodeLocation.Builder setStackFrameIds (indeks int, wartość ciągu)
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;