Package biopb.tensor
Interface ChunkUploadOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChunkUpload,ChunkUpload.Builder
public interface ChunkUploadOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionChunk bounds (start/stop coordinates)Chunk bounds (start/stop coordinates)Source identifier (e.g., "cache_abc123" or "ome_zarr_def456")com.google.protobuf.ByteStringSource identifier (e.g., "cache_abc123" or "ome_zarr_def456")booleanChunk bounds (start/stop coordinates)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
-
getSourceId
String getSourceId()Source identifier (e.g., "cache_abc123" or "ome_zarr_def456")
string source_id = 1;- Returns:
- The sourceId.
-
getSourceIdBytes
com.google.protobuf.ByteString getSourceIdBytes()Source identifier (e.g., "cache_abc123" or "ome_zarr_def456")
string source_id = 1;- Returns:
- The bytes for sourceId.
-
hasBounds
boolean hasBounds()Chunk bounds (start/stop coordinates)
.biopb.tensor.ChunkBounds bounds = 2;- Returns:
- Whether the bounds field is set.
-
getBounds
ChunkBounds getBounds()Chunk bounds (start/stop coordinates)
.biopb.tensor.ChunkBounds bounds = 2;- Returns:
- The bounds.
-
getBoundsOrBuilder
ChunkBoundsOrBuilder getBoundsOrBuilder()Chunk bounds (start/stop coordinates)
.biopb.tensor.ChunkBounds bounds = 2;
-