DebuggedSourceFiles

public final class DebuggedSourceFiles

tensorflow.DebuggedSourceFiles type tensorflow.DebuggedSourceFiles

Classes aninhadas

aula DebuggedSourceFiles.Builder tensorflow.DebuggedSourceFiles type tensorflow.DebuggedSourceFiles

Constantes

int SOURCE_FILES_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static DebuggedSourceFiles
DebuggedSourceFiles
final static com.google.protobuf.Descriptors.Descriptor
int
DebuggedSourceFile
getSourceFiles (índice interno )
 A collection of source code files.
int
getSourceFilesCount ()
 A collection of source code files.
List < DebuggedSourceFile >
getSourceFilesList ()
 A collection of source code files.
DebuggedSourceFileOrBuilder
getSourceFilesOrBuilder (índice interno )
 A collection of source code files.
Lista <? estende DebuggedSourceFileOrBuilder >
getSourceFilesOrBuilderList ()
 A collection of source code files.
final com.google.protobuf.UnknownFieldSet
int
final booleano
static DebuggedSourceFiles.Builder
static DebuggedSourceFiles.Builder
DebuggedSourceFiles.Builder
static DebuggedSourceFiles
parseDelimitedFrom (input InputStream)
static DebuggedSourceFiles
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFiles
parseFrom (dados ByteBuffer)
static DebuggedSourceFiles
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFiles
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFiles
parseFrom (com.google.protobuf.CodedInputStream input)
static DebuggedSourceFiles
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFiles
parseFrom (com.google.protobuf.ByteString data)
static DebuggedSourceFiles
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFiles
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DebuggedSourceFiles.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int SOURCE_FILES_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static DebuggedSourceFiles getDefaultInstance ()

public DebuggedSourceFiles getDefaultInstanceForType ()

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

público getParserForType ()

public int getSerializedSize ()

public DebuggedSourceFile getSourceFiles (int index)

 A collection of source code files.
 
repeated .tensorflow.DebuggedSourceFile source_files = 1;

public int getSourceFilesCount ()

 A collection of source code files.
 
repeated .tensorflow.DebuggedSourceFile source_files = 1;

public List < DebuggedSourceFile > getSourceFilesList ()

 A collection of source code files.
 
repeated .tensorflow.DebuggedSourceFile source_files = 1;

public DebuggedSourceFileOrBuilder getSourceFilesOrBuilder (índice interno )

 A collection of source code files.
 
repeated .tensorflow.DebuggedSourceFile source_files = 1;

Lista pública <? estende DebuggedSourceFileOrBuilder > getSourceFilesOrBuilderList ()

 A collection of source code files.
 
repeated .tensorflow.DebuggedSourceFile source_files = 1;

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

public int hashCode ()

public final boolean isInitialized ()

public static DebuggedSourceFiles.Builder newBuilder (protótipo DebuggedSourceFiles )

public static DebuggedSourceFiles.Builder newBuilder ()

public DebuggedSourceFiles.Builder newBuilderForType ()

public static DebuggedSourceFiles parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static DebuggedSourceFiles parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public DebuggedSourceFiles.Builder toBuilder ()

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

Lança
IOException