org.tensorflow.metadata.v0.UnchangedRegionOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/anomalies.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface UnchangedRegionOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.UnchangedRegion)
com.google.protobuf.MessageOrBuilder {
/**
*
* The starting lines of the chunk in the two artifacts.
*
*
* optional int32 left_start = 1;
* @return Whether the leftStart field is set.
*/
boolean hasLeftStart();
/**
*
* The starting lines of the chunk in the two artifacts.
*
*
* optional int32 left_start = 1;
* @return The leftStart.
*/
int getLeftStart();
/**
* optional int32 right_start = 2;
* @return Whether the rightStart field is set.
*/
boolean hasRightStart();
/**
* optional int32 right_start = 2;
* @return The rightStart.
*/
int getRightStart();
/**
*
* The contents of the chunk. These are the same in both artifacts.
*
*
* repeated string contents = 3;
* @return A list containing the contents.
*/
java.util.List
getContentsList();
/**
*
* The contents of the chunk. These are the same in both artifacts.
*
*
* repeated string contents = 3;
* @return The count of contents.
*/
int getContentsCount();
/**
*
* The contents of the chunk. These are the same in both artifacts.
*
*
* repeated string contents = 3;
* @param index The index of the element to return.
* @return The contents at the given index.
*/
java.lang.String getContents(int index);
/**
*
* The contents of the chunk. These are the same in both artifacts.
*
*
* repeated string contents = 3;
* @param index The index of the value to return.
* @return The bytes of the contents at the given index.
*/
com.google.protobuf.ByteString
getContentsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy