public static final class AccountIssue.ImpactedDestination.Builder extends GeneratedMessageV3.Builder<AccountIssue.ImpactedDestination.Builder> implements AccountIssue.ImpactedDestinationOrBuilder
The impact of the issue on a destination.
Protobuf type
google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public AccountIssue.ImpactedDestination.Builder addAllImpacts(Iterable<? extends AccountIssue.ImpactedDestination.Impact> values)
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact>
|
public AccountIssue.ImpactedDestination.Builder addImpacts(AccountIssue.ImpactedDestination.Impact value)
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
public AccountIssue.ImpactedDestination.Builder addImpacts(AccountIssue.ImpactedDestination.Impact.Builder builderForValue)
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
public AccountIssue.ImpactedDestination.Builder addImpacts(int index, AccountIssue.ImpactedDestination.Impact value)
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
public AccountIssue.ImpactedDestination.Builder addImpacts(int index, AccountIssue.ImpactedDestination.Impact.Builder builderForValue)
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
public AccountIssue.ImpactedDestination.Impact.Builder addImpactsBuilder()
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
public AccountIssue.ImpactedDestination.Impact.Builder addImpactsBuilder(int index)
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
Parameter |
Name |
Description |
index |
int
|
public AccountIssue.ImpactedDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public AccountIssue.ImpactedDestination build()
public AccountIssue.ImpactedDestination buildPartial()
public AccountIssue.ImpactedDestination.Builder clear()
Overrides
public AccountIssue.ImpactedDestination.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public AccountIssue.ImpactedDestination.Builder clearImpacts()
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
public AccountIssue.ImpactedDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearReportingContext()
public AccountIssue.ImpactedDestination.Builder clearReportingContext()
The impacted reporting context.
optional .google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1;
public AccountIssue.ImpactedDestination.Builder clone()
Overrides
public AccountIssue.ImpactedDestination getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public AccountIssue.ImpactedDestination.Impact getImpacts(int index)
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
Parameter |
Name |
Description |
index |
int
|
public AccountIssue.ImpactedDestination.Impact.Builder getImpactsBuilder(int index)
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
Parameter |
Name |
Description |
index |
int
|
public List<AccountIssue.ImpactedDestination.Impact.Builder> getImpactsBuilderList()
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
public int getImpactsCount()
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
Returns |
Type |
Description |
int |
|
public List<AccountIssue.ImpactedDestination.Impact> getImpactsList()
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
public AccountIssue.ImpactedDestination.ImpactOrBuilder getImpactsOrBuilder(int index)
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
Parameter |
Name |
Description |
index |
int
|
public List<? extends AccountIssue.ImpactedDestination.ImpactOrBuilder> getImpactsOrBuilderList()
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
Returns |
Type |
Description |
List<? extends com.google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.ImpactOrBuilder> |
|
getReportingContext()
public ReportingContext.ReportingContextEnum getReportingContext()
The impacted reporting context.
optional .google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1;
Returns |
Type |
Description |
com.google.shopping.type.ReportingContext.ReportingContextEnum |
The reportingContext.
|
getReportingContextValue()
public int getReportingContextValue()
The impacted reporting context.
optional .google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for reportingContext.
|
hasReportingContext()
public boolean hasReportingContext()
The impacted reporting context.
optional .google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1;
Returns |
Type |
Description |
boolean |
Whether the reportingContext field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public AccountIssue.ImpactedDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public AccountIssue.ImpactedDestination.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public AccountIssue.ImpactedDestination.Builder mergeFrom(AccountIssue.ImpactedDestination other)
public final AccountIssue.ImpactedDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public AccountIssue.ImpactedDestination.Builder removeImpacts(int index)
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
Parameter |
Name |
Description |
index |
int
|
public AccountIssue.ImpactedDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public AccountIssue.ImpactedDestination.Builder setImpacts(int index, AccountIssue.ImpactedDestination.Impact value)
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
public AccountIssue.ImpactedDestination.Builder setImpacts(int index, AccountIssue.ImpactedDestination.Impact.Builder builderForValue)
The (negative) impact for various regions on the given destination.
repeated .google.shopping.merchant.accounts.v1beta.AccountIssue.ImpactedDestination.Impact impacts = 2;
public AccountIssue.ImpactedDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setReportingContext(ReportingContext.ReportingContextEnum value)
public AccountIssue.ImpactedDestination.Builder setReportingContext(ReportingContext.ReportingContextEnum value)
The impacted reporting context.
optional .google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1;
Parameter |
Name |
Description |
value |
com.google.shopping.type.ReportingContext.ReportingContextEnum
The reportingContext to set.
|
setReportingContextValue(int value)
public AccountIssue.ImpactedDestination.Builder setReportingContextValue(int value)
The impacted reporting context.
optional .google.shopping.type.ReportingContext.ReportingContextEnum reporting_context = 1;
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for reportingContext to set.
|
public final AccountIssue.ImpactedDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides