public interface SaveSliceInfoDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFullName()
Name of the full variable of which this is a slice.
|
com.google.protobuf.ByteString |
getFullNameBytes()
Name of the full variable of which this is a slice.
|
long |
getFullShape(int index)
Shape of the full variable.
|
int |
getFullShapeCount()
Shape of the full variable.
|
java.util.List<java.lang.Long> |
getFullShapeList()
Shape of the full variable.
|
long |
getVarOffset(int index)
Offset of this variable into the full variable.
|
int |
getVarOffsetCount()
Offset of this variable into the full variable.
|
java.util.List<java.lang.Long> |
getVarOffsetList()
Offset of this variable into the full variable.
|
long |
getVarShape(int index)
Shape of this variable.
|
int |
getVarShapeCount()
Shape of this variable.
|
java.util.List<java.lang.Long> |
getVarShapeList()
Shape of this variable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getFullName()
Name of the full variable of which this is a slice.
string full_name = 1;com.google.protobuf.ByteString getFullNameBytes()
Name of the full variable of which this is a slice.
string full_name = 1;java.util.List<java.lang.Long> getFullShapeList()
Shape of the full variable.
repeated int64 full_shape = 2;int getFullShapeCount()
Shape of the full variable.
repeated int64 full_shape = 2;long getFullShape(int index)
Shape of the full variable.
repeated int64 full_shape = 2;index - The index of the element to return.java.util.List<java.lang.Long> getVarOffsetList()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;int getVarOffsetCount()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;long getVarOffset(int index)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;index - The index of the element to return.java.util.List<java.lang.Long> getVarShapeList()
Shape of this variable.
repeated int64 var_shape = 4;int getVarShapeCount()
Shape of this variable.
repeated int64 var_shape = 4;long getVarShape(int index)
Shape of this variable.
repeated int64 var_shape = 4;index - The index of the element to return.