org.tensorflow.metadata.v0.ChangedRegionOrBuilder 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 ChangedRegionOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.ChangedRegion)
com.google.protobuf.MessageOrBuilder {
/**
*
* Changed region in the left artifact, in terms of starting line number and
* contents.
*
*
* optional int32 left_start = 1;
* @return Whether the leftStart field is set.
*/
boolean hasLeftStart();
/**
*
* Changed region in the left artifact, in terms of starting line number and
* contents.
*
*
* optional int32 left_start = 1;
* @return The leftStart.
*/
int getLeftStart();
/**
* repeated string left_contents = 2;
* @return A list containing the leftContents.
*/
java.util.List
getLeftContentsList();
/**
* repeated string left_contents = 2;
* @return The count of leftContents.
*/
int getLeftContentsCount();
/**
* repeated string left_contents = 2;
* @param index The index of the element to return.
* @return The leftContents at the given index.
*/
java.lang.String getLeftContents(int index);
/**
* repeated string left_contents = 2;
* @param index The index of the value to return.
* @return The bytes of the leftContents at the given index.
*/
com.google.protobuf.ByteString
getLeftContentsBytes(int index);
/**
*
* Ditto for the right artifact.
*
*
* optional int32 right_start = 3;
* @return Whether the rightStart field is set.
*/
boolean hasRightStart();
/**
*
* Ditto for the right artifact.
*
*
* optional int32 right_start = 3;
* @return The rightStart.
*/
int getRightStart();
/**
* repeated string right_contents = 4;
* @return A list containing the rightContents.
*/
java.util.List
getRightContentsList();
/**
* repeated string right_contents = 4;
* @return The count of rightContents.
*/
int getRightContentsCount();
/**
* repeated string right_contents = 4;
* @param index The index of the element to return.
* @return The rightContents at the given index.
*/
java.lang.String getRightContents(int index);
/**
* repeated string right_contents = 4;
* @param index The index of the value to return.
* @return The bytes of the rightContents at the given index.
*/
com.google.protobuf.ByteString
getRightContentsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy