Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class AccountIssue.
An AccountIssue
.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.AccountIssue
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the account issue. Format: accounts/{account}/issues/{id}
↳ title
string
The localized title of the issue.
↳ severity
int
The overall severity of the issue.
↳ impacted_destinations
array< Google\Shopping\Merchant\Accounts\V1beta\AccountIssue\ImpactedDestination
>
The impact this issue has on various destinations.
↳ detail
string
Further localized details about the issue.
↳ documentation_uri
string
Link to Merchant Center Help Center providing further information about the issue and how to fix it.
getName
Identifier. The resource name of the account issue.
Format: accounts/{account}/issues/{id}
string
setName
Identifier. The resource name of the account issue.
Format: accounts/{account}/issues/{id}
var
string
$this
getTitle
The localized title of the issue.
string
setTitle
The localized title of the issue.
var
string
$this
getSeverity
The overall severity of the issue.
int
setSeverity
The overall severity of the issue.
var
int
$this
getImpactedDestinations
The impact this issue has on various destinations.
setImpactedDestinations
The impact this issue has on various destinations.
$this
getDetail
Further localized details about the issue.
string
setDetail
Further localized details about the issue.
var
string
$this
getDocumentationUri
Link to Merchant Center Help Center providing further information about the issue and how to fix it.
string
setDocumentationUri
Link to Merchant Center Help Center providing further information about the issue and how to fix it.
var
string
$this