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 TypeMethodDescriptiongetAdded(int index) Sources newly registered by this request.intSources newly registered by this request.Sources newly registered by this request.getAddedOrBuilder(int index) Sources newly registered by this request.List<? extends DataSourceDescriptorOrBuilder>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.ByteStringgetAlreadyPresentBytes(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".intsource_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.intPaths 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.List<? extends AddSourceFailureOrBuilder>Paths that failed to register, each with its reason.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
-
getAddedList
List<DataSourceDescriptor> getAddedList()Sources newly registered by this request.
repeated .biopb.tensor.DataSourceDescriptor added = 1; -
getAdded
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
Sources newly registered by this request.
repeated .biopb.tensor.DataSourceDescriptor added = 1; -
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
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
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
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;
-