DebuggedSourceFile.Builder

คลาสสุดท้ายแบบคงที่สาธารณะ DebuggedSourceFile.Builder

Protobuf ประเภท tensorflow.DebuggedSourceFile

วิธีการสาธารณะ

DebuggedSourceFile.Builder
addAllLines (ค่า Iterable<String>)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
addLines (ค่าสตริง)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
addLinesBytes (ค่า com.google.protobuf.ByteString)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์)
ไฟล์ต้นฉบับดีบั๊ก
ไฟล์ต้นฉบับดีบั๊ก
DebuggedSourceFile.Builder
DebuggedSourceFile.Builder
เคลียร์ไบต์ ()
 Byte size of the file.
DebuggedSourceFile.Builder
clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)
DebuggedSourceFile.Builder
clearFilePath ()
 Path to the source code file.
DebuggedSourceFile.Builder
เคลียร์โฮสต์ ()
 The host name on which a source code file is located.
DebuggedSourceFile.Builder
clearLastModified ()
 The timestamp at which the source code file is last modified.
DebuggedSourceFile.Builder
เคลียร์ไลน์ ()
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
DebuggedSourceFile.Builder
ยาว
รับไบต์ ()
 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.
สตริง
รับโฮสต์ ()
 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 (ดัชนี int)
 Line-by-line content of the source code file.
com.google.protobuf.ByteString
getLinesBytes (ดัชนี int)
 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.
บูลีนสุดท้าย
DebuggedSourceFile.Builder
mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedSourceFile.Builder
mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ )
DebuggedSourceFile.Builder สุดท้าย
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
DebuggedSourceFile.Builder
setBytes (ค่ายาว)
 Byte size of the file.
DebuggedSourceFile.Builder
setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
DebuggedSourceFile.Builder
setFilePath (ค่าสตริง)
 Path to the source code file.
DebuggedSourceFile.Builder
setFilePathBytes (ค่า com.google.protobuf.ByteString)
 Path to the source code file.
DebuggedSourceFile.Builder
setHost (ค่าสตริง)
 The host name on which a source code file is located.
DebuggedSourceFile.Builder
setHostBytes (ค่า com.google.protobuf.ByteString)
 The host name on which a source code file is located.
DebuggedSourceFile.Builder
setLastModified (ค่ายาว)
 The timestamp at which the source code file is last modified.
DebuggedSourceFile.Builder
setLines (ดัชนี int, ค่าสตริง)
 Line-by-line content of the source code file.
DebuggedSourceFile.Builder
setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
DebuggedSourceFile.Builder สุดท้าย
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

วิธีการสืบทอด

วิธีการสาธารณะ

สาธารณะ DebuggedSourceFile.Builder addAllLines (ค่า Iterable <String>)

 Line-by-line content of the source code file.
 
repeated string lines = 5;

AddLines DebuggedSourceFile.Builder สาธารณะ (ค่าสตริง)

 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 สาธารณะ ()

สาธารณะ DebuggedSourceFile buildPartial ()

สาธารณะ DebuggedSourceFile.Builder ชัดเจน ()

สาธารณะ DebuggedSourceFile.Builder clearBytes ()

 Byte size of the file.
 
int64 bytes = 4;

สาธารณะ DebuggedSourceFile.Builder clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)

DebuggedSourceFile.Builder สาธารณะ clearFilePath ()

 Path to the source code file.
 
string file_path = 2;

สาธารณะ DebuggedSourceFile.Builder clearHost ()

 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 clearLines ()

 Line-by-line content of the source code file.
 
repeated string lines = 5;

สาธารณะ DebuggedSourceFile.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

โคลน DebuggedSourceFile.Builder สาธารณะ ()

getBytes ยาวสาธารณะ ()

 Byte size of the file.
 
int64 bytes = 4;

สาธารณะ DebuggedSourceFile getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย 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;

สาธารณะ String 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 ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ DebuggedSourceFile.Builder ผสานจาก (com.google.protobuf.Message อื่น ๆ )

สาธารณะสุดท้าย DebuggedSourceFile.Builder ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

DebuggedSourceFile.Builder สาธารณะ setBytes (ค่ายาว)

 Byte size of the file.
 
int64 bytes = 4;

สาธารณะ DebuggedSourceFile.Builder setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

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;

สาธารณะ DebuggedSourceFile.Builder setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)

สาธารณะสุดท้าย DebuggedSourceFile.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)