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 Type
    Method
    Description
    getDimLabels(int index)
    Optional dimension labels applied to the registered tensor(s).
    com.google.protobuf.ByteString
    getDimLabelsBytes(int index)
    Optional dimension labels applied to the registered tensor(s).
    int
    Optional 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.ByteString
    Explicit adapter type ("zarr", "ome-zarr", ...); empty means auto-detect via the adapters' claim() protocol.
    Absolute path or remote URL, interpreted on the SERVER's filesystem.
    com.google.protobuf.ByteString
    Absolute path or remote URL, interpreted on the SERVER's filesystem.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> 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

      String getDimLabels(int index)
       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.