Package biopb.tensor
Interface AddSourceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddSourceRequest,AddSourceRequest.Builder
public interface AddSourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDimLabels(int index) Optional dimension labels applied to the registered tensor(s).com.google.protobuf.ByteStringgetDimLabelsBytes(int index) Optional dimension labels applied to the registered tensor(s).intOptional dimension labels applied to the registered tensor(s).Optional dimension labels applied to the registered tensor(s).Explicit adapter type ("zarr", "ome-zarr", ...); empty means auto-detect via the adapters' claim() protocol.com.google.protobuf.ByteStringExplicit adapter type ("zarr", "ome-zarr", ...); empty means auto-detect via the adapters' claim() protocol.getUrl()Absolute path or remote URL, interpreted on the SERVER's filesystem.com.google.protobuf.ByteStringAbsolute path or remote URL, interpreted on the SERVER's filesystem.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
-
getUrl
String getUrl()Absolute path or remote URL, interpreted on the SERVER's filesystem.
string url = 1;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()Absolute path or remote URL, interpreted on the SERVER's filesystem.
string url = 1;- Returns:
- The bytes for url.
-
getSourceType
String getSourceType()Explicit adapter type ("zarr", "ome-zarr", ...); empty means auto-detect via the adapters' claim() protocol.string source_type = 2;- Returns:
- The sourceType.
-
getSourceTypeBytes
com.google.protobuf.ByteString getSourceTypeBytes()Explicit adapter type ("zarr", "ome-zarr", ...); empty means auto-detect via the adapters' claim() protocol.string source_type = 2;- Returns:
- The bytes for sourceType.
-
getDimLabelsList
Optional dimension labels applied to the registered tensor(s).
repeated string dim_labels = 3;- Returns:
- A list containing the dimLabels.
-
getDimLabelsCount
int getDimLabelsCount()Optional dimension labels applied to the registered tensor(s).
repeated string dim_labels = 3;- Returns:
- The count of dimLabels.
-
getDimLabels
Optional dimension labels applied to the registered tensor(s).
repeated string dim_labels = 3;- Parameters:
index- The index of the element to return.- Returns:
- The dimLabels at the given index.
-
getDimLabelsBytes
com.google.protobuf.ByteString getDimLabelsBytes(int index) Optional dimension labels applied to the registered tensor(s).
repeated string dim_labels = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the dimLabels at the given index.
-