Interface BlocksProtos.ChunkProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BlocksProtos.ChunkProto,BlocksProtos.ChunkProto.Builder
- Enclosing class:
- BlocksProtos
public static interface BlocksProtos.ChunkProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBlocks(int index) the block arraycom.google.protobuf.ByteStringgetBlocksBytes(int index) the block arrayintthe block arraythe block arrayintgetLocation(int index) the location of the chunk, represented as an array of 3 integers.intthe location of the chunk, represented as an array of 3 integers.the location of the chunk, represented as an array of 3 integers.intgetSize(int index) the size of the chunk, represented as an array of 3 integers.intthe size of the chunk, represented as an array of 3 integers.the size of the chunk, represented as an array of 3 integers.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLocationList
the location of the chunk, represented as an array of 3 integers. Where location[0] = x, location[1] = y, location[2] = z
repeated sint32 location = 1 [packed = true]; -
getLocationCount
int getLocationCount()the location of the chunk, represented as an array of 3 integers. Where location[0] = x, location[1] = y, location[2] = z
repeated sint32 location = 1 [packed = true]; -
getLocation
int getLocation(int index) the location of the chunk, represented as an array of 3 integers. Where location[0] = x, location[1] = y, location[2] = z
repeated sint32 location = 1 [packed = true]; -
getSizeList
the size of the chunk, represented as an array of 3 integers. where size[0] = x, size[1] = y, size[2] = z
repeated sint32 size = 2 [packed = true]; -
getSizeCount
int getSizeCount()the size of the chunk, represented as an array of 3 integers. where size[0] = x, size[1] = y, size[2] = z
repeated sint32 size = 2 [packed = true]; -
getSize
int getSize(int index) the size of the chunk, represented as an array of 3 integers. where size[0] = x, size[1] = y, size[2] = z
repeated sint32 size = 2 [packed = true]; -
getBlocksList
the block array
repeated string blocks = 3; -
getBlocksCount
int getBlocksCount()the block array
repeated string blocks = 3; -
getBlocks
the block array
repeated string blocks = 3; -
getBlocksBytes
com.google.protobuf.ByteString getBlocksBytes(int index) the block array
repeated string blocks = 3;
-