Interface Feed.AffiliateLocationFeedDataOrBuilder

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

public static interface Feed.AffiliateLocationFeedDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getChainIds(int index)
    The list of chains that the affiliate location feed will sync the locations from.
    int
    The list of chains that the affiliate location feed will sync the locations from.
    The list of chains that the affiliate location feed will sync the locations from.
    The relationship the chains have with the advertiser.
    int
    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 Details

    • getChainIdsList

      List<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.v18.enums.AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType relationship_type = 2;
      Returns:
      The enum numeric value on the wire for relationshipType.
    • getRelationshipType

       The relationship the chains have with the advertiser.
       
      .google.ads.googleads.v18.enums.AffiliateLocationFeedRelationshipTypeEnum.AffiliateLocationFeedRelationshipType relationship_type = 2;
      Returns:
      The relationshipType.