Class LookupResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
com.google.datastore.v1.LookupResponse.Builder
All Implemented Interfaces:
LookupResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
LookupResponse

public static final class LookupResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder> implements LookupResponseOrBuilder
 The response for [Datastore.Lookup][google.datastore.v1.Datastore.Lookup].
 
Protobuf type google.datastore.v1.LookupResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
    • clear

      public LookupResponse.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
    • getDefaultInstanceForType

      public LookupResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public LookupResponse build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public LookupResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public LookupResponse.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
    • setField

      public LookupResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
    • clearField

      public LookupResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
    • clearOneof

      public LookupResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
    • setRepeatedField

      public LookupResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
    • addRepeatedField

      public LookupResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
    • mergeFrom

      public LookupResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LookupResponse.Builder>
    • mergeFrom

      public LookupResponse.Builder mergeFrom(LookupResponse other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
    • mergeFrom

      public LookupResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LookupResponse.Builder>
      Throws:
      IOException
    • getFoundList

      public List<EntityResult> getFoundList()
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
      Specified by:
      getFoundList in interface LookupResponseOrBuilder
    • getFoundCount

      public int getFoundCount()
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
      Specified by:
      getFoundCount in interface LookupResponseOrBuilder
    • getFound

      public EntityResult getFound(int index)
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
      Specified by:
      getFound in interface LookupResponseOrBuilder
    • setFound

      public LookupResponse.Builder setFound(int index, EntityResult value)
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • setFound

      public LookupResponse.Builder setFound(int index, EntityResult.Builder builderForValue)
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • addFound

      public LookupResponse.Builder addFound(EntityResult value)
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • addFound

      public LookupResponse.Builder addFound(int index, EntityResult value)
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • addFound

      public LookupResponse.Builder addFound(EntityResult.Builder builderForValue)
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • addFound

      public LookupResponse.Builder addFound(int index, EntityResult.Builder builderForValue)
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • addAllFound

      public LookupResponse.Builder addAllFound(Iterable<? extends EntityResult> values)
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • clearFound

      public LookupResponse.Builder clearFound()
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • removeFound

      public LookupResponse.Builder removeFound(int index)
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • getFoundBuilder

      public EntityResult.Builder getFoundBuilder(int index)
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • getFoundOrBuilder

      public EntityResultOrBuilder getFoundOrBuilder(int index)
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
      Specified by:
      getFoundOrBuilder in interface LookupResponseOrBuilder
    • getFoundOrBuilderList

      public List<? extends EntityResultOrBuilder> getFoundOrBuilderList()
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
      Specified by:
      getFoundOrBuilderList in interface LookupResponseOrBuilder
    • addFoundBuilder

      public EntityResult.Builder addFoundBuilder()
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • addFoundBuilder

      public EntityResult.Builder addFoundBuilder(int index)
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • getFoundBuilderList

      public List<EntityResult.Builder> getFoundBuilderList()
       Entities found as `ResultType.FULL` entities. The order of results in this
       field is undefined and has no relation to the order of the keys in the
       input.
       
      repeated .google.datastore.v1.EntityResult found = 1;
    • getMissingList

      public List<EntityResult> getMissingList()
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
      Specified by:
      getMissingList in interface LookupResponseOrBuilder
    • getMissingCount

      public int getMissingCount()
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
      Specified by:
      getMissingCount in interface LookupResponseOrBuilder
    • getMissing

      public EntityResult getMissing(int index)
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
      Specified by:
      getMissing in interface LookupResponseOrBuilder
    • setMissing

      public LookupResponse.Builder setMissing(int index, EntityResult value)
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • setMissing

      public LookupResponse.Builder setMissing(int index, EntityResult.Builder builderForValue)
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • addMissing

      public LookupResponse.Builder addMissing(EntityResult value)
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • addMissing

      public LookupResponse.Builder addMissing(int index, EntityResult value)
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • addMissing

      public LookupResponse.Builder addMissing(EntityResult.Builder builderForValue)
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • addMissing

      public LookupResponse.Builder addMissing(int index, EntityResult.Builder builderForValue)
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • addAllMissing

      public LookupResponse.Builder addAllMissing(Iterable<? extends EntityResult> values)
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • clearMissing

      public LookupResponse.Builder clearMissing()
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • removeMissing

      public LookupResponse.Builder removeMissing(int index)
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • getMissingBuilder

      public EntityResult.Builder getMissingBuilder(int index)
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • getMissingOrBuilder

      public EntityResultOrBuilder getMissingOrBuilder(int index)
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
      Specified by:
      getMissingOrBuilder in interface LookupResponseOrBuilder
    • getMissingOrBuilderList

      public List<? extends EntityResultOrBuilder> getMissingOrBuilderList()
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
      Specified by:
      getMissingOrBuilderList in interface LookupResponseOrBuilder
    • addMissingBuilder

      public EntityResult.Builder addMissingBuilder()
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • addMissingBuilder

      public EntityResult.Builder addMissingBuilder(int index)
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • getMissingBuilderList

      public List<EntityResult.Builder> getMissingBuilderList()
       Entities not found as `ResultType.KEY_ONLY` entities. The order of results
       in this field is undefined and has no relation to the order of the keys
       in the input.
       
      repeated .google.datastore.v1.EntityResult missing = 2;
    • getDeferredList

      public List<Key> getDeferredList()
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
      Specified by:
      getDeferredList in interface LookupResponseOrBuilder
    • getDeferredCount

      public int getDeferredCount()
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
      Specified by:
      getDeferredCount in interface LookupResponseOrBuilder
    • getDeferred

      public Key getDeferred(int index)
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
      Specified by:
      getDeferred in interface LookupResponseOrBuilder
    • setDeferred

      public LookupResponse.Builder setDeferred(int index, Key value)
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • setDeferred

      public LookupResponse.Builder setDeferred(int index, Key.Builder builderForValue)
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • addDeferred

      public LookupResponse.Builder addDeferred(Key value)
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • addDeferred

      public LookupResponse.Builder addDeferred(int index, Key value)
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • addDeferred

      public LookupResponse.Builder addDeferred(Key.Builder builderForValue)
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • addDeferred

      public LookupResponse.Builder addDeferred(int index, Key.Builder builderForValue)
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • addAllDeferred

      public LookupResponse.Builder addAllDeferred(Iterable<? extends Key> values)
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • clearDeferred

      public LookupResponse.Builder clearDeferred()
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • removeDeferred

      public LookupResponse.Builder removeDeferred(int index)
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • getDeferredBuilder

      public Key.Builder getDeferredBuilder(int index)
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • getDeferredOrBuilder

      public KeyOrBuilder getDeferredOrBuilder(int index)
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
      Specified by:
      getDeferredOrBuilder in interface LookupResponseOrBuilder
    • getDeferredOrBuilderList

      public List<? extends KeyOrBuilder> getDeferredOrBuilderList()
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
      Specified by:
      getDeferredOrBuilderList in interface LookupResponseOrBuilder
    • addDeferredBuilder

      public Key.Builder addDeferredBuilder()
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • addDeferredBuilder

      public Key.Builder addDeferredBuilder(int index)
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • getDeferredBuilderList

      public List<Key.Builder> getDeferredBuilderList()
       A list of keys that were not looked up due to resource constraints. The
       order of results in this field is undefined and has no relation to the
       order of the keys in the input.
       
      repeated .google.datastore.v1.Key deferred = 3;
    • getTransaction

      public com.google.protobuf.ByteString getTransaction()
       The identifier of the transaction that was started as part of this Lookup
       request.
      
       Set only when
       [ReadOptions.new_transaction][google.datastore.v1.ReadOptions.new_transaction]
       was set in
       [LookupRequest.read_options][google.datastore.v1.LookupRequest.read_options].
       
      bytes transaction = 5;
      Specified by:
      getTransaction in interface LookupResponseOrBuilder
      Returns:
      The transaction.
    • setTransaction

      public LookupResponse.Builder setTransaction(com.google.protobuf.ByteString value)
       The identifier of the transaction that was started as part of this Lookup
       request.
      
       Set only when
       [ReadOptions.new_transaction][google.datastore.v1.ReadOptions.new_transaction]
       was set in
       [LookupRequest.read_options][google.datastore.v1.LookupRequest.read_options].
       
      bytes transaction = 5;
      Parameters:
      value - The transaction to set.
      Returns:
      This builder for chaining.
    • clearTransaction

      public LookupResponse.Builder clearTransaction()
       The identifier of the transaction that was started as part of this Lookup
       request.
      
       Set only when
       [ReadOptions.new_transaction][google.datastore.v1.ReadOptions.new_transaction]
       was set in
       [LookupRequest.read_options][google.datastore.v1.LookupRequest.read_options].
       
      bytes transaction = 5;
      Returns:
      This builder for chaining.
    • hasReadTime

      public boolean hasReadTime()
       The time at which these entities were read or found missing.
       
      .google.protobuf.Timestamp read_time = 7;
      Specified by:
      hasReadTime in interface LookupResponseOrBuilder
      Returns:
      Whether the readTime field is set.
    • getReadTime

      public com.google.protobuf.Timestamp getReadTime()
       The time at which these entities were read or found missing.
       
      .google.protobuf.Timestamp read_time = 7;
      Specified by:
      getReadTime in interface LookupResponseOrBuilder
      Returns:
      The readTime.
    • setReadTime

      public LookupResponse.Builder setReadTime(com.google.protobuf.Timestamp value)
       The time at which these entities were read or found missing.
       
      .google.protobuf.Timestamp read_time = 7;
    • setReadTime

      public LookupResponse.Builder setReadTime(com.google.protobuf.Timestamp.Builder builderForValue)
       The time at which these entities were read or found missing.
       
      .google.protobuf.Timestamp read_time = 7;
    • mergeReadTime

      public LookupResponse.Builder mergeReadTime(com.google.protobuf.Timestamp value)
       The time at which these entities were read or found missing.
       
      .google.protobuf.Timestamp read_time = 7;
    • clearReadTime

      public LookupResponse.Builder clearReadTime()
       The time at which these entities were read or found missing.
       
      .google.protobuf.Timestamp read_time = 7;
    • getReadTimeBuilder

      public com.google.protobuf.Timestamp.Builder getReadTimeBuilder()
       The time at which these entities were read or found missing.
       
      .google.protobuf.Timestamp read_time = 7;
    • getReadTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
       The time at which these entities were read or found missing.
       
      .google.protobuf.Timestamp read_time = 7;
      Specified by:
      getReadTimeOrBuilder in interface LookupResponseOrBuilder
    • setUnknownFields

      public final LookupResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>
    • mergeUnknownFields

      public final LookupResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LookupResponse.Builder>