Interface DynamicAffiliateLocationSetFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getChainIds​(int index)
      Used to filter affiliate locations by chain ids.
      int getChainIdsCount()
      Used to filter affiliate locations by chain ids.
      java.util.List<java.lang.Long> getChainIdsList()
      Used to filter affiliate locations by chain ids.
      • 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 Detail

      • getChainIdsList

        java.util.List<java.lang.Long> getChainIdsList()
         Used to filter affiliate locations by chain ids. Only affiliate locations
         that belong to the specified chain(s) will be added to the FeedItemSet.
         
        repeated int64 chain_ids = 1;
        Returns:
        A list containing the chainIds.
      • getChainIdsCount

        int getChainIdsCount()
         Used to filter affiliate locations by chain ids. Only affiliate locations
         that belong to the specified chain(s) will be added to the FeedItemSet.
         
        repeated int64 chain_ids = 1;
        Returns:
        The count of chainIds.
      • getChainIds

        long getChainIds​(int index)
         Used to filter affiliate locations by chain ids. Only affiliate locations
         that belong to the specified chain(s) will be added to the FeedItemSet.
         
        repeated int64 chain_ids = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The chainIds at the given index.