DebuggedSourceFile

clase final pública DebuggedSourceFile

Protobuf tipo tensorflow.DebuggedSourceFile

Clases anidadas

clase DebuggedSourceFile.Builder Protobuf tipo tensorflow.DebuggedSourceFile

Constantes

En t BYTES_FIELD_NUMBER
En t FILE_PATH_FIELD_NUMBER
En t HOST_FIELD_NUMBER
En t LAST_MODIFIED_FIELD_NUMBER
En t LINES_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
largo
getBytes ()
 Byte size of the file.
static DebuggedSourceFile
DebuggedSourceFile
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getFilePath ()
 Path to the source code file.
com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
Cuerda
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.
largo
getLastModified ()
 The timestamp at which the source code file is last modified.
Cuerda
getLines (índice int)
 Line-by-line content of the source code file.
com.google.protobuf.ByteString
getLinesBytes (índice int)
 Line-by-line content of the source code file.
En t
getLinesCount ()
 Line-by-line content of the source code file.
com.google.protobuf.ProtocolStringList
getLinesList ()
 Line-by-line content of the source code file.
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
static DebuggedSourceFile.Builder
static DebuggedSourceFile.Builder
DebuggedSourceFile.Builder
static DebuggedSourceFile
parseDelimitedFrom (entrada InputStream)
static DebuggedSourceFile
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFile
parseFrom (datos ByteBuffer)
static DebuggedSourceFile
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFile
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFile
parseFrom (entrada com.google.protobuf.CodedInputStream)
static DebuggedSourceFile
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFile
parseFrom (datos com.google.protobuf.ByteString)
static DebuggedSourceFile
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFile
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DebuggedSourceFile.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int BYTES_FIELD_NUMBER

Valor constante: 4

public static final int FILE_PATH_FIELD_NUMBER

Valor constante: 2

public static final int HOST_FIELD_NUMBER

Valor constante: 1

público estático final int LAST_MODIFIED_FIELD_NUMBER

Valor constante: 3

public static final int LINES_FIELD_NUMBER

Valor constante: 5

Métodos públicos

public boolean es igual a (Object obj)

public long getBytes ()

 Byte size of the file.
 
int64 bytes = 4;

public static DebuggedSourceFile getDefaultInstance ()

public DebuggedSourceFile getDefaultInstanceForType ()

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

public String 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;

public String 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;

getLines de cadena pública (índice int)

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

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

público getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static DebuggedSourceFile.Builder newBuilder (prototipo DebuggedSourceFile )

public static DebuggedSourceFile.Builder newBuilder ()

public DebuggedSourceFile.Builder newBuilderForType ()

public static DebuggedSourceFile parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static DebuggedSourceFile parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

public static DebuggedSourceFile parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static DebuggedSourceFile parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

DebuggedSourceFile estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static DebuggedSourceFile parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

DebuggedSourceFile estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

DebuggedSourceFile estático público parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public DebuggedSourceFile.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException