public interface AccountIssueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDetail()
public abstract String getDetail()
Further localized details about the issue.
string detail = 5;
Returns | |
---|---|
Type | Description |
String |
The detail. |
getDetailBytes()
public abstract ByteString getDetailBytes()
Further localized details about the issue.
string detail = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for detail. |
getDocumentationUri()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |
getSeverity()
public abstract 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 abstract 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 abstract String getTitle()
The localized title of the issue.
string title = 2;
Returns | |
---|---|
Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()
The localized title of the issue.
string title = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for title. |