All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.framework.DebuggedSourceFileOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/debug.proto

package org.tensorflow.framework;

public interface DebuggedSourceFileOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.DebuggedSourceFile)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * The host name on which a source code file is located.
   * 
* * string host = 1; * @return The host. */ java.lang.String getHost(); /** *
   * The host name on which a source code file is located.
   * 
* * string host = 1; * @return The bytes for host. */ org.nd4j.shade.protobuf.ByteString getHostBytes(); /** *
   * Path to the source code file.
   * 
* * string file_path = 2; * @return The filePath. */ java.lang.String getFilePath(); /** *
   * Path to the source code file.
   * 
* * string file_path = 2; * @return The bytes for filePath. */ org.nd4j.shade.protobuf.ByteString getFilePathBytes(); /** *
   * The timestamp at which the source code file is last modified.
   * 
* * int64 last_modified = 3; * @return The lastModified. */ long getLastModified(); /** *
   * Byte size of the file.
   * 
* * int64 bytes = 4; * @return The bytes. */ long getBytes(); /** *
   * Line-by-line content of the source code file.
   * 
* * repeated string lines = 5; * @return A list containing the lines. */ java.util.List getLinesList(); /** *
   * Line-by-line content of the source code file.
   * 
* * repeated string lines = 5; * @return The count of lines. */ int getLinesCount(); /** *
   * Line-by-line content of the source code file.
   * 
* * repeated string lines = 5; * @param index The index of the element to return. * @return The lines at the given index. */ java.lang.String getLines(int index); /** *
   * Line-by-line content of the source code file.
   * 
* * repeated string lines = 5; * @param index The index of the value to return. * @return The bytes of the lines at the given index. */ org.nd4j.shade.protobuf.ByteString getLinesBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy