Packages

c

org.tensorflow.metadata.v0

UnchangedRegion

final class UnchangedRegion extends GeneratedMessageV3 with UnchangedRegionOrBuilder

Describes a chunk that is the same in the two artifacts.

Protobuf type tensorflow.metadata.v0.UnchangedRegion

Source
UnchangedRegion.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnchangedRegion
  2. UnchangedRegionOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(obj: AnyRef): Boolean
    Definition Classes
    UnchangedRegion → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  2. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  3. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  4. def getContents(index: Int): String

    The contents of the chunk. These are the same in both artifacts.
    

    The contents of the chunk. These are the same in both artifacts.
    

    repeated string contents = 3;

    index

    The index of the element to return.

    returns

    The contents at the given index.

    Definition Classes
    UnchangedRegionUnchangedRegionOrBuilder
  5. def getContentsBytes(index: Int): ByteString

    The contents of the chunk. These are the same in both artifacts.
    

    The contents of the chunk. These are the same in both artifacts.
    

    repeated string contents = 3;

    index

    The index of the value to return.

    returns

    The bytes of the contents at the given index.

    Definition Classes
    UnchangedRegionUnchangedRegionOrBuilder
  6. def getContentsCount(): Int

    The contents of the chunk. These are the same in both artifacts.
    

    The contents of the chunk. These are the same in both artifacts.
    

    repeated string contents = 3;

    returns

    The count of contents.

    Definition Classes
    UnchangedRegionUnchangedRegionOrBuilder
  7. def getContentsList(): ProtocolStringList

    The contents of the chunk. These are the same in both artifacts.
    

    The contents of the chunk. These are the same in both artifacts.
    

    repeated string contents = 3;

    returns

    A list containing the contents.

    Definition Classes
    UnchangedRegionUnchangedRegionOrBuilder
  8. def getDefaultInstanceForType(): UnchangedRegion
    Definition Classes
    UnchangedRegion → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  9. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  10. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  11. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  12. def getLeftStart(): Int

    The starting lines of the chunk in the two artifacts.
    

    The starting lines of the chunk in the two artifacts.
    

    optional int32 left_start = 1;

    returns

    The leftStart.

    Definition Classes
    UnchangedRegionUnchangedRegionOrBuilder
    Annotations
    @Override()
  13. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  14. def getParserForType(): Parser[UnchangedRegion]
    Definition Classes
    UnchangedRegion → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  15. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  16. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  17. def getRightStart(): Int

    optional int32 right_start = 2;

    optional int32 right_start = 2;

    returns

    The rightStart.

    Definition Classes
    UnchangedRegionUnchangedRegionOrBuilder
    Annotations
    @Override()
  18. def getSerializedSize(): Int
    Definition Classes
    UnchangedRegion → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  19. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  20. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  21. def hasLeftStart(): Boolean

    The starting lines of the chunk in the two artifacts.
    

    The starting lines of the chunk in the two artifacts.
    

    optional int32 left_start = 1;

    returns

    Whether the leftStart field is set.

    Definition Classes
    UnchangedRegionUnchangedRegionOrBuilder
    Annotations
    @Override()
  22. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  23. def hasRightStart(): Boolean

    optional int32 right_start = 2;

    optional int32 right_start = 2;

    returns

    Whether the rightStart field is set.

    Definition Classes
    UnchangedRegionUnchangedRegionOrBuilder
    Annotations
    @Override()
  24. def hashCode(): Int
    Definition Classes
    UnchangedRegion → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  25. final def isInitialized(): Boolean
    Definition Classes
    UnchangedRegion → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  26. def newBuilderForType(): Builder
    Definition Classes
    UnchangedRegion → Message → MessageLite
    Annotations
    @Override()
  27. def toBuilder(): Builder
    Definition Classes
    UnchangedRegion → Message → MessageLite
    Annotations
    @Override()
  28. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  29. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  30. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  31. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  32. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    UnchangedRegion → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  33. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])