Uses of Class
com.google.cloud.retail.v2alpha.MerchantCenterAccountLinkName
-
Packages that use MerchantCenterAccountLinkName Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of MerchantCenterAccountLinkName in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return MerchantCenterAccountLinkName Modifier and Type Method Description MerchantCenterAccountLinkName
MerchantCenterAccountLinkName.Builder. build()
static MerchantCenterAccountLinkName
MerchantCenterAccountLinkName. of(String project, String location, String catalog, String merchantCenterAccountLink)
static MerchantCenterAccountLinkName
MerchantCenterAccountLinkName. parse(String formattedString)
Methods in com.google.cloud.retail.v2alpha that return types with arguments of type MerchantCenterAccountLinkName Modifier and Type Method Description static List<MerchantCenterAccountLinkName>
MerchantCenterAccountLinkName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.retail.v2alpha with parameters of type MerchantCenterAccountLinkName Modifier and Type Method Description void
MerchantCenterAccountLinkServiceClient. deleteMerchantCenterAccountLink(MerchantCenterAccountLinkName name)
Deletes a [MerchantCenterAccountLink][google.cloud.retail.v2alpha.MerchantCenterAccountLink].Method parameters in com.google.cloud.retail.v2alpha with type arguments of type MerchantCenterAccountLinkName Modifier and Type Method Description static List<String>
MerchantCenterAccountLinkName. toStringList(List<MerchantCenterAccountLinkName> values)
-