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
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
getHost이름 ()
 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.다른 메시지 보내기)
최종 CodeLocation.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
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 빌드Partial ()

공개 CodeLocation.Builder 지우기 ()

공개 CodeLocation.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 CodeLocation.Builder ClearHostName ()

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

공개 CodeLocation.BuilderclearOneof (com.google.protobuf.Descriptors.OneofDescriptoroneof )

공개 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;

공개 최종 부울 isInitialized ()

공개 CodeLocation.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 CodeLocation.Builder mergeFrom (com.google.protobuf.다른 메시지)

공개 최종 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.
 
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.UnknownFieldSetknownFields)