SaveSliceInfoDefOrBuilder

giao diện công cộng SaveSliceInfoDefOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

chuỗi trừu tượng
getFullName ()
 Name of the full variable of which this is a slice.
tóm tắt com.google.protobuf.ByteString
getFullNameBytes ()
 Name of the full variable of which this is a slice.
trừu tượng dài
getFullShape (chỉ mục int)
 Shape of the full variable.
int trừu tượng
getFullShapeCount ()
 Shape of the full variable.
Danh sách trừu tượng<Dài>
getFullShapeList ()
 Shape of the full variable.
trừu tượng dài
getVarOffset (chỉ mục int)
 Offset of this variable into the full variable.
int trừu tượng
getVarOffsetCount ()
 Offset of this variable into the full variable.
Danh sách trừu tượng<Dài>
getVarOffsetList ()
 Offset of this variable into the full variable.
trừu tượng dài
getVarShape (chỉ mục int)
 Shape of this variable.
int trừu tượng
getVarShapeCount ()
 Shape of this variable.
Danh sách trừu tượng<Dài>
getVarShapeList ()
 Shape of this variable.

Phương pháp công khai

Chuỗi tóm tắt công khai getFullName ()

 Name of the full variable of which this is a slice.
 
string full_name = 1;

tóm tắt công khai com.google.protobuf.ByteString getFullNameBytes ()

 Name of the full variable of which this is a slice.
 
string full_name = 1;

tóm tắt công khai dài getFullShape (chỉ mục int)

 Shape of the full variable.
 
repeated int64 full_shape = 2;

tóm tắt công khai int getFullShapeCount ()

 Shape of the full variable.
 
repeated int64 full_shape = 2;

Danh sách tóm tắt công khai<Long> getFullShapeList ()

 Shape of the full variable.
 
repeated int64 full_shape = 2;

tóm tắt công khai dài getVarOffset (chỉ mục int)

 Offset of this variable into the full variable.
 
repeated int64 var_offset = 3;

tóm tắt công khai int getVarOffsetCount ()

 Offset of this variable into the full variable.
 
repeated int64 var_offset = 3;

Danh sách tóm tắt công khai<Long> getVarOffsetList ()

 Offset of this variable into the full variable.
 
repeated int64 var_offset = 3;

tóm tắt công khai dài getVarShape (chỉ mục int)

 Shape of this variable.
 
repeated int64 var_shape = 4;

tóm tắt công khai int getVarShapeCount ()

 Shape of this variable.
 
repeated int64 var_shape = 4;

Danh sách tóm tắt công khai<Long> getVarShapeList ()

 Shape of this variable.
 
repeated int64 var_shape = 4;