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 TypeMethodDescriptiongetFailed(int index) Sources that matched the branch but could not be removed (e.g.intSources 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.List<? extends AddSourceFailureOrBuilder>Sources that matched the branch but could not be removed (e.g.getRemoved(int index) source_ids actually deregistered.com.google.protobuf.ByteStringgetRemovedBytes(int index) source_ids actually deregistered.intsource_ids actually deregistered.source_ids actually deregistered.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
-
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
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
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
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;
-