Package | Description |
---|---|
com.google.api.services.content | |
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Accounts.Insert |
ShoppingContent.Accounts.insert(BigInteger merchantId,
Account content)
Creates a Merchant Center sub-account.
|
ShoppingContent.Accounts.Update |
ShoppingContent.Accounts.update(BigInteger merchantId,
BigInteger accountId,
Account content)
Updates a Merchant Center account.
|
Constructor and Description |
---|
Insert(BigInteger merchantId,
Account content)
Creates a Merchant Center sub-account.
|
Update(BigInteger merchantId,
BigInteger accountId,
Account content)
Updates a Merchant Center account.
|
Modifier and Type | Method and Description |
---|---|
Account |
Account.clone() |
Account |
AccountsCustomBatchResponseEntry.getAccount()
The retrieved, created, or updated account.
|
Account |
AccountsCustomBatchRequestEntry.getAccount()
The account to create or update.
|
Account |
Account.set(String fieldName,
Object value) |
Account |
Account.setAccountManagement(String accountManagement)
Output only.
|
Account |
Account.setAdsLinks(List<AccountAdsLink> adsLinks)
Linked Ads accounts that are active or pending approval.
|
Account |
Account.setAdultContent(Boolean adultContent)
Indicates whether the merchant sells adult content.
|
Account |
Account.setAutomaticImprovements(AccountAutomaticImprovements automaticImprovements)
The automatic improvements of the account can be used to automatically update items, improve
images and shipping.
|
Account |
Account.setAutomaticLabelIds(List<BigInteger> automaticLabelIds)
Automatically created label IDs that are assigned to the account by CSS Center.
|
Account |
Account.setBusinessIdentity(AccountBusinessIdentity businessIdentity)
The business identity attributes can be used to self-declare attributes that let customers know
more about your business.
|
Account |
Account.setBusinessInformation(AccountBusinessInformation businessInformation)
The business information of the account.
|
Account |
Account.setConversionSettings(AccountConversionSettings conversionSettings)
Settings for conversion tracking.
|
Account |
Account.setCssId(BigInteger cssId)
ID of CSS the account belongs to.
|
Account |
Account.setGoogleMyBusinessLink(AccountGoogleMyBusinessLink googleMyBusinessLink)
The Business Profile which is linked or in the process of being linked with the Merchant Center
account.
|
Account |
Account.setId(BigInteger id)
Required.
|
Account |
Account.setKind(String kind)
Identifies what kind of resource this is.
|
Account |
Account.setLabelIds(List<BigInteger> labelIds)
Manually created label IDs that are assigned to the account by CSS.
|
Account |
Account.setName(String name)
Required.
|
Account |
Account.setSellerId(String sellerId)
Client-specific, locally-unique, internal ID for the child account.
|
Account |
Account.setUsers(List<AccountUser> users)
Users with access to the account.
|
Account |
Account.setWebsiteUrl(String websiteUrl)
The merchant's website.
|
Account |
Account.setYoutubeChannelLinks(List<AccountYouTubeChannelLink> youtubeChannelLinks)
Linked YouTube channels that are active or pending approval.
|
Modifier and Type | Method and Description |
---|---|
List<Account> |
AccountsListResponse.getResources() |
Modifier and Type | Method and Description |
---|---|
AccountsCustomBatchResponseEntry |
AccountsCustomBatchResponseEntry.setAccount(Account account)
The retrieved, created, or updated account.
|
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.setAccount(Account account)
The account to create or update.
|
Modifier and Type | Method and Description |
---|---|
AccountsListResponse |
AccountsListResponse.setResources(List<Account> resources) |
Copyright © 2011–2024 Google. All rights reserved.