Interface SaveSliceInfoDefOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
SaveSliceInfoDef, SaveSliceInfoDef.Builder
-
Method Summary
Modifier and TypeMethodDescriptionName of the full variable of which this is a slice.Name of the full variable of which this is a slice.longgetFullShape(int index) Shape of the full variable.intShape of the full variable.Shape of the full variable.longgetVarOffset(int index) Offset of this variable into the full variable.intOffset of this variable into the full variable.Offset of this variable into the full variable.longgetVarShape(int index) Shape of this variable.intShape of this variable.Shape of this variable.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
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
-
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
-
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
-
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.
-