Interface DocapiFeed.UpdateDocumentResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DocapiFeed.UpdateDocumentResponse, DocapiFeed.UpdateDocumentResponse.Builder
Enclosing class:
DocapiFeed

public static interface DocapiFeed.UpdateDocumentResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 modification_timestamp = 2;
    boolean
    bool was_found = 1;

    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

    • getWasFound

      boolean getWasFound()
      bool was_found = 1;
      Returns:
      The wasFound.
    • getModificationTimestamp

      long getModificationTimestamp()
      uint64 modification_timestamp = 2;
      Returns:
      The modificationTimestamp.