Packages

t

org.tensorflow.metadata.v0

UnchangedRegionOrBuilder

trait UnchangedRegionOrBuilder extends MessageOrBuilder

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnchangedRegionOrBuilder
  2. MessageOrBuilder
  3. MessageLiteOrBuilder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def findInitializationErrors(): List[String]
    Definition Classes
    MessageOrBuilder
  2. abstract def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    MessageOrBuilder
  3. abstract 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.

  4. abstract 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.

  5. abstract 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.

  6. abstract def getContentsList(): List[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;

    returns

    A list containing the contents.

  7. abstract def getDefaultInstanceForType(): Message
    Definition Classes
    MessageOrBuilder → MessageLiteOrBuilder
  8. abstract def getDescriptorForType(): Descriptor
    Definition Classes
    MessageOrBuilder
  9. abstract def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    MessageOrBuilder
  10. abstract def getInitializationErrorString(): String
    Definition Classes
    MessageOrBuilder
  11. abstract 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.

  12. abstract def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    MessageOrBuilder
  13. abstract def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    MessageOrBuilder
  14. abstract def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    MessageOrBuilder
  15. abstract def getRightStart(): Int

    optional int32 right_start = 2;

    optional int32 right_start = 2;

    returns

    The rightStart.

  16. abstract def getUnknownFields(): UnknownFieldSet
    Definition Classes
    MessageOrBuilder
  17. abstract def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  18. abstract 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.

  19. abstract def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    MessageOrBuilder
  20. abstract def hasRightStart(): Boolean

    optional int32 right_start = 2;

    optional int32 right_start = 2;

    returns

    Whether the rightStart field is set.

  21. abstract def isInitialized(): Boolean
    Definition Classes
    MessageLiteOrBuilder