DebuggedSourceFiles

public final class DebuggedSourceFiles

Protobuf type tensorflow.DebuggedSourceFiles

Nested Classes

class DebuggedSourceFiles.Builder Protobuf type tensorflow.DebuggedSourceFiles  

Constants

int SOURCE_FILES_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static DebuggedSourceFiles
DebuggedSourceFiles
final static com.google.protobuf.Descriptors.Descriptor
int
DebuggedSourceFile
getSourceFiles(int index)
 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(int index)
 A collection of source code files.
List<? extends DebuggedSourceFileOrBuilder>
getSourceFilesOrBuilderList()
 A collection of source code files.
final com.google.protobuf.UnknownFieldSet
int
final boolean
static DebuggedSourceFiles.Builder
static DebuggedSourceFiles.Builder
DebuggedSourceFiles.Builder
static DebuggedSourceFiles
parseDelimitedFrom(InputStream input)
static DebuggedSourceFiles
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DebuggedSourceFiles
parseFrom(ByteBuffer data)
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)
static
parser()
DebuggedSourceFiles.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int SOURCE_FILES_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static DebuggedSourceFiles getDefaultInstance ()

public DebuggedSourceFiles getDefaultInstanceForType ()

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

public 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 (int index)

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

public List<? extends 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 (DebuggedSourceFiles prototype)

public static DebuggedSourceFiles.Builder newBuilder ()

public DebuggedSourceFiles.Builder newBuilderForType ()

public static DebuggedSourceFiles parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static DebuggedSourceFiles parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public DebuggedSourceFiles.Builder toBuilder ()

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

Throws
IOException