publiczna statyczna klasa końcowa DebuggedSourceFile.Builder
Protobuf typu tensorflow.DebuggedSourceFile
Metody publiczne
Debugowany plik źródłowy.Builder | addAllLines (wartości Iterable<String>) Line-by-line content of the source code file. |
Debugowany plik źródłowy.Builder | addLines (wartość ciągu) Line-by-line content of the source code file. |
Debugowany plik źródłowy.Builder | addLinesBytes (wartość com.google.protobuf.ByteString) Line-by-line content of the source code file. |
Debugowany plik źródłowy.Builder | addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
Debugowany plik źródłowy | zbudować () |
Debugowany plik źródłowy | |
Debugowany plik źródłowy.Builder | jasne () |
Debugowany plik źródłowy.Builder | jasne bajty () Byte size of the file. |
Debugowany plik źródłowy.Builder | clearField (pole com.google.protobuf.Descriptors.FieldDescriptor) |
Debugowany plik źródłowy.Builder | wyczyśćŚcieżkęPliku () Path to the source code file. |
Debugowany plik źródłowy.Builder | wyczyśćHost () The host name on which a source code file is located. |
Debugowany plik źródłowy.Builder | wyczyśćOstatnieModyfikowane () The timestamp at which the source code file is last modified. |
Debugowany plik źródłowy.Builder | jasne linie () Line-by-line content of the source code file. |
Debugowany plik źródłowy.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Debugowany plik źródłowy.Builder | klon () |
długi | getBytes () Byte size of the file. |
Debugowany plik źródłowy | |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Smyczkowy | getFilePath () Path to the source code file. |
com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
Smyczkowy | pobierz Hosta () 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. |
długi | getLastModified () The timestamp at which the source code file is last modified. |
Smyczkowy | getLines (indeks int) Line-by-line content of the source code file. |
com.google.protobuf.ByteString | getLinesBytes (indeks int) Line-by-line content of the source code file. |
wew | getLinesCount () Line-by-line content of the source code file. |
com.google.protobuf.ProtocolStringList | getLinesList () Line-by-line content of the source code file. |
końcowa wartość logiczna | |
Debugowany plik źródłowy.Builder | mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Debugowany plik źródłowy.Builder | mergeFrom (com.google.protobuf.Wiadomość inna) |
końcowy DebuggedSourceFile.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
Debugowany plik źródłowy.Builder | setBytes (długa wartość) Byte size of the file. |
Debugowany plik źródłowy.Builder | setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu) |
Debugowany plik źródłowy.Builder | setFilePath (wartość ciągu) Path to the source code file. |
Debugowany plik źródłowy.Builder | setFilePathBytes (wartość com.google.protobuf.ByteString) Path to the source code file. |
Debugowany plik źródłowy.Builder | setHost (wartość ciągu) The host name on which a source code file is located. |
Debugowany plik źródłowy.Builder | setHostBytes (wartość com.google.protobuf.ByteString) The host name on which a source code file is located. |
Debugowany plik źródłowy.Builder | setLastModified (długa wartość) The timestamp at which the source code file is last modified. |
Debugowany plik źródłowy.Builder | setLines (indeks int, wartość ciągu) Line-by-line content of the source code file. |
Debugowany plik źródłowy.Builder | setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu) |
końcowy DebuggedSourceFile.Builder | setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola) |
Metody dziedziczone
Metody publiczne
public DebuggedSourceFile.Builder addAllLines (wartości Iterable<String>)
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder addLines (wartość ciągu)
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder addLinesBytes (wartość com.google.protobuf.ByteString)
Line-by-line content of the source code file.
repeated string lines = 5;
public DebuggedSourceFile.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public DebuggedSourceFile.Builder clearFilePath ()
Path to the source code file.
string file_path = 2;
public DebuggedSourceFile.Builder clearHost ()
The host name on which a source code file is located.
string host = 1;
public DebuggedSourceFile.Builder clearLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
public 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)
publiczny długi getBytes ()
Byte size of the file.
int64 bytes = 4;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publiczny com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
publiczny ciąg 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;
publiczny ciąg getHost ()
The host name on which a source code file is located.
string host = 1;
publiczny com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1;
publiczny długi getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
public String getLines (indeks int)
Line-by-line content of the source code file.
repeated string lines = 5;
public com.google.protobuf.ByteString getLinesBytes (indeks int)
Line-by-line content of the source code file.
repeated string lines = 5;
publiczny 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;
publiczna końcowa wartość logiczna isInitialized ()
public DebuggedSourceFile.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Wyjątek IO |
---|
publiczna wersja końcowa DebuggedSourceFile.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public DebuggedSourceFile.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
public DebuggedSourceFile.Builder setFilePath (wartość ciągu)
Path to the source code file.
string file_path = 2;
public DebuggedSourceFile.Builder setFilePathBytes (wartość com.google.protobuf.ByteString)
Path to the source code file.
string file_path = 2;
public DebuggedSourceFile.Builder setHost (wartość ciągu)
The host name on which a source code file is located.
string host = 1;
public DebuggedSourceFile.Builder setHostBytes (wartość com.google.protobuf.ByteString)
The host name on which a source code file is located.
string host = 1;
public DebuggedSourceFile.Builder setLastModified (długa wartość)
The timestamp at which the source code file is last modified.
int64 last_modified = 3;
public DebuggedSourceFile.Builder setLines (indeks int, wartość ciągu)
Line-by-line content of the source code file.
repeated string lines = 5;