공개 정적 최종 클래스 DebuggedSourceFile.Builder
Protobuf 유형 tensorflow.DebuggedSourceFile
공개 방법
디버그된소스파일.빌더 | addAllLines (Iterable<String> 값) Line-by-line content of the source code file. |
디버그된소스파일.빌더 | addLines (문자열 값) Line-by-line content of the source code file. |
디버그된소스파일.빌더 | addLinesBytes (com.google.protobuf.ByteString 값) Line-by-line content of the source code file. |
디버그된소스파일.빌더 | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
디버깅된 소스 파일 | 짓다 () |
디버깅된 소스 파일 | 빌드부분 () |
디버그된소스파일.빌더 | 분명한 () |
디버그된소스파일.빌더 | 클리어바이트 () Byte size of the file. |
디버그된소스파일.빌더 | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
디버그된소스파일.빌더 | 클리어파일경로 () Path to the source code file. |
디버그된소스파일.빌더 | 클리어호스트 () The host name on which a source code file is located. |
디버그된소스파일.빌더 | 최종수정됨 () The timestamp at which the source code file is last modified. |
디버그된소스파일.빌더 | 클리어라인 () Line-by-line content of the source code file. |
디버그된소스파일.빌더 | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
디버그된소스파일.빌더 | 클론 () |
긴 | getBytes () Byte size of the file. |
디버깅된 소스 파일 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
끈 | getFilePath () Path to the source code file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
끈 | getHost () The host name on which a source code file is located. |
com.google.protobuf.ByteString | getHostBytes () The host name on which a source code file is located. |
긴 | getLastModified () The timestamp at which the source code file is last modified. |
끈 | getLines (정수 인덱스) Line-by-line content of the source code file. |
com.google.protobuf.ByteString | getLinesBytes (정수 인덱스) Line-by-line content of the source code file. |
정수 | getLinesCount () Line-by-line content of the source code file. |
com.google.protobuf.ProtocolStringList | getLinesList () Line-by-line content of the source code file. |
최종 부울 | 초기화됨 () |
디버그된소스파일.빌더 | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
디버그된소스파일.빌더 | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
최종 DebuggedSourceFile.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
디버그된소스파일.빌더 | setBytes (긴 값) Byte size of the file. |
디버그된소스파일.빌더 | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
디버그된소스파일.빌더 | setFilePath (문자열 값) Path to the source code file. |
디버그된소스파일.빌더 | setFilePathBytes (com.google.protobuf.ByteString 값) Path to the source code file. |
디버그된소스파일.빌더 | setHost (문자열 값) The host name on which a source code file is located. |
디버그된소스파일.빌더 | setHostBytes (com.google.protobuf.ByteString 값) The host name on which a source code file is located. |
디버그된소스파일.빌더 | setLastModified (긴 값) The timestamp at which the source code file is last modified. |
디버그된소스파일.빌더 | setLines (int 인덱스, 문자열 값) Line-by-line content of the source code file. |
디버그된소스파일.빌더 | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
최종 DebuggedSourceFile.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 DebuggedSourceFile.Builder addAllLines (Iterable<String> 값)
Line-by-line content of the source code file.
repeated string lines = 5;
공개 DebuggedSourceFile.Builder addLines (문자열 값)
Line-by-line content of the source code file.
repeated string lines = 5;
공개 DebuggedSourceFile.Builder addLinesBytes (com.google.protobuf.ByteString 값)
Line-by-line content of the source code file.
repeated string lines = 5;
공개 DebuggedSourceFile.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 DebuggedSourceFile.Builder 클리어호스트 ()
The host name on which a source code file is located.
string host = 1;
공개 DebuggedSourceFile.Builder ClearLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
공개 DebuggedSourceFile.Builder 클리어라인 ()
Line-by-line content of the source code file.
repeated string lines = 5;
공개 긴 getBytes ()
Byte size of the file.
int64 bytes = 4;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 문자열 getFilePath ()
Path to the source code file.
string file_path = 2;
공개 com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2;
공개 문자열 getHost ()
The host name on which a source code file is located.
string host = 1;
공개 com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1;
공개 긴 getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
공개 문자열 getLines (int 인덱스)
Line-by-line content of the source code file.
repeated string lines = 5;
공개 com.google.protobuf.ByteString getLinesBytes (int 인덱스)
Line-by-line content of the source code file.
repeated string lines = 5;
공개 int getLinesCount ()
Line-by-line content of the source code file.
repeated string lines = 5;
공개 com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;
공개 최종 부울 isInitialized ()
공개 DebuggedSourceFile.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 최종 DebuggedSourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
공개 DebuggedSourceFile.Builder setFilePath (문자열 값)
Path to the source code file.
string file_path = 2;
공개 DebuggedSourceFile.Builder setFilePathBytes (com.google.protobuf.ByteString 값)
Path to the source code file.
string file_path = 2;
공개 DebuggedSourceFile.Builder setHost (문자열 값)
The host name on which a source code file is located.
string host = 1;
공개 DebuggedSourceFile.Builder setHostBytes (com.google.protobuf.ByteString 값)
The host name on which a source code file is located.
string host = 1;
공개 DebuggedSourceFile.Builder setLastModified (긴 값)
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
공개 DebuggedSourceFile.Builder setLines (int 인덱스, 문자열 값)
Line-by-line content of the source code file.
repeated string lines = 5;