interface pública SaveSliceInfoDefOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
cadeia abstrata | getNomeCompleto () Name of the full variable of which this is a slice. |
abstrato com.google.protobuf.ByteString | getFullNameBytes () Name of the full variable of which this is a slice. |
abstrato longo | getFullShape (índice interno) Shape of the full variable. |
abstrato int | getFullShapeCount () Shape of the full variable. |
lista abstrata<longa> | getFullShapeList () Shape of the full variable. |
abstrato longo | getVarOffset (índice interno) Offset of this variable into the full variable. |
abstrato int | getVarOffsetCount () Offset of this variable into the full variable. |
lista abstrata<longa> | getVarOffsetList () Offset of this variable into the full variable. |
abstrato longo | getVarShape (índice interno) Shape of this variable. |
abstrato int | getVarShapeCount () Shape of this variable. |
lista abstrata<longa> | getVarShapeList () Shape of this variable. |
Métodos Públicos
String abstrata pública getFullName ()
Name of the full variable of which this is a slice.
string full_name = 1;
resumo público com.google.protobuf.ByteString getFullNameBytes ()
Name of the full variable of which this is a slice.
string full_name = 1;
público abstrato longo getFullShape (índice int)
Shape of the full variable.
repeated int64 full_shape = 2;
resumo público int getFullShapeCount ()
Shape of the full variable.
repeated int64 full_shape = 2;
lista abstrata pública<Long> getFullShapeList ()
Shape of the full variable.
repeated int64 full_shape = 2;
público abstrato longo getVarOffset (índice int)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
resumo público int getVarOffsetCount ()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
lista abstrata pública<Long> getVarOffsetList ()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
público abstrato longo getVarShape (índice int)
Shape of this variable.
repeated int64 var_shape = 4;
resumo público int getVarShapeCount ()
Shape of this variable.
repeated int64 var_shape = 4;
lista abstrata pública<Long> getVarShapeList ()
Shape of this variable.
repeated int64 var_shape = 4;