SaveSliceInfoDefOrBuilder

อินเทอร์เฟซสาธารณะ SaveSliceInfoDefOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

สตริงที่เป็นนามธรรม
รับชื่อเต็ม ()
 Name of the full variable of which this is a slice.
นามธรรม com.google.protobuf.ByteString
รับFullNameBytes ()
 Name of the full variable of which this is a slice.
ยาวเป็นนามธรรม
getFullShape (ดัชนี int)
 Shape of the full variable.
นานาชาติที่เป็นนามธรรม
getFullShapeCount ()
 Shape of the full variable.
รายการนามธรรม<ยาว>
getFullShapeList ()
 Shape of the full variable.
ยาวเป็นนามธรรม
getVarOffset (ดัชนี int)
 Offset of this variable into the full variable.
นานาชาติที่เป็นนามธรรม
getVarOffsetCount ()
 Offset of this variable into the full variable.
รายการนามธรรม<ยาว>
getVarOffsetList ()
 Offset of this variable into the full variable.
ยาวเป็นนามธรรม
getVarShape (ดัชนี int)
 Shape of this variable.
นานาชาติที่เป็นนามธรรม
getVarShapeCount ()
 Shape of this variable.
รายการนามธรรม<ยาว>
getVarShapeList ()
 Shape of this variable.

วิธีการสาธารณะ

สตริงนามธรรมสาธารณะ 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;

นามธรรมสาธารณะ getFullShape ยาว (ดัชนี int)

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

นามธรรมสาธารณะ int getFullShapeCount ()

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

รายการนามธรรมสาธารณะ <Long> getFullShapeList ()

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

สาธารณะนามธรรมยาว getVarOffset (ดัชนี int)

 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> getVarOffsetList ()

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

getVarShape แบบยาวแบบนามธรรมสาธารณะ (ดัชนี int)

 Shape of this variable.
 
repeated int64 var_shape = 4;

นามธรรมสาธารณะ int getVarShapeCount ()

 Shape of this variable.
 
repeated int64 var_shape = 4;

รายการนามธรรมสาธารณะ <Long> getVarShapeList ()

 Shape of this variable.
 
repeated int64 var_shape = 4;