Reference documentation and code samples for the Google Shopping Merchant DataSources V1 Client class Issue.
An error occurring in the data source, like "invalid price".
Generated from protobuf message google.shopping.merchant.datasources.v1.FileUpload.Issue
Namespace
Google \ Shopping \ Merchant \ DataSources \ V1 \ FileUploadMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ title
string
Output only. The title of the issue, for example, "Item too big".
↳ description
string
Output only. The error description, for example, "Your data source contains items which have too many attributes, or are too big. These items will be dropped".
↳ code
string
Output only. The code of the error, for example, "validation/invalid_value". Returns "?" if the code is unknown.
↳ count
int|string
Output only. The number of occurrences of the error in the file upload.
↳ severity
int
Output only. The severity of the issue.
↳ documentation_uri
string
Output only. Link to the documentation explaining the issue in more details, if available.
getTitle
Output only. The title of the issue, for example, "Item too big".
string
setTitle
Output only. The title of the issue, for example, "Item too big".
var
string
$this
getDescription
Output only. The error description, for example, "Your data source contains items which have too many attributes, or are too big. These items will be dropped".
string
setDescription
Output only. The error description, for example, "Your data source contains items which have too many attributes, or are too big. These items will be dropped".
var
string
$this
getCode
Output only. The code of the error, for example, "validation/invalid_value". Returns "?" if the code is unknown.
string
setCode
Output only. The code of the error, for example, "validation/invalid_value". Returns "?" if the code is unknown.
var
string
$this
getCount
Output only. The number of occurrences of the error in the file upload.
int|string
setCount
Output only. The number of occurrences of the error in the file upload.
var
int|string
$this
getSeverity
Output only. The severity of the issue.
int
setSeverity
Output only. The severity of the issue.
var
int
$this
getDocumentationUri
Output only. Link to the documentation explaining the issue in more details, if available.
string
setDocumentationUri
Output only. Link to the documentation explaining the issue in more details, if available.
var
string
$this