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.
 
tensorflow.CodeLocation מסוג Protobuf.CodeLocation

שיטות ציבוריות

CodeLocation.Builder
addAllStackFrameIds (ערכי <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
CodeLocation
CodeLocation.Builder
CodeLocation.Builder
clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)
CodeLocation.Builder
clearHostName ()
 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
CodeLocation
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
חוּט
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 index)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
com.google.protobuf.ByteString
getStackFrameIdsBytes (int index)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
int
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 אחר)
Final CodeLocation.Builder
mergeUnknownFields (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, אינדקס אינט, ערך אובייקט)
CodeLocation.Builder
setStackFrameIds (int index, ערך מחרוזת)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
Final CodeLocation.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

שיטות בירושה

שיטות ציבוריות

public CodeLocation.Builder addAllStackFrameIds (ערכי איטרנס<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 public ()

Public CodeLocation buildPartial ()

Public CodeLocation.Builder clear ()

Public CodeLocation.Builder clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

public CodeLocation.Builder clearHostName ()

 Host name on which the source files are located.
 
string host_name = 1;

public CodeLocation.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

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;

שיבוט ציבורי CodeLocation.Builder ()

public CodeLocation getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public 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 index)

 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 index)

 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;

בוליאני הסופי הציבורי הוא אתחול ()

public CodeLocation.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public CodeLocation.Builder mergeFrom (com.google.protobuf.Message אחר)

public final CodeLocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

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 index, String value)

 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 final CodeLocation.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)