Package biopb.tensor

Interface RemoveSourceResultOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getFailed(int index)
    Sources that matched the branch but could not be removed (e.g.
    int
    Sources that matched the branch but could not be removed (e.g.
    Sources that matched the branch but could not be removed (e.g.
    getFailedOrBuilder(int index)
    Sources that matched the branch but could not be removed (e.g.
    Sources that matched the branch but could not be removed (e.g.
    getRemoved(int index)
    source_ids actually deregistered.
    com.google.protobuf.ByteString
    getRemovedBytes(int index)
    source_ids actually deregistered.
    int
    source_ids actually deregistered.
    source_ids actually deregistered.

    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

    • getRemovedList

      List<String> getRemovedList()
       source_ids actually deregistered.
       
      repeated string removed = 1;
      Returns:
      A list containing the removed.
    • getRemovedCount

      int getRemovedCount()
       source_ids actually deregistered.
       
      repeated string removed = 1;
      Returns:
      The count of removed.
    • getRemoved

      String getRemoved(int index)
       source_ids actually deregistered.
       
      repeated string removed = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The removed at the given index.
    • getRemovedBytes

      com.google.protobuf.ByteString getRemovedBytes(int index)
       source_ids actually deregistered.
       
      repeated string removed = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the removed at the given index.
    • getFailedList

      List<AddSourceFailure> getFailedList()
       Sources that matched the branch but could not be removed (e.g. already gone
       from a concurrent rescan). Reuses AddSourceFailure: its `path` field carries
       the source_id here, `reason` the explanation.
       
      repeated .biopb.tensor.AddSourceFailure failed = 2;
    • getFailed

      AddSourceFailure getFailed(int index)
       Sources that matched the branch but could not be removed (e.g. already gone
       from a concurrent rescan). Reuses AddSourceFailure: its `path` field carries
       the source_id here, `reason` the explanation.
       
      repeated .biopb.tensor.AddSourceFailure failed = 2;
    • getFailedCount

      int getFailedCount()
       Sources that matched the branch but could not be removed (e.g. already gone
       from a concurrent rescan). Reuses AddSourceFailure: its `path` field carries
       the source_id here, `reason` the explanation.
       
      repeated .biopb.tensor.AddSourceFailure failed = 2;
    • getFailedOrBuilderList

      List<? extends AddSourceFailureOrBuilder> getFailedOrBuilderList()
       Sources that matched the branch but could not be removed (e.g. already gone
       from a concurrent rescan). Reuses AddSourceFailure: its `path` field carries
       the source_id here, `reason` the explanation.
       
      repeated .biopb.tensor.AddSourceFailure failed = 2;
    • getFailedOrBuilder

      AddSourceFailureOrBuilder getFailedOrBuilder(int index)
       Sources that matched the branch but could not be removed (e.g. already gone
       from a concurrent rescan). Reuses AddSourceFailure: its `path` field carries
       the source_id here, `reason` the explanation.
       
      repeated .biopb.tensor.AddSourceFailure failed = 2;