CodeLocation.Builder

الفئة النهائية العامة الثابتة 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.
 
نوع Protobuf 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
معرفات ClearStackFrame ()
 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
دمج من (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
CodeLocation.Builder
دمج من (com.google.protobuf.Message أخرى)
CodeLocation.Builder النهائي
دمجUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
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.UnknownFieldSet UnknownFields)

الطرق الموروثة

الأساليب العامة

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 العام ()

بناء موقع الكود العام جزئيًا ()

CodeLocation.Builder العام واضح ()

CodeLocation.Builder العام ClearField (حقل com.google.protobuf.Descriptors.FieldDescriptor)

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;

استنساخ CodeLocation.Builder العام ()

موقع CodeLocation العام getDefaultInstanceForType ()

النهائي العام الثابت 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;

تمت تهيئة القيمة المنطقية النهائية العامة ()

CodeLocation.Builder العام mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

CodeLocation.Builder العام mergeFrom (com.google.protobuf.Message أخرى)

CodeLocation.Builder النهائي العام mergeUnknownFields (com.google.protobuf.UnknownFieldSetUnknownFields)

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;

CodeLocation.Builder العام النهائي setUnknownFields (com.google.protobuf.UnknownFieldSetUnknownFields)