Interface MerchantCenterAccountLink.MerchantCenterFeedFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getPrimaryFeedId()
      Merchant Center primary feed ID.
      String getPrimaryFeedName()
      Merchant Center primary feed name.
      com.google.protobuf.ByteString getPrimaryFeedNameBytes()
      Merchant Center primary feed name.
      • 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

      • getPrimaryFeedId

        long getPrimaryFeedId()
         Merchant Center primary feed ID.
         
        int64 primary_feed_id = 1;
        Returns:
        The primaryFeedId.
      • getPrimaryFeedName

        String getPrimaryFeedName()
         Merchant Center primary feed name. The name is used for the display
         purposes only.
         
        string primary_feed_name = 2;
        Returns:
        The primaryFeedName.
      • getPrimaryFeedNameBytes

        com.google.protobuf.ByteString getPrimaryFeedNameBytes()
         Merchant Center primary feed name. The name is used for the display
         purposes only.
         
        string primary_feed_name = 2;
        Returns:
        The bytes for primaryFeedName.