interfaz pública SaveSliceInfoDefOrBuilder
Subclases indirectas conocidas |
Métodos públicos
cadena abstracta | obtener nombre completo () Name of the full variable of which this is a slice. |
resumen com.google.protobuf.ByteString | getFullNameBytes () Name of the full variable of which this is a slice. |
abstracto largo | getFullShape (índice int) Shape of the full variable. |
resumen entero | getFullShapeCount () Shape of the full variable. |
Lista abstracta<Larga> | obtenerLista de formas completas () Shape of the full variable. |
abstracto largo | getVarOffset (índice int) Offset of this variable into the full variable. |
resumen entero | getVarOffsetCount () Offset of this variable into the full variable. |
Lista abstracta<Larga> | getVarOffsetList () Offset of this variable into the full variable. |
abstracto largo | getVarShape (índice int) Shape of this variable. |
resumen entero | getVarShapeCount () Shape of this variable. |
Lista abstracta<Larga> | getVarShapeList () Shape of this variable. |
Métodos públicos
Cadena abstracta pública getFullName ()
Name of the full variable of which this is a slice.
string full_name = 1;
resumen público com.google.protobuf.ByteString getFullNameBytes ()
Name of the full variable of which this is a slice.
string full_name = 1;
resumen público largo getFullShape (índice int)
Shape of the full variable.
repeated int64 full_shape = 2;
resumen público int getFullShapeCount ()
Shape of the full variable.
repeated int64 full_shape = 2;
Lista abstracta pública <Long> getFullShapeList ()
Shape of the full variable.
repeated int64 full_shape = 2;
getVarOffset largo abstracto público (índice int)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
resumen público int getVarOffsetCount ()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
Lista abstracta pública<Long> getVarOffsetList ()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
resumen público largo getVarShape (índice int)
Shape of this variable.
repeated int64 var_shape = 4;
resumen público int getVarShapeCount ()
Shape of this variable.
repeated int64 var_shape = 4;
Lista abstracta pública <Long> getVarShapeList ()
Shape of this variable.
repeated int64 var_shape = 4;