Package biopb.tensor

Interface AddSourceResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AddSourceResult, AddSourceResult.Builder

public interface AddSourceResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getAdded(int index)
    Sources newly registered by this request.
    int
    Sources newly registered by this request.
    Sources newly registered by this request.
    getAddedOrBuilder(int index)
    Sources newly registered by this request.
    Sources newly registered by this request.
    getAlreadyPresent(int index)
    source_ids that were already registered (same deterministic id) -- upsert no-ops, surfaced so the client can say "already present" rather than "nothing happened".
    com.google.protobuf.ByteString
    source_ids that were already registered (same deterministic id) -- upsert no-ops, surfaced so the client can say "already present" rather than "nothing happened".
    int
    source_ids that were already registered (same deterministic id) -- upsert no-ops, surfaced so the client can say "already present" rather than "nothing happened".
    source_ids that were already registered (same deterministic id) -- upsert no-ops, surfaced so the client can say "already present" rather than "nothing happened".
    getFailed(int index)
    Paths that failed to register, each with its reason.
    int
    Paths that failed to register, each with its reason.
    Paths that failed to register, each with its reason.
    getFailedOrBuilder(int index)
    Paths that failed to register, each with its reason.
    Paths that failed to register, each with its reason.

    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

    • getAddedList

      List<DataSourceDescriptor> getAddedList()
       Sources newly registered by this request.
       
      repeated .biopb.tensor.DataSourceDescriptor added = 1;
    • getAdded

      DataSourceDescriptor getAdded(int index)
       Sources newly registered by this request.
       
      repeated .biopb.tensor.DataSourceDescriptor added = 1;
    • getAddedCount

      int getAddedCount()
       Sources newly registered by this request.
       
      repeated .biopb.tensor.DataSourceDescriptor added = 1;
    • getAddedOrBuilderList

      List<? extends DataSourceDescriptorOrBuilder> getAddedOrBuilderList()
       Sources newly registered by this request.
       
      repeated .biopb.tensor.DataSourceDescriptor added = 1;
    • getAddedOrBuilder

      DataSourceDescriptorOrBuilder getAddedOrBuilder(int index)
       Sources newly registered by this request.
       
      repeated .biopb.tensor.DataSourceDescriptor added = 1;
    • getAlreadyPresentList

      List<String> getAlreadyPresentList()
       source_ids that were already registered (same deterministic id) -- upsert
       no-ops, surfaced so the client can say "already present" rather than
       "nothing happened".
       
      repeated string already_present = 2;
      Returns:
      A list containing the alreadyPresent.
    • getAlreadyPresentCount

      int getAlreadyPresentCount()
       source_ids that were already registered (same deterministic id) -- upsert
       no-ops, surfaced so the client can say "already present" rather than
       "nothing happened".
       
      repeated string already_present = 2;
      Returns:
      The count of alreadyPresent.
    • getAlreadyPresent

      String getAlreadyPresent(int index)
       source_ids that were already registered (same deterministic id) -- upsert
       no-ops, surfaced so the client can say "already present" rather than
       "nothing happened".
       
      repeated string already_present = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The alreadyPresent at the given index.
    • getAlreadyPresentBytes

      com.google.protobuf.ByteString getAlreadyPresentBytes(int index)
       source_ids that were already registered (same deterministic id) -- upsert
       no-ops, surfaced so the client can say "already present" rather than
       "nothing happened".
       
      repeated string already_present = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the alreadyPresent at the given index.
    • getFailedList

      List<AddSourceFailure> getFailedList()
       Paths that failed to register, each with its reason. A directory dropped
       above the large-scan threshold is declined here too ("directory too large
       to scan on drop -- drop a subfolder, or add it via the server config file").
       
      repeated .biopb.tensor.AddSourceFailure failed = 3;
    • getFailed

      AddSourceFailure getFailed(int index)
       Paths that failed to register, each with its reason. A directory dropped
       above the large-scan threshold is declined here too ("directory too large
       to scan on drop -- drop a subfolder, or add it via the server config file").
       
      repeated .biopb.tensor.AddSourceFailure failed = 3;
    • getFailedCount

      int getFailedCount()
       Paths that failed to register, each with its reason. A directory dropped
       above the large-scan threshold is declined here too ("directory too large
       to scan on drop -- drop a subfolder, or add it via the server config file").
       
      repeated .biopb.tensor.AddSourceFailure failed = 3;
    • getFailedOrBuilderList

      List<? extends AddSourceFailureOrBuilder> getFailedOrBuilderList()
       Paths that failed to register, each with its reason. A directory dropped
       above the large-scan threshold is declined here too ("directory too large
       to scan on drop -- drop a subfolder, or add it via the server config file").
       
      repeated .biopb.tensor.AddSourceFailure failed = 3;
    • getFailedOrBuilder

      AddSourceFailureOrBuilder getFailedOrBuilder(int index)
       Paths that failed to register, each with its reason. A directory dropped
       above the large-scan threshold is declined here too ("directory too large
       to scan on drop -- drop a subfolder, or add it via the server config file").
       
      repeated .biopb.tensor.AddSourceFailure failed = 3;