Class AccountIssue (0.2.0)

public final class AccountIssue extends GeneratedMessageV3 implements AccountIssueOrBuilder

An AccountIssue.

Protobuf type google.shopping.merchant.accounts.v1beta.AccountIssue

Static Fields

DETAIL_FIELD_NUMBER

public static final int DETAIL_FIELD_NUMBER
Field Value
Type Description
int

DOCUMENTATION_URI_FIELD_NUMBER

public static final int DOCUMENTATION_URI_FIELD_NUMBER
Field Value
Type Description
int

IMPACTED_DESTINATIONS_FIELD_NUMBER

public static final int IMPACTED_DESTINATIONS_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

SEVERITY_FIELD_NUMBER

public static final int SEVERITY_FIELD_NUMBER
Field Value
Type Description
int

TITLE_FIELD_NUMBER

public static final int TITLE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AccountIssue getDefaultInstance()
Returns
Type Description
AccountIssue

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AccountIssue.Builder newBuilder()
Returns
Type Description
AccountIssue.Builder

newBuilder(AccountIssue prototype)

public static AccountIssue.Builder newBuilder(AccountIssue prototype)
Parameter
Name Description
prototype AccountIssue
Returns
Type Description
AccountIssue.Builder

parseDelimitedFrom(InputStream input)

public static AccountIssue parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AccountIssue
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AccountIssue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AccountIssue
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AccountIssue parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AccountIssue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AccountIssue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AccountIssue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AccountIssue parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AccountIssue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AccountIssue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AccountIssue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AccountIssue parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AccountIssue
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AccountIssue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AccountIssue
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AccountIssue parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AccountIssue
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AccountIssue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AccountIssue
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AccountIssue parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AccountIssue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AccountIssue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AccountIssue
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AccountIssue> parser()
Returns
Type Description
Parser<AccountIssue>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public AccountIssue getDefaultInstanceForType()
Returns
Type Description
AccountIssue

getDetail()

public String getDetail()

Further localized details about the issue.

string detail = 5;

Returns
Type Description
String

The detail.

getDetailBytes()

public ByteString getDetailBytes()

Further localized details about the issue.

string detail = 5;

Returns
Type Description
ByteString

The bytes for detail.

getDocumentationUri()

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.

getDocumentationUriBytes()

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.

getImpactedDestinations(int index)

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
Returns
Type Description
AccountIssue.ImpactedDestination

getImpactedDestinationsCount()

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

getImpactedDestinationsList()

public List<AccountIssue.ImpactedDestination> getImpactedDestinationsList()

The impact this issue has on various destinations.

repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination impacted_destinations = 4;

Returns
Type Description
List<ImpactedDestination>

getImpactedDestinationsOrBuilder(int index)

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
Returns
Type Description
AccountIssue.ImpactedDestinationOrBuilder

getImpactedDestinationsOrBuilderList()

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>

getName()

public String getName()

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.

getNameBytes()

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.

getParserForType()

public Parser<AccountIssue> getParserForType()
Returns
Type Description
Parser<AccountIssue>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSeverity()

public AccountIssue.Severity getSeverity()

The overall severity of the issue.

.google.shopping.merchant.accounts.v1beta.AccountIssue.Severity severity = 3;

Returns
Type Description
AccountIssue.Severity

The severity.

getSeverityValue()

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.

getTitle()

public String getTitle()

The localized title of the issue.

string title = 2;

Returns
Type Description
String

The title.

getTitleBytes()

public ByteString getTitleBytes()

The localized title of the issue.

string title = 2;

Returns
Type Description
ByteString

The bytes for title.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AccountIssue.Builder newBuilderForType()
Returns
Type Description
AccountIssue.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AccountIssue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AccountIssue.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AccountIssue.Builder toBuilder()
Returns
Type Description
AccountIssue.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException