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 |
AccountsCustomBatchRequestEntry.getAccount()
The account to create or update.
|
Account |
AccountsCustomBatchResponseEntry.getAccount()
The retrieved, created, or updated account.
|
Account |
Account.set(String fieldName,
Object value) |
Account |
Account.setAdsLinks(List<AccountAdsLink> adsLinks)
List of linked Ads accounts that are active or pending approval.
|
Account |
Account.setAdultContent(Boolean adultContent)
Indicates whether the merchant sells adult content.
|
Account |
Account.setBusinessInformation(AccountBusinessInformation businessInformation)
The business information of the account.
|
Account |
Account.setGoogleMyBusinessLink(AccountGoogleMyBusinessLink googleMyBusinessLink)
The GMB account which is linked or in the process of being linked with the Merchant Center
account.
|
Account |
Account.setId(BigInteger id)
Merchant Center account ID.
|
Account |
Account.setKind(String kind)
Identifies what kind of resource this is.
|
Account |
Account.setName(String name)
Display name for the account.
|
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)
List of 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 |
---|---|
AccountsCustomBatchRequestEntry |
AccountsCustomBatchRequestEntry.setAccount(Account account)
The account to create or update.
|
AccountsCustomBatchResponseEntry |
AccountsCustomBatchResponseEntry.setAccount(Account account)
The retrieved, created, or updated account.
|
Modifier and Type | Method and Description |
---|---|
AccountsListResponse |
AccountsListResponse.setResources(List<Account> resources) |
Copyright © 2011–2019 Google. All rights reserved.