Interface Feed.AffiliateLocationFeedDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getChainIds​(int index)
      The list of chains that the affiliate location feed will sync the locations from.
      int getChainIdsCount()
      The list of chains that the affiliate location feed will sync the locations from.
      java.util.List<java.lang.Long> getChainIdsList()
      The list of chains that the affiliate location feed will sync the locations from.
      AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType getRelationshipType()
      The relationship the chains have with the advertiser.
      int getRelationshipTypeValue()
      The relationship the chains have with the advertiser.
      • 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()
         The list of chains that the affiliate location feed will sync the
         locations from.
         
        repeated int64 chain_ids = 3;
        Returns:
        A list containing the chainIds.
      • getChainIdsCount

        int getChainIdsCount()
         The list of chains that the affiliate location feed will sync the
         locations from.
         
        repeated int64 chain_ids = 3;
        Returns:
        The count of chainIds.
      • getChainIds

        long getChainIds​(int index)
         The list of chains that the affiliate location feed will sync the
         locations from.
         
        repeated int64 chain_ids = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The chainIds at the given index.
      • getRelationshipTypeValue

        int getRelationshipTypeValue()
         The relationship the chains have with the advertiser.
         
        .google.ads.googleads.v13.enums.AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType relationship_type = 2;
        Returns:
        The enum numeric value on the wire for relationshipType.