Hi JustRan, Here is a link to the javadoc: http://code.google.com/apis/gdata/javadoc/com/google/api/gbase/client/GoogleBaseEntry.html
Make sure you are using the latest Java library version. Also maybe you are using a BaseEntry object. To access this functionality, you should use a GoogleBaseEntry object. Cheers, Nicolas On Nov 19, 9:42 pm, JustRan <[EMAIL PROTECTED]> wrote: > Hi Nicolas, > Thank you for your info. > I tried but I could not find the method getMetadataEntryExtension() > in object entry. > Am I using some different package? > > On Nov 17, 7:11 pm, "Nicolas (Google)" <[EMAIL PROTECTED]> wrote: > > > Hi Justran, > > > I think, this might work : > > > GoogleBaseEntry entry = new GoogleBaseEntry(); > > entry.getMetadataEntryExtension().setGmPublishingPriority > > (GmPublishingPriority.Value.HIGH); > > > Cheers, > > Nicolas > > > On Nov 13, 4:52 pm, JustRan <[EMAIL PROTECTED]> wrote: > > > > Hi, we are using Google Base API for Java to upload data. > > > We can set the <gm:publishing_priority>high</gm:publishing_priority> > > > in XML, but I don't know how to set this in object. I mean with feed > > > objects. > > > Thanks.- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---
