StackFrameWithId.Builder

공개 정적 최종 클래스 StackFrameWithId.Builder

 A stack frame with ID.
 
Protobuf 유형 tensorflow.StackFrameWithId

공개 방법

StackFrameWithId.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
ID가 있는 스택프레임
짓다 ()
ID가 있는 스택프레임
StackFrameWithId.Builder
StackFrameWithId.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
StackFrameWithId.Builder
클리어파일라인콜 ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
StackFrameWithId.Builder
클리어ID ()
 A unique ID for the stack frame: A UUID-like string.
StackFrameWithId.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
StackFrameWithId.Builder
클론 ()
ID가 있는 스택프레임
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
GraphDebugInfo.FileLineCol
getFileLineCol ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
GraphDebugInfo.FileLineCol.Builder
getFileLineColBuilder ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
GraphDebugInfo.FileLineColOrBuilder
getFileLineColOrBuilder ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
getID ()
 A unique ID for the stack frame: A UUID-like string.
com.google.protobuf.ByteString
getIdBytes ()
 A unique ID for the stack frame: A UUID-like string.
부울
hasFileLineCol ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
최종 부울
StackFrameWithId.Builder
mergeFileLineCol ( GraphDebugInfo.FileLineCol 값)
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
StackFrameWithId.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
StackFrameWithId.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 StackFrameWithId.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
StackFrameWithId.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
StackFrameWithId.Builder
setFileLineCol ( GraphDebugInfo.FileLineCol.Builder builderForValue)
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
StackFrameWithId.Builder
setFileLineCol ( GraphDebugInfo.FileLineCol 값)
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
StackFrameWithId.Builder
setId (문자열 값)
 A unique ID for the stack frame: A UUID-like string.
StackFrameWithId.Builder
setIdBytes (com.google.protobuf.ByteString 값)
 A unique ID for the stack frame: A UUID-like string.
StackFrameWithId.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
최종 StackFrameWithId.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

public StackFrameWithId.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 객체 값)

공개 StackFrameWithId 빌드 ()

공개 StackFrameWithId buildPartial ()

공개 StackFrameWithId.Builder 지우기 ()

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

공개 StackFrameWithId.Builder ClearFileLineCol ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

공개 StackFrameWithId.Builder ClearId ()

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

공개 StackFrameWithId.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 StackFrameWithId.Builder 클론 ()

공개 StackFrameWithId getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 GraphDebugInfo.FileLineCol getFileLineCol ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

공개 GraphDebugInfo.FileLineCol.Builder getFileLineColBuilder ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

공개 GraphDebugInfo.FileLineColOrBuilder getFileLineColOrBuilder ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

공개 문자열 getId ()

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

공개 com.google.protobuf.ByteString getIdBytes ()

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

공개 부울 hasFileLineCol ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

공개 최종 부울 isInitialized ()

공개 StackFrameWithId.Builder mergeFileLineCol ( GraphDebugInfo.FileLineCol 값)

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

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

던지기
IO예외

공개 StackFrameWithId.Builder mergeFrom (com.google.protobuf.기타 메시지)

공개 최종 StackFrameWithId.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public StackFrameWithId.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 StackFrameWithId.Builder setFileLineCol ( GraphDebugInfo.FileLineCol.Builder builderForValue)

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

공개 StackFrameWithId.Builder setFileLineCol ( GraphDebugInfo.FileLineCol 값)

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

public StackFrameWithId.Builder setId (문자열 값)

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

공개 StackFrameWithId.Builder setIdBytes (com.google.protobuf.ByteString 값)

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

public StackFrameWithId.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공개 최종 StackFrameWithId.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)