public static final class FileUpload.Issue extends GeneratedMessageV3 implements FileUpload.IssueOrBuilder
An error occurring in the data source, like "invalid price".
Protobuf type google.shopping.merchant.datasources.v1beta.FileUpload.Issue
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CODE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int COUNT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int DESCRIPTION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int DOCUMENTATION_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int SEVERITY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int TITLE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static FileUpload.Issue getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static FileUpload.Issue.Builder newBuilder()
public static FileUpload.Issue.Builder newBuilder(FileUpload.Issue prototype)
public static FileUpload.Issue parseDelimitedFrom(InputStream input)
public static FileUpload.Issue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FileUpload.Issue parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static FileUpload.Issue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FileUpload.Issue parseFrom(ByteString data)
public static FileUpload.Issue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FileUpload.Issue parseFrom(CodedInputStream input)
public static FileUpload.Issue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FileUpload.Issue parseFrom(InputStream input)
public static FileUpload.Issue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FileUpload.Issue parseFrom(ByteBuffer data)
public static FileUpload.Issue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<FileUpload.Issue> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
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.
|
public 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.
|
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.
|
public FileUpload.Issue getDefaultInstanceForType()
public 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.
|
public 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.
|
public 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.
|
public 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.
|
public Parser<FileUpload.Issue> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public 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];
public 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.
|
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.
|
public 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.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FileUpload.Issue.Builder newBuilderForType()
protected FileUpload.Issue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public FileUpload.Issue.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides