genel statik son sınıf DebuggedSourceFile.Builder
Protobuf türü tensorflow.DebuggedSourceFile
Genel Yöntemler
Hata AyıklanmışSourceFile.Builder | addAllLines (Yinelenebilir<String> değerleri) Line-by-line content of the source code file. |
Hata AyıklanmışSourceFile.Builder | addLines (Dize değeri) Line-by-line content of the source code file. |
Hata AyıklanmışSourceFile.Builder | addLinesBytes (com.google.protobuf.ByteString değeri) Line-by-line content of the source code file. |
Hata AyıklanmışSourceFile.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
Hata Ayıklanmış Kaynak Dosyası | inşa etmek () |
Hata Ayıklanmış Kaynak Dosyası | inşaKısmi () |
Hata AyıklanmışSourceFile.Builder | temizlemek () |
Hata AyıklanmışSourceFile.Builder | clearBytes () Byte size of the file. |
Hata AyıklanmışSourceFile.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı) |
Hata AyıklanmışSourceFile.Builder | clearFilePath () Path to the source code file. |
Hata AyıklanmışSourceFile.Builder | clearHost'u () The host name on which a source code file is located. |
Hata AyıklanmışSourceFile.Builder | clearLastModified () The timestamp at which the source code file is last modified. |
Hata AyıklanmışSourceFile.Builder | clearLines () Line-by-line content of the source code file. |
Hata AyıklanmışSourceFile.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Hata AyıklanmışSourceFile.Builder | klon () |
uzun | getBytes () Byte size of the file. |
Hata Ayıklanmış Kaynak Dosyası | |
final statik com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Sicim | getFilePath () Path to the source code file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
Sicim | getHost'u () 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. |
uzun | getLastModified () The timestamp at which the source code file is last modified. |
Sicim | getLines (int dizini) Line-by-line content of the source code file. |
com.google.protobuf.ByteString | getLinesBytes (int dizini) Line-by-line content of the source code file. |
int | getLinesCount () Line-by-line content of the source code file. |
com.google.protobuf.ProtocolStringList | getLinesList () Line-by-line content of the source code file. |
son boole değeri | Başlatıldı () |
Hata AyıklanmışSourceFile.Builder | mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Hata AyıklanmışSourceFile.Builder | mergeFrom (com.google.protobuf.Message other) |
son DebuggedSourceFile.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields) |
Hata AyıklanmışSourceFile.Builder | setBytes (uzun değer) Byte size of the file. |
Hata AyıklanmışSourceFile.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
Hata AyıklanmışSourceFile.Builder | setFilePath (Dize değeri) Path to the source code file. |
Hata AyıklanmışSourceFile.Builder | setFilePathBytes (com.google.protobuf.ByteString değeri) Path to the source code file. |
Hata AyıklanmışSourceFile.Builder | setHost (Dize değeri) The host name on which a source code file is located. |
Hata AyıklanmışSourceFile.Builder | setHostBytes (com.google.protobuf.ByteString değeri) The host name on which a source code file is located. |
Hata AyıklanmışSourceFile.Builder | setLastModified (uzun değer) The timestamp at which the source code file is last modified. |
Hata AyıklanmışSourceFile.Builder | setLines (int dizini, Dize değeri) Line-by-line content of the source code file. |
Hata AyıklanmışSourceFile.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri) |
son DebuggedSourceFile.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields) |
Kalıtsal Yöntemler
Genel Yöntemler
public DebuggedSourceFile.Builder addAllLines (Yinelenebilir<String> değerleri)
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder addLines (Dize değeri)
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder addLinesBytes (com.google.protobuf.ByteString değeri)
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
genel DebuggedSourceFile.Builder clearFilePath ()
Path to the source code file.
string file_path = 2;
genel DebuggedSourceFile.Builder clearHost ()
The host name on which a source code file is located.
string host = 1;
genel DebuggedSourceFile.Builder clearLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
genel DebuggedSourceFile.Builder clearLines ()
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
genel uzun getBytes ()
Byte size of the file.
int64 bytes = 4;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
genel Dize getFilePath ()
Path to the source code file.
string file_path = 2;
public com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2;
genel Dize getHost ()
The host name on which a source code file is located.
string host = 1;
public com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1;
genel uzun getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
public String getLines (int dizini)
Line-by-line content of the source code file.
repeated string lines = 5;
public com.google.protobuf.ByteString getLinesBytes (int dizini)
Line-by-line content of the source code file.
repeated string lines = 5;
genel int getLinesCount ()
Line-by-line content of the source code file.
repeated string lines = 5;
public com.google.protobuf.ProtocolStringList getLinesList ()
Line-by-line content of the source code file.
repeated string lines = 5;
genel final boolean isInitialized ()
genel DebuggedSourceFile.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
genel final DebuggedSourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
public DebuggedSourceFile.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
public DebuggedSourceFile.Builder setFilePath (Dize değeri)
Path to the source code file.
string file_path = 2;
public DebuggedSourceFile.Builder setFilePathBytes (com.google.protobuf.ByteString değeri)
Path to the source code file.
string file_path = 2;
public DebuggedSourceFile.Builder setHost (Dize değeri)
The host name on which a source code file is located.
string host = 1;
public DebuggedSourceFile.Builder setHostBytes (com.google.protobuf.ByteString değeri)
The host name on which a source code file is located.
string host = 1;
public DebuggedSourceFile.Builder setLastModified (uzun değer)
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
public DebuggedSourceFile.Builder setLines (int dizini, Dize değeri)
Line-by-line content of the source code file.
repeated string lines = 5;