DebuggedSourceFile

classe final pública DebuggedSourceFile

tensorflow.DebuggedSourceFile type tensorflow.DebuggedSourceFile

Classes aninhadas

aula DebuggedSourceFile.Builder tensorflow.DebuggedSourceFile type tensorflow.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étodos Públicos

boleano
igual a (objeto obj)
longo
getBytes ()
 Byte size of the file.
static DebuggedSourceFile
DebuggedSourceFile
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getFilePath ()
 Path to the source code file.
com.google.protobuf.ByteString
getFilePathBytes ()
 Path to the source code file.
Fragmento
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.
longo
getLastModified ()
 The timestamp at which the source code file is last modified.
Fragmento
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.
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
final booleano
static DebuggedSourceFile.Builder
static DebuggedSourceFile.Builder
DebuggedSourceFile.Builder
static DebuggedSourceFile
parseDelimitedFrom (InputStream input)
static DebuggedSourceFile
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFile
parseFrom (dados ByteBuffer)
static DebuggedSourceFile
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFile
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFile
parseFrom (com.google.protobuf.CodedInputStream input)
static DebuggedSourceFile
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFile
parseFrom (com.google.protobuf.ByteString data)
static DebuggedSourceFile
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFile
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DebuggedSourceFile.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

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

public static 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 equals (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;

public String getLines (índice interno )

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

public com.google.protobuf.ByteString getLinesBytes (int index)

 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 (protótipo DebuggedSourceFile )

public static DebuggedSourceFile.Builder newBuilder ()

public DebuggedSourceFile.Builder newBuilderForType ()

public static DebuggedSourceFile parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static DebuggedSourceFile parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static DebuggedSourceFile parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static DebuggedSourceFile parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static DebuggedSourceFile parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public DebuggedSourceFile.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException