DebuggedSourceFile

classe finale publique DebuggedSourceFile

tensorflow.DebuggedSourceFile de type Protobuf.DebuggedSourceFile

Classes imbriquées

classe DéboguéSourceFile.Builder tensorflow.DebuggedSourceFile de type Protobuf.DebuggedSourceFile

Constantes

int BYTES_FIELD_NUMBER
int FILE_PATH_FIELD_NUMBER
int HOST_FIELD_NUMBER
int LAST_MODIFIED_FIELD_NUMBER
int LINES_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
long
getBytes ()
 Byte size of the file.
fichier source débogé statique
Fichier source débogué
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
getFilePath ()
 Path to the source code file.
com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
Chaîne
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.
long
getLastModified ()
 The timestamp at which the source code file is last modified.
Chaîne
getLines (index entier)
 Line-by-line content of the source code file.
com.google.protobuf.ByteString
getLinesBytes (index 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
getLinesList ()
 Line-by-line content of the source code file.
int
final com.google.protobuf.UnknownFieldSet
int
booléen final
statique DebuggedSourceFile.Builder
statique DebuggedSourceFile.Builder
DéboguéSourceFile.Builder
fichier source débogé statique
parseDelimitedFrom (entrée InputStream)
fichier source débogé statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
fichier source débogé statique
parseFrom (données ByteBuffer)
fichier source débogé statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
fichier source débogé statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
fichier source débogé statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
fichier source débogé statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
fichier source débogé statique
parseFrom (données com.google.protobuf.ByteString)
fichier source débogé statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
fichier source débogé statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
DéboguéSourceFile.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final entier BYTES_FIELD_NUMBER

Valeur constante : 4

public statique final int FILE_PATH_FIELD_NUMBER

Valeur constante : 2

public statique final int HOST_FIELD_NUMBER

Valeur constante : 1

public statique final int LAST_MODIFIED_FIELD_NUMBER

Valeur constante : 3

public statique final int LINES_FIELD_NUMBER

Valeur constante : 5

Méthodes publiques

public booléen égal (Objet obj)

public long getBytes ()

 Byte size of the file.
 
int64 bytes = 4;

public statique DebuggedSourceFile getDefaultInstance ()

public DebuggedSourceFile getDefaultInstanceForType ()

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

chaîne publique 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;

chaîne publique 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;

public long getLastModified ()

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

chaîne publique getLines (index int)

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

public com.google.protobuf.ByteString getLinesBytes (index 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;

public com.google.protobuf.ProtocolStringList getLinesList ()

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

publique getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

code de hachage int public ()

public final booléen isInitialized ()

public statique DebuggedSourceFile.Builder newBuilder (prototype DebuggedSourceFile )

public statique DebuggedSourceFile.Builder newBuilder ()

public DebuggedSourceFile.Builder newBuilderForType ()

public static DebuggedSourceFile parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static DebuggedSourceFile parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static DebuggedSourceFile parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static DebuggedSourceFile parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static DebuggedSourceFile parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static DebuggedSourceFile parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static DebuggedSourceFile parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique DebuggedSourceFile parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static DebuggedSourceFile parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static DebuggedSourceFile parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public DebuggedSourceFile.Builder toBuilder ()

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

Jetés
IOException