classe final pública DebuggedSourceFile
Tipo de protobuf tensorflow.DebuggedSourceFile
Classes aninhadas
| aula | DebuggedSourceFile.Builder | Tipo de protobuf tensorflow.DebuggedSourceFile | |
Constantes
| interno | BYTES_FIELD_NUMBER | |
| interno | FILE_PATH_FIELD_NUMBER | |
| interno | HOST_FIELD_NUMBER | |
| interno | LAST_MODIFIED_FIELD_NUMBER | |
| interno | LINES_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| longo | obterBytes () Byte size of the file. |
| DebuggedSourceFile estático | |
| Arquivo de origem depurado | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Corda | getFilePath () Path to the source code file. |
| com.google.protobuf.ByteString | getFilePathBytes () Path to the source code file. |
| Corda | obterHost () 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. |
| longo | getLastModified () The timestamp at which the source code file is last modified. |
| Corda | getLines (índice interno) Line-by-line content of the source code file. |
| com.google.protobuf.ByteString | getLinesBytes (índice interno) Line-by-line content of the source code file. |
| interno | getLinesCount () Line-by-line content of the source code file. |
| com.google.protobuf.ProtocolStringList | getLinesList () Line-by-line content of the source code file. |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| interno | código hash () |
| booleano final | |
| DebuggedSourceFile.Builder estático | newBuilder (protótipo DebuggedSourceFile ) |
| DebuggedSourceFile.Builder estático | |
| DebuggedSourceFile.Builder | |
| DebuggedSourceFile estático | parseDelimitedFrom (entrada InputStream) |
| DebuggedSourceFile estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebuggedSourceFile estático | parseFrom (dados de ByteBuffer) |
| DebuggedSourceFile estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebuggedSourceFile estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebuggedSourceFile estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| DebuggedSourceFile estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebuggedSourceFile estático | parseFrom (dados com.google.protobuf.ByteString) |
| DebuggedSourceFile estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| DebuggedSourceFile estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| DebuggedSourceFile.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int BYTES_FIELD_NUMBER
Valor Constante: 4
público estático final int FILE_PATH_FIELD_NUMBER
Valor Constante: 2
público estático final int HOST_FIELD_NUMBER
Valor Constante: 1
int final estático público LAST_MODIFIED_FIELD_NUMBER
Valor Constante: 3
público estático final int LINES_FIELD_NUMBER
Valor Constante: 5
Métodos Públicos
booleano público é igual (Object obj)
getBytes longos públicos ()
Byte size of the file.
int64 bytes = 4; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getFilePath ()
Path to the source code file.
string file_path = 2; público com.google.protobuf.ByteString getFilePathBytes ()
Path to the source code file.
string file_path = 2; String pública getHost ()
The host name on which a source code file is located.
string host = 1; público com.google.protobuf.ByteString getHostBytes ()
The host name on which a source code file is located.
string host = 1; público longo getLastModified ()
The timestamp at which the source code file is last modified.
int64 last_modified = 3; getLines de string pública (índice int)
Line-by-line content of the source code file.
repeated string lines = 5; público com.google.protobuf.ByteString getLinesBytes (índice int)
Line-by-line content of the source code file.
repeated string lines = 5; público 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; público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static DebuggedSourceFile parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático DebuggedSourceFile parseFrom (dados ByteBuffer)
Lança
| InvalidProtocolBufferException |
|---|
public static DebuggedSourceFile parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DebuggedSourceFile parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático DebuggedSourceFile parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static DebuggedSourceFile parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático DebuggedSourceFile parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static DebuggedSourceFile parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DebuggedSourceFile parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|