public final class AccountIssue extends GeneratedMessageV3 implements AccountIssueOrBuilder
An
AccountIssue
.
Protobuf type google.shopping.merchant.accounts.v1beta.AccountIssue
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 DETAIL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int DOCUMENTATION_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int IMPACTED_DESTINATIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int NAME_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 AccountIssue getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static AccountIssue.Builder newBuilder()
public static AccountIssue.Builder newBuilder(AccountIssue prototype)
public static AccountIssue parseDelimitedFrom(InputStream input)
public static AccountIssue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AccountIssue parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static AccountIssue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AccountIssue parseFrom(ByteString data)
public static AccountIssue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccountIssue parseFrom(CodedInputStream input)
public static AccountIssue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AccountIssue parseFrom(InputStream input)
public static AccountIssue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AccountIssue parseFrom(ByteBuffer data)
public static AccountIssue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<AccountIssue> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public AccountIssue getDefaultInstanceForType()
public String getDetail()
Further localized details about the issue.
string detail = 5;
Returns |
Type |
Description |
String |
The detail.
|
public ByteString getDetailBytes()
Further localized details about the issue.
string detail = 5;
Returns |
Type |
Description |
ByteString |
The bytes for detail.
|
public String getDocumentationUri()
Link to Merchant Center Help Center providing further information about the
issue and how to fix it.
string documentation_uri = 6;
Returns |
Type |
Description |
String |
The documentationUri.
|
public ByteString getDocumentationUriBytes()
Link to Merchant Center Help Center providing further information about the
issue and how to fix it.
string documentation_uri = 6;
Returns |
Type |
Description |
ByteString |
The bytes for documentationUri.
|
public AccountIssue.ImpactedDestination getImpactedDestinations(int index)
The impact this issue has on various destinations.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination impacted_destinations = 4;
Parameter |
Name |
Description |
index |
int
|
public int getImpactedDestinationsCount()
The impact this issue has on various destinations.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination impacted_destinations = 4;
Returns |
Type |
Description |
int |
|
public List<AccountIssue.ImpactedDestination> getImpactedDestinationsList()
The impact this issue has on various destinations.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination impacted_destinations = 4;
public AccountIssue.ImpactedDestinationOrBuilder getImpactedDestinationsOrBuilder(int index)
The impact this issue has on various destinations.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination impacted_destinations = 4;
Parameter |
Name |
Description |
index |
int
|
public List<? extends AccountIssue.ImpactedDestinationOrBuilder> getImpactedDestinationsOrBuilderList()
The impact this issue has on various destinations.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination impacted_destinations = 4;
Returns |
Type |
Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestinationOrBuilder> |
|
Identifier. The resource name of the account issue.
Format: accounts/{account}/issues/{id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
String |
The name.
|
public ByteString getNameBytes()
Identifier. The resource name of the account issue.
Format: accounts/{account}/issues/{id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
public Parser<AccountIssue> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public AccountIssue.Severity getSeverity()
The overall severity of the issue.
.google.shopping.merchant.accounts.v1beta.AccountIssue.Severity severity = 3;
public int getSeverityValue()
The overall severity of the issue.
.google.shopping.merchant.accounts.v1beta.AccountIssue.Severity severity = 3;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for severity.
|
The localized title of the issue.
string title = 2;
Returns |
Type |
Description |
String |
The title.
|
public ByteString getTitleBytes()
The localized title of the issue.
string title = 2;
Returns |
Type |
Description |
ByteString |
The bytes for title.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public AccountIssue.Builder newBuilderForType()
protected AccountIssue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public AccountIssue.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides