DebuggedSourceFile

classe finale pubblica DebuggedSourceFile

Tipo di protobuf tensorflow.DebuggedSourceFile

Classi nidificate

classe DebuggedSourceFile.Builder Tipo di protobuf tensorflow.DebuggedSourceFile

Costanti

int BYTES_FIELD_NUMBER
int FILE_PATH_FIELD_NUMBER
int HOST_FIELD_NUMBER
int LAST_MODIFIED_FIELD_NUMBER
int LINEE_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
lungo
getBytes ()
 Byte size of the file.
DebuggedSourceFile statico
DebuggedSourceFile
com.google.protobuf.Descriptors.Descriptor statico finale
Corda
getFilePath ()
 Path to the source code file.
com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
Corda
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.
lungo
getUltimaModifica ()
 The timestamp at which the source code file is last modified.
Corda
getLines (indice int)
 Line-by-line content of the source code file.
com.google.protobuf.ByteString
getLinesBytes (indice int)
 Line-by-line content of the source code file.
int
getLinesCount ()
 Line-by-line content of the source code file.
com.google.protobuf.ProtocolStringList
getListaRighe ()
 Line-by-line content of the source code file.
int
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
DebuggedSourceFile.Builder statico
DebuggedSourceFile.Builder statico
DebuggedSourceFile.Builder
DebuggedSourceFile statico
parseDelimitedFrom (input InputStream)
DebuggedSourceFile statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedSourceFile statico
parseFrom (dati ByteBuffer)
DebuggedSourceFile statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
DebuggedSourceFile statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedSourceFile statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
DebuggedSourceFile statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedSourceFile statico
parseFrom (dati com.google.protobuf.ByteString)
DebuggedSourceFile statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DebuggedSourceFile statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
DebuggedSourceFile.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int BYTES_FIELD_NUMBER

Valore costante: 4

public static final int FILE_PATH_FIELD_NUMBER

Valore costante: 2

public static final int HOST_FIELD_NUMBER

Valore costante: 1

public static final int LAST_MODIFIED_FIELD_NUMBER

Valore costante: 3

public static final int LINES_FIELD_NUMBER

Valore costante: 5

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

getBytes lunghi pubblici ()

 Byte size of the file.
 
int64 bytes = 4;

pubblico statico DebuggedSourceFile getDefaultInstance ()

public DebuggedSourceFile getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

stringa pubblica getFilePath ()

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

pubblico com.google.protobuf.ByteString getFilePathBytes ()

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

stringa pubblica getHost ()

 The host name on which a source code file is located.
 
string host = 1;

pubblico com.google.protobuf.ByteString getHostBytes ()

 The host name on which a source code file is located.
 
string host = 1;

pubblico lungo getLastModified ()

 The timestamp at which the source code file is last modified.
 
int64 last_modified = 3;

public String getLines (indice int)

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

pubblico com.google.protobuf.ByteString getLinesBytes (indice int)

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

public int getLinesCount ()

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

pubblico com.google.protobuf.ProtocolStringList getLinesList ()

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

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

public static DebuggedSourceFile.Builder newBuilder (prototipo DebuggedSourceFile )

pubblico statico DebuggedSourceFile.Builder newBuilder ()

public DebuggedSourceFile.Builder newBuilderForType ()

public static DebuggedSourceFile parseDelimitedFrom (input InputStream)

Lancia
IOException

public static DebuggedSourceFile parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico DebuggedSourceFile (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebuggedSourceFile (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico DebuggedSourceFile (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebuggedSourceFile (input com.google.protobuf.CodedInputStream)

Lancia
IOException

parseFrom pubblico statico DebuggedSourceFile (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebuggedSourceFile (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico DebuggedSourceFile (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico DebuggedSourceFile (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public DebuggedSourceFile.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException