Interface FileUpload.IssueOrBuilder (0.9.0)

public static interface FileUpload.IssueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract String getCode()

Output only. The code of the error, for example, "validation/invalid_value". Returns "?" if the code is unknown.

string code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The code.

getCodeBytes()

public abstract ByteString getCodeBytes()

Output only. The code of the error, for example, "validation/invalid_value". Returns "?" if the code is unknown.

string code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for code.

getCount()

public abstract long getCount()

Output only. The number of occurrences of the error in the file upload.

int64 count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The count.

getDescription()

public abstract String 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 description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

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 description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for description.

getDocumentationUri()

public abstract String getDocumentationUri()

Output only. Link to the documentation explaining the issue in more details, if available.

string documentation_uri = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The documentationUri.

getDocumentationUriBytes()

public abstract ByteString getDocumentationUriBytes()

Output only. Link to the documentation explaining the issue in more details, if available.

string documentation_uri = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for documentationUri.

getSeverity()

public abstract FileUpload.Issue.Severity getSeverity()

Output only. The severity of the issue.

.google.shopping.merchant.datasources.v1beta.FileUpload.Issue.Severity severity = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FileUpload.Issue.Severity

The severity.

getSeverityValue()

public abstract int getSeverityValue()

Output only. The severity of the issue.

.google.shopping.merchant.datasources.v1beta.FileUpload.Issue.Severity severity = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for severity.

getTitle()

public abstract String getTitle()

Output only. The title of the issue, for example, "Item too big".

string title = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Output only. The title of the issue, for example, "Item too big".

string title = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for title.