Class Points.SearchPointGroups.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Points.SearchPointGroups.Builder>
io.qdrant.client.grpc.Points.SearchPointGroups.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Points.SearchPointGroupsOrBuilder, Cloneable
Enclosing class:
Points.SearchPointGroups

public static final class Points.SearchPointGroups.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Points.SearchPointGroups.Builder> implements Points.SearchPointGroupsOrBuilder
Protobuf type qdrant.SearchPointGroups
  • 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<Points.SearchPointGroups.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<Points.SearchPointGroups.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<Points.SearchPointGroups.Builder>
    • getDefaultInstanceForType

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

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

      public Points.SearchPointGroups buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.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<Points.SearchPointGroups.Builder>
    • setField

      public Points.SearchPointGroups.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<Points.SearchPointGroups.Builder>
    • clearField

      public Points.SearchPointGroups.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<Points.SearchPointGroups.Builder>
    • clearOneof

      public Points.SearchPointGroups.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<Points.SearchPointGroups.Builder>
    • setRepeatedField

      public Points.SearchPointGroups.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<Points.SearchPointGroups.Builder>
    • addRepeatedField

      public Points.SearchPointGroups.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<Points.SearchPointGroups.Builder>
    • mergeFrom

      public Points.SearchPointGroups.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<Points.SearchPointGroups.Builder>
    • mergeFrom

    • isInitialized

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

      public Points.SearchPointGroups.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<Points.SearchPointGroups.Builder>
      Throws:
      IOException
    • getCollectionName

      public String getCollectionName()
       Name of the collection
       
      string collection_name = 1;
      Specified by:
      getCollectionName in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The collectionName.
    • getCollectionNameBytes

      public com.google.protobuf.ByteString getCollectionNameBytes()
       Name of the collection
       
      string collection_name = 1;
      Specified by:
      getCollectionNameBytes in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The bytes for collectionName.
    • setCollectionName

      public Points.SearchPointGroups.Builder setCollectionName(String value)
       Name of the collection
       
      string collection_name = 1;
      Parameters:
      value - The collectionName to set.
      Returns:
      This builder for chaining.
    • clearCollectionName

      public Points.SearchPointGroups.Builder clearCollectionName()
       Name of the collection
       
      string collection_name = 1;
      Returns:
      This builder for chaining.
    • setCollectionNameBytes

      public Points.SearchPointGroups.Builder setCollectionNameBytes(com.google.protobuf.ByteString value)
       Name of the collection
       
      string collection_name = 1;
      Parameters:
      value - The bytes for collectionName to set.
      Returns:
      This builder for chaining.
    • getVectorList

      public List<Float> getVectorList()
       Vector to compare against
       
      repeated float vector = 2;
      Specified by:
      getVectorList in interface Points.SearchPointGroupsOrBuilder
      Returns:
      A list containing the vector.
    • getVectorCount

      public int getVectorCount()
       Vector to compare against
       
      repeated float vector = 2;
      Specified by:
      getVectorCount in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The count of vector.
    • getVector

      public float getVector(int index)
       Vector to compare against
       
      repeated float vector = 2;
      Specified by:
      getVector in interface Points.SearchPointGroupsOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The vector at the given index.
    • setVector

      public Points.SearchPointGroups.Builder setVector(int index, float value)
       Vector to compare against
       
      repeated float vector = 2;
      Parameters:
      index - The index to set the value at.
      value - The vector to set.
      Returns:
      This builder for chaining.
    • addVector

      public Points.SearchPointGroups.Builder addVector(float value)
       Vector to compare against
       
      repeated float vector = 2;
      Parameters:
      value - The vector to add.
      Returns:
      This builder for chaining.
    • addAllVector

      public Points.SearchPointGroups.Builder addAllVector(Iterable<? extends Float> values)
       Vector to compare against
       
      repeated float vector = 2;
      Parameters:
      values - The vector to add.
      Returns:
      This builder for chaining.
    • clearVector

      public Points.SearchPointGroups.Builder clearVector()
       Vector to compare against
       
      repeated float vector = 2;
      Returns:
      This builder for chaining.
    • hasFilter

      public boolean hasFilter()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 3;
      Specified by:
      hasFilter in interface Points.SearchPointGroupsOrBuilder
      Returns:
      Whether the filter field is set.
    • getFilter

      public Points.Filter getFilter()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 3;
      Specified by:
      getFilter in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The filter.
    • setFilter

       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 3;
    • setFilter

      public Points.SearchPointGroups.Builder setFilter(Points.Filter.Builder builderForValue)
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 3;
    • mergeFilter

      public Points.SearchPointGroups.Builder mergeFilter(Points.Filter value)
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 3;
    • clearFilter

      public Points.SearchPointGroups.Builder clearFilter()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 3;
    • getFilterBuilder

      public Points.Filter.Builder getFilterBuilder()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 3;
    • getFilterOrBuilder

      public Points.FilterOrBuilder getFilterOrBuilder()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 3;
      Specified by:
      getFilterOrBuilder in interface Points.SearchPointGroupsOrBuilder
    • getLimit

      public int getLimit()
       Max number of result
       
      uint32 limit = 4;
      Specified by:
      getLimit in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The limit.
    • setLimit

      public Points.SearchPointGroups.Builder setLimit(int value)
       Max number of result
       
      uint32 limit = 4;
      Parameters:
      value - The limit to set.
      Returns:
      This builder for chaining.
    • clearLimit

      public Points.SearchPointGroups.Builder clearLimit()
       Max number of result
       
      uint32 limit = 4;
      Returns:
      This builder for chaining.
    • hasWithPayload

      public boolean hasWithPayload()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 5;
      Specified by:
      hasWithPayload in interface Points.SearchPointGroupsOrBuilder
      Returns:
      Whether the withPayload field is set.
    • getWithPayload

      public Points.WithPayloadSelector getWithPayload()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 5;
      Specified by:
      getWithPayload in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The withPayload.
    • setWithPayload

       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 5;
    • setWithPayload

       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 5;
    • mergeWithPayload

       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 5;
    • clearWithPayload

      public Points.SearchPointGroups.Builder clearWithPayload()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 5;
    • getWithPayloadBuilder

      public Points.WithPayloadSelector.Builder getWithPayloadBuilder()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 5;
    • getWithPayloadOrBuilder

      public Points.WithPayloadSelectorOrBuilder getWithPayloadOrBuilder()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 5;
      Specified by:
      getWithPayloadOrBuilder in interface Points.SearchPointGroupsOrBuilder
    • hasParams

      public boolean hasParams()
       Search config
       
      .qdrant.SearchParams params = 6;
      Specified by:
      hasParams in interface Points.SearchPointGroupsOrBuilder
      Returns:
      Whether the params field is set.
    • getParams

      public Points.SearchParams getParams()
       Search config
       
      .qdrant.SearchParams params = 6;
      Specified by:
      getParams in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The params.
    • setParams

       Search config
       
      .qdrant.SearchParams params = 6;
    • setParams

       Search config
       
      .qdrant.SearchParams params = 6;
    • mergeParams

       Search config
       
      .qdrant.SearchParams params = 6;
    • clearParams

      public Points.SearchPointGroups.Builder clearParams()
       Search config
       
      .qdrant.SearchParams params = 6;
    • getParamsBuilder

      public Points.SearchParams.Builder getParamsBuilder()
       Search config
       
      .qdrant.SearchParams params = 6;
    • getParamsOrBuilder

      public Points.SearchParamsOrBuilder getParamsOrBuilder()
       Search config
       
      .qdrant.SearchParams params = 6;
      Specified by:
      getParamsOrBuilder in interface Points.SearchPointGroupsOrBuilder
    • hasScoreThreshold

      public boolean hasScoreThreshold()
       If provided - cut off results with worse scores
       
      optional float score_threshold = 7;
      Specified by:
      hasScoreThreshold in interface Points.SearchPointGroupsOrBuilder
      Returns:
      Whether the scoreThreshold field is set.
    • getScoreThreshold

      public float getScoreThreshold()
       If provided - cut off results with worse scores
       
      optional float score_threshold = 7;
      Specified by:
      getScoreThreshold in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The scoreThreshold.
    • setScoreThreshold

      public Points.SearchPointGroups.Builder setScoreThreshold(float value)
       If provided - cut off results with worse scores
       
      optional float score_threshold = 7;
      Parameters:
      value - The scoreThreshold to set.
      Returns:
      This builder for chaining.
    • clearScoreThreshold

      public Points.SearchPointGroups.Builder clearScoreThreshold()
       If provided - cut off results with worse scores
       
      optional float score_threshold = 7;
      Returns:
      This builder for chaining.
    • hasVectorName

      public boolean hasVectorName()
       Which vector to use for search, if not specified - use default vector
       
      optional string vector_name = 8;
      Specified by:
      hasVectorName in interface Points.SearchPointGroupsOrBuilder
      Returns:
      Whether the vectorName field is set.
    • getVectorName

      public String getVectorName()
       Which vector to use for search, if not specified - use default vector
       
      optional string vector_name = 8;
      Specified by:
      getVectorName in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The vectorName.
    • getVectorNameBytes

      public com.google.protobuf.ByteString getVectorNameBytes()
       Which vector to use for search, if not specified - use default vector
       
      optional string vector_name = 8;
      Specified by:
      getVectorNameBytes in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The bytes for vectorName.
    • setVectorName

      public Points.SearchPointGroups.Builder setVectorName(String value)
       Which vector to use for search, if not specified - use default vector
       
      optional string vector_name = 8;
      Parameters:
      value - The vectorName to set.
      Returns:
      This builder for chaining.
    • clearVectorName

      public Points.SearchPointGroups.Builder clearVectorName()
       Which vector to use for search, if not specified - use default vector
       
      optional string vector_name = 8;
      Returns:
      This builder for chaining.
    • setVectorNameBytes

      public Points.SearchPointGroups.Builder setVectorNameBytes(com.google.protobuf.ByteString value)
       Which vector to use for search, if not specified - use default vector
       
      optional string vector_name = 8;
      Parameters:
      value - The bytes for vectorName to set.
      Returns:
      This builder for chaining.
    • hasWithVectors

      public boolean hasWithVectors()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 9;
      Specified by:
      hasWithVectors in interface Points.SearchPointGroupsOrBuilder
      Returns:
      Whether the withVectors field is set.
    • getWithVectors

      public Points.WithVectorsSelector getWithVectors()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 9;
      Specified by:
      getWithVectors in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The withVectors.
    • setWithVectors

       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 9;
    • setWithVectors

       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 9;
    • mergeWithVectors

       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 9;
    • clearWithVectors

      public Points.SearchPointGroups.Builder clearWithVectors()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 9;
    • getWithVectorsBuilder

      public Points.WithVectorsSelector.Builder getWithVectorsBuilder()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 9;
    • getWithVectorsOrBuilder

      public Points.WithVectorsSelectorOrBuilder getWithVectorsOrBuilder()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 9;
      Specified by:
      getWithVectorsOrBuilder in interface Points.SearchPointGroupsOrBuilder
    • getGroupBy

      public String getGroupBy()
       Payload field to group by, must be a string or number field. If there are multiple values for the field, all of them will be used. One point can be in multiple groups.
       
      string group_by = 10;
      Specified by:
      getGroupBy in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The groupBy.
    • getGroupByBytes

      public com.google.protobuf.ByteString getGroupByBytes()
       Payload field to group by, must be a string or number field. If there are multiple values for the field, all of them will be used. One point can be in multiple groups.
       
      string group_by = 10;
      Specified by:
      getGroupByBytes in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The bytes for groupBy.
    • setGroupBy

      public Points.SearchPointGroups.Builder setGroupBy(String value)
       Payload field to group by, must be a string or number field. If there are multiple values for the field, all of them will be used. One point can be in multiple groups.
       
      string group_by = 10;
      Parameters:
      value - The groupBy to set.
      Returns:
      This builder for chaining.
    • clearGroupBy

      public Points.SearchPointGroups.Builder clearGroupBy()
       Payload field to group by, must be a string or number field. If there are multiple values for the field, all of them will be used. One point can be in multiple groups.
       
      string group_by = 10;
      Returns:
      This builder for chaining.
    • setGroupByBytes

      public Points.SearchPointGroups.Builder setGroupByBytes(com.google.protobuf.ByteString value)
       Payload field to group by, must be a string or number field. If there are multiple values for the field, all of them will be used. One point can be in multiple groups.
       
      string group_by = 10;
      Parameters:
      value - The bytes for groupBy to set.
      Returns:
      This builder for chaining.
    • getGroupSize

      public int getGroupSize()
       Maximum amount of points to return per group
       
      uint32 group_size = 11;
      Specified by:
      getGroupSize in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The groupSize.
    • setGroupSize

      public Points.SearchPointGroups.Builder setGroupSize(int value)
       Maximum amount of points to return per group
       
      uint32 group_size = 11;
      Parameters:
      value - The groupSize to set.
      Returns:
      This builder for chaining.
    • clearGroupSize

      public Points.SearchPointGroups.Builder clearGroupSize()
       Maximum amount of points to return per group
       
      uint32 group_size = 11;
      Returns:
      This builder for chaining.
    • hasReadConsistency

      public boolean hasReadConsistency()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 12;
      Specified by:
      hasReadConsistency in interface Points.SearchPointGroupsOrBuilder
      Returns:
      Whether the readConsistency field is set.
    • getReadConsistency

      public Points.ReadConsistency getReadConsistency()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 12;
      Specified by:
      getReadConsistency in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The readConsistency.
    • setReadConsistency

      public Points.SearchPointGroups.Builder setReadConsistency(Points.ReadConsistency value)
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 12;
    • setReadConsistency

      public Points.SearchPointGroups.Builder setReadConsistency(Points.ReadConsistency.Builder builderForValue)
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 12;
    • mergeReadConsistency

      public Points.SearchPointGroups.Builder mergeReadConsistency(Points.ReadConsistency value)
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 12;
    • clearReadConsistency

      public Points.SearchPointGroups.Builder clearReadConsistency()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 12;
    • getReadConsistencyBuilder

      public Points.ReadConsistency.Builder getReadConsistencyBuilder()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 12;
    • getReadConsistencyOrBuilder

      public Points.ReadConsistencyOrBuilder getReadConsistencyOrBuilder()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 12;
      Specified by:
      getReadConsistencyOrBuilder in interface Points.SearchPointGroupsOrBuilder
    • hasWithLookup

      public boolean hasWithLookup()
       Options for specifying how to use the group id to lookup points in another collection
       
      optional .qdrant.WithLookup with_lookup = 13;
      Specified by:
      hasWithLookup in interface Points.SearchPointGroupsOrBuilder
      Returns:
      Whether the withLookup field is set.
    • getWithLookup

      public Points.WithLookup getWithLookup()
       Options for specifying how to use the group id to lookup points in another collection
       
      optional .qdrant.WithLookup with_lookup = 13;
      Specified by:
      getWithLookup in interface Points.SearchPointGroupsOrBuilder
      Returns:
      The withLookup.
    • setWithLookup

       Options for specifying how to use the group id to lookup points in another collection
       
      optional .qdrant.WithLookup with_lookup = 13;
    • setWithLookup

      public Points.SearchPointGroups.Builder setWithLookup(Points.WithLookup.Builder builderForValue)
       Options for specifying how to use the group id to lookup points in another collection
       
      optional .qdrant.WithLookup with_lookup = 13;
    • mergeWithLookup

      public Points.SearchPointGroups.Builder mergeWithLookup(Points.WithLookup value)
       Options for specifying how to use the group id to lookup points in another collection
       
      optional .qdrant.WithLookup with_lookup = 13;
    • clearWithLookup

      public Points.SearchPointGroups.Builder clearWithLookup()
       Options for specifying how to use the group id to lookup points in another collection
       
      optional .qdrant.WithLookup with_lookup = 13;
    • getWithLookupBuilder

      public Points.WithLookup.Builder getWithLookupBuilder()
       Options for specifying how to use the group id to lookup points in another collection
       
      optional .qdrant.WithLookup with_lookup = 13;
    • getWithLookupOrBuilder

      public Points.WithLookupOrBuilder getWithLookupOrBuilder()
       Options for specifying how to use the group id to lookup points in another collection
       
      optional .qdrant.WithLookup with_lookup = 13;
      Specified by:
      getWithLookupOrBuilder in interface Points.SearchPointGroupsOrBuilder
    • setUnknownFields

      public final Points.SearchPointGroups.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<Points.SearchPointGroups.Builder>
    • mergeUnknownFields

      public final Points.SearchPointGroups.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<Points.SearchPointGroups.Builder>