Interface SaveSliceInfoDefOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
SaveSliceInfoDef, SaveSliceInfoDef.Builder

public interface SaveSliceInfoDefOrBuilder extends MessageOrBuilder
  • Method Details

    • getFullName

      String getFullName()
      Name of the full variable of which this is a slice.
      
      string full_name = 1;
      Returns:
      The fullName.
    • getFullNameBytes

      ByteString getFullNameBytes()
      Name of the full variable of which this is a slice.
      
      string full_name = 1;
      Returns:
      The bytes for fullName.
    • getFullShapeList

      List<Long> getFullShapeList()
      Shape of the full variable.
      
      repeated int64 full_shape = 2;
      Returns:
      A list containing the fullShape.
    • getFullShapeCount

      int getFullShapeCount()
      Shape of the full variable.
      
      repeated int64 full_shape = 2;
      Returns:
      The count of fullShape.
    • getFullShape

      long getFullShape(int index)
      Shape of the full variable.
      
      repeated int64 full_shape = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fullShape at the given index.
    • getVarOffsetList

      List<Long> getVarOffsetList()
      Offset of this variable into the full variable.
      
      repeated int64 var_offset = 3;
      Returns:
      A list containing the varOffset.
    • getVarOffsetCount

      int getVarOffsetCount()
      Offset of this variable into the full variable.
      
      repeated int64 var_offset = 3;
      Returns:
      The count of varOffset.
    • getVarOffset

      long getVarOffset(int index)
      Offset of this variable into the full variable.
      
      repeated int64 var_offset = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The varOffset at the given index.
    • getVarShapeList

      List<Long> getVarShapeList()
      Shape of this variable.
      
      repeated int64 var_shape = 4;
      Returns:
      A list containing the varShape.
    • getVarShapeCount

      int getVarShapeCount()
      Shape of this variable.
      
      repeated int64 var_shape = 4;
      Returns:
      The count of varShape.
    • getVarShape

      long getVarShape(int index)
      Shape of this variable.
      
      repeated int64 var_shape = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The varShape at the given index.