public static final class AccountIssue.ImpactedDestination.Impact.Builder extends GeneratedMessage.Builder<AccountIssue.ImpactedDestination.Impact.Builder> implements AccountIssue.ImpactedDestination.ImpactOrBuilderThe impact of the issue on a region.
Protobuf type
google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AccountIssue.ImpactedDestination.Impact.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AccountIssue.ImpactedDestination.Impact build()| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact |
|
buildPartial()
public AccountIssue.ImpactedDestination.Impact buildPartial()| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact |
|
clear()
public AccountIssue.ImpactedDestination.Impact.Builder clear()| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact.Builder |
|
clearRegionCode()
public AccountIssue.ImpactedDestination.Impact.Builder clearRegionCode()The CLDR region code where this issue applies.
string region_code = 1;
| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact.Builder |
This builder for chaining. |
clearSeverity()
public AccountIssue.ImpactedDestination.Impact.Builder clearSeverity()The severity of the issue on the destination and region.
.google.shopping.merchant.accounts.v1beta.AccountIssue.Severity severity = 2;
| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public AccountIssue.ImpactedDestination.Impact getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getRegionCode()
public String getRegionCode()The CLDR region code where this issue applies.
string region_code = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The regionCode. |
getRegionCodeBytes()
public ByteString getRegionCodeBytes()The CLDR region code where this issue applies.
string region_code = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for regionCode. |
getSeverity()
public AccountIssue.Severity getSeverity()The severity of the issue on the destination and region.
.google.shopping.merchant.accounts.v1beta.AccountIssue.Severity severity = 2;
| Returns | |
|---|---|
| Type | Description |
AccountIssue.Severity |
The severity. |
getSeverityValue()
public int getSeverityValue()The severity of the issue on the destination and region.
.google.shopping.merchant.accounts.v1beta.AccountIssue.Severity severity = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for severity. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AccountIssue.ImpactedDestination.Impact.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AccountIssue.ImpactedDestination.Impact.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact.Builder |
|
mergeFrom(AccountIssue.ImpactedDestination.Impact other)
public AccountIssue.ImpactedDestination.Impact.Builder mergeFrom(AccountIssue.ImpactedDestination.Impact other)| Parameter | |
|---|---|
| Name | Description |
other |
AccountIssue.ImpactedDestination.Impact |
| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact.Builder |
|
setRegionCode(String value)
public AccountIssue.ImpactedDestination.Impact.Builder setRegionCode(String value)The CLDR region code where this issue applies.
string region_code = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe regionCode to set. |
| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact.Builder |
This builder for chaining. |
setRegionCodeBytes(ByteString value)
public AccountIssue.ImpactedDestination.Impact.Builder setRegionCodeBytes(ByteString value)The CLDR region code where this issue applies.
string region_code = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for regionCode to set. |
| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact.Builder |
This builder for chaining. |
setSeverity(AccountIssue.Severity value)
public AccountIssue.ImpactedDestination.Impact.Builder setSeverity(AccountIssue.Severity value)The severity of the issue on the destination and region.
.google.shopping.merchant.accounts.v1beta.AccountIssue.Severity severity = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
AccountIssue.SeverityThe severity to set. |
| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact.Builder |
This builder for chaining. |
setSeverityValue(int value)
public AccountIssue.ImpactedDestination.Impact.Builder setSeverityValue(int value)The severity of the issue on the destination and region.
.google.shopping.merchant.accounts.v1beta.AccountIssue.Severity severity = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for severity to set. |
| Returns | |
|---|---|
| Type | Description |
AccountIssue.ImpactedDestination.Impact.Builder |
This builder for chaining. |