Package ai.vespa.documentapi.protobuf
Interface DocapiFeed.RemoveDocumentResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DocapiFeed.RemoveDocumentResponse,DocapiFeed.RemoveDocumentResponse.Builder
- Enclosing class:
- DocapiFeed
public static interface DocapiFeed.RemoveDocumentResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 modification_timestamp = 2;booleanbool was_found = 1;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
-
getWasFound
boolean getWasFound()bool was_found = 1;- Returns:
- The wasFound.
-
getModificationTimestamp
long getModificationTimestamp()uint64 modification_timestamp = 2;- Returns:
- The modificationTimestamp.
-