Package com.google.cloud.channel.v1
Class CustomerConstraints.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
- com.google.cloud.channel.v1.CustomerConstraints.Builder
-
- All Implemented Interfaces:
CustomerConstraintsOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- CustomerConstraints
public static final class CustomerConstraints.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder> implements CustomerConstraintsOrBuilder
Represents constraints required to purchase the Offer for a customer.
Protobuf typegoogle.cloud.channel.v1.CustomerConstraints
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerConstraints.BuilderaddAllAllowedCustomerTypes(Iterable<? extends CloudIdentityInfo.CustomerType> values)Allowed Customer Type.CustomerConstraints.BuilderaddAllAllowedCustomerTypesValue(Iterable<Integer> values)Allowed Customer Type.CustomerConstraints.BuilderaddAllAllowedRegions(Iterable<String> values)Allowed geographical regions of the customer.CustomerConstraints.BuilderaddAllowedCustomerTypes(CloudIdentityInfo.CustomerType value)Allowed Customer Type.CustomerConstraints.BuilderaddAllowedCustomerTypesValue(int value)Allowed Customer Type.CustomerConstraints.BuilderaddAllowedRegions(String value)Allowed geographical regions of the customer.CustomerConstraints.BuilderaddAllowedRegionsBytes(com.google.protobuf.ByteString value)Allowed geographical regions of the customer.CustomerConstraints.BuilderaddAllPromotionalOrderTypes(Iterable<? extends PromotionalOrderType> values)Allowed Promotional Order Type.CustomerConstraints.BuilderaddAllPromotionalOrderTypesValue(Iterable<Integer> values)Allowed Promotional Order Type.CustomerConstraints.BuilderaddPromotionalOrderTypes(PromotionalOrderType value)Allowed Promotional Order Type.CustomerConstraints.BuilderaddPromotionalOrderTypesValue(int value)Allowed Promotional Order Type.CustomerConstraints.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CustomerConstraintsbuild()CustomerConstraintsbuildPartial()CustomerConstraints.Builderclear()CustomerConstraints.BuilderclearAllowedCustomerTypes()Allowed Customer Type.CustomerConstraints.BuilderclearAllowedRegions()Allowed geographical regions of the customer.CustomerConstraints.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)CustomerConstraints.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CustomerConstraints.BuilderclearPromotionalOrderTypes()Allowed Promotional Order Type.CustomerConstraints.Builderclone()CloudIdentityInfo.CustomerTypegetAllowedCustomerTypes(int index)Allowed Customer Type.intgetAllowedCustomerTypesCount()Allowed Customer Type.List<CloudIdentityInfo.CustomerType>getAllowedCustomerTypesList()Allowed Customer Type.intgetAllowedCustomerTypesValue(int index)Allowed Customer Type.List<Integer>getAllowedCustomerTypesValueList()Allowed Customer Type.StringgetAllowedRegions(int index)Allowed geographical regions of the customer.com.google.protobuf.ByteStringgetAllowedRegionsBytes(int index)Allowed geographical regions of the customer.intgetAllowedRegionsCount()Allowed geographical regions of the customer.com.google.protobuf.ProtocolStringListgetAllowedRegionsList()Allowed geographical regions of the customer.CustomerConstraintsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()PromotionalOrderTypegetPromotionalOrderTypes(int index)Allowed Promotional Order Type.intgetPromotionalOrderTypesCount()Allowed Promotional Order Type.List<PromotionalOrderType>getPromotionalOrderTypesList()Allowed Promotional Order Type.intgetPromotionalOrderTypesValue(int index)Allowed Promotional Order Type.List<Integer>getPromotionalOrderTypesValueList()Allowed Promotional Order Type.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()CustomerConstraints.BuildermergeFrom(CustomerConstraints other)CustomerConstraints.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CustomerConstraints.BuildermergeFrom(com.google.protobuf.Message other)CustomerConstraints.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CustomerConstraints.BuildersetAllowedCustomerTypes(int index, CloudIdentityInfo.CustomerType value)Allowed Customer Type.CustomerConstraints.BuildersetAllowedCustomerTypesValue(int index, int value)Allowed Customer Type.CustomerConstraints.BuildersetAllowedRegions(int index, String value)Allowed geographical regions of the customer.CustomerConstraints.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CustomerConstraints.BuildersetPromotionalOrderTypes(int index, PromotionalOrderType value)Allowed Promotional Order Type.CustomerConstraints.BuildersetPromotionalOrderTypesValue(int index, int value)Allowed Promotional Order Type.CustomerConstraints.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)CustomerConstraints.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
clear
public CustomerConstraints.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
getDefaultInstanceForType
public CustomerConstraints getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public CustomerConstraints build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CustomerConstraints buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CustomerConstraints.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
setField
public CustomerConstraints.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
clearField
public CustomerConstraints.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
clearOneof
public CustomerConstraints.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
setRepeatedField
public CustomerConstraints.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
addRepeatedField
public CustomerConstraints.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
mergeFrom
public CustomerConstraints.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CustomerConstraints.Builder>
-
mergeFrom
public CustomerConstraints.Builder mergeFrom(CustomerConstraints other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
mergeFrom
public CustomerConstraints.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CustomerConstraints.Builder>- Throws:
IOException
-
getAllowedRegionsList
public com.google.protobuf.ProtocolStringList getAllowedRegionsList()
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;- Specified by:
getAllowedRegionsListin interfaceCustomerConstraintsOrBuilder- Returns:
- A list containing the allowedRegions.
-
getAllowedRegionsCount
public int getAllowedRegionsCount()
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;- Specified by:
getAllowedRegionsCountin interfaceCustomerConstraintsOrBuilder- Returns:
- The count of allowedRegions.
-
getAllowedRegions
public String getAllowedRegions(int index)
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;- Specified by:
getAllowedRegionsin interfaceCustomerConstraintsOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The allowedRegions at the given index.
-
getAllowedRegionsBytes
public com.google.protobuf.ByteString getAllowedRegionsBytes(int index)
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;- Specified by:
getAllowedRegionsBytesin interfaceCustomerConstraintsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the allowedRegions at the given index.
-
setAllowedRegions
public CustomerConstraints.Builder setAllowedRegions(int index, String value)
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;- Parameters:
index- The index to set the value at.value- The allowedRegions to set.- Returns:
- This builder for chaining.
-
addAllowedRegions
public CustomerConstraints.Builder addAllowedRegions(String value)
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;- Parameters:
value- The allowedRegions to add.- Returns:
- This builder for chaining.
-
addAllAllowedRegions
public CustomerConstraints.Builder addAllAllowedRegions(Iterable<String> values)
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;- Parameters:
values- The allowedRegions to add.- Returns:
- This builder for chaining.
-
clearAllowedRegions
public CustomerConstraints.Builder clearAllowedRegions()
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;- Returns:
- This builder for chaining.
-
addAllowedRegionsBytes
public CustomerConstraints.Builder addAllowedRegionsBytes(com.google.protobuf.ByteString value)
Allowed geographical regions of the customer.
repeated string allowed_regions = 1;- Parameters:
value- The bytes of the allowedRegions to add.- Returns:
- This builder for chaining.
-
getAllowedCustomerTypesList
public List<CloudIdentityInfo.CustomerType> getAllowedCustomerTypesList()
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;- Specified by:
getAllowedCustomerTypesListin interfaceCustomerConstraintsOrBuilder- Returns:
- A list containing the allowedCustomerTypes.
-
getAllowedCustomerTypesCount
public int getAllowedCustomerTypesCount()
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;- Specified by:
getAllowedCustomerTypesCountin interfaceCustomerConstraintsOrBuilder- Returns:
- The count of allowedCustomerTypes.
-
getAllowedCustomerTypes
public CloudIdentityInfo.CustomerType getAllowedCustomerTypes(int index)
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;- Specified by:
getAllowedCustomerTypesin interfaceCustomerConstraintsOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The allowedCustomerTypes at the given index.
-
setAllowedCustomerTypes
public CustomerConstraints.Builder setAllowedCustomerTypes(int index, CloudIdentityInfo.CustomerType value)
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;- Parameters:
index- The index to set the value at.value- The allowedCustomerTypes to set.- Returns:
- This builder for chaining.
-
addAllowedCustomerTypes
public CustomerConstraints.Builder addAllowedCustomerTypes(CloudIdentityInfo.CustomerType value)
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;- Parameters:
value- The allowedCustomerTypes to add.- Returns:
- This builder for chaining.
-
addAllAllowedCustomerTypes
public CustomerConstraints.Builder addAllAllowedCustomerTypes(Iterable<? extends CloudIdentityInfo.CustomerType> values)
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;- Parameters:
values- The allowedCustomerTypes to add.- Returns:
- This builder for chaining.
-
clearAllowedCustomerTypes
public CustomerConstraints.Builder clearAllowedCustomerTypes()
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;- Returns:
- This builder for chaining.
-
getAllowedCustomerTypesValueList
public List<Integer> getAllowedCustomerTypesValueList()
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;- Specified by:
getAllowedCustomerTypesValueListin interfaceCustomerConstraintsOrBuilder- Returns:
- A list containing the enum numeric values on the wire for allowedCustomerTypes.
-
getAllowedCustomerTypesValue
public int getAllowedCustomerTypesValue(int index)
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;- Specified by:
getAllowedCustomerTypesValuein interfaceCustomerConstraintsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of allowedCustomerTypes at the given index.
-
setAllowedCustomerTypesValue
public CustomerConstraints.Builder setAllowedCustomerTypesValue(int index, int value)
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;- Parameters:
index- The index to set the value at.value- The enum numeric value on the wire for allowedCustomerTypes to set.- Returns:
- This builder for chaining.
-
addAllowedCustomerTypesValue
public CustomerConstraints.Builder addAllowedCustomerTypesValue(int value)
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;- Parameters:
value- The enum numeric value on the wire for allowedCustomerTypes to add.- Returns:
- This builder for chaining.
-
addAllAllowedCustomerTypesValue
public CustomerConstraints.Builder addAllAllowedCustomerTypesValue(Iterable<Integer> values)
Allowed Customer Type.
repeated .google.cloud.channel.v1.CloudIdentityInfo.CustomerType allowed_customer_types = 2;- Parameters:
values- The enum numeric values on the wire for allowedCustomerTypes to add.- Returns:
- This builder for chaining.
-
getPromotionalOrderTypesList
public List<PromotionalOrderType> getPromotionalOrderTypesList()
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;- Specified by:
getPromotionalOrderTypesListin interfaceCustomerConstraintsOrBuilder- Returns:
- A list containing the promotionalOrderTypes.
-
getPromotionalOrderTypesCount
public int getPromotionalOrderTypesCount()
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;- Specified by:
getPromotionalOrderTypesCountin interfaceCustomerConstraintsOrBuilder- Returns:
- The count of promotionalOrderTypes.
-
getPromotionalOrderTypes
public PromotionalOrderType getPromotionalOrderTypes(int index)
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;- Specified by:
getPromotionalOrderTypesin interfaceCustomerConstraintsOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The promotionalOrderTypes at the given index.
-
setPromotionalOrderTypes
public CustomerConstraints.Builder setPromotionalOrderTypes(int index, PromotionalOrderType value)
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;- Parameters:
index- The index to set the value at.value- The promotionalOrderTypes to set.- Returns:
- This builder for chaining.
-
addPromotionalOrderTypes
public CustomerConstraints.Builder addPromotionalOrderTypes(PromotionalOrderType value)
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;- Parameters:
value- The promotionalOrderTypes to add.- Returns:
- This builder for chaining.
-
addAllPromotionalOrderTypes
public CustomerConstraints.Builder addAllPromotionalOrderTypes(Iterable<? extends PromotionalOrderType> values)
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;- Parameters:
values- The promotionalOrderTypes to add.- Returns:
- This builder for chaining.
-
clearPromotionalOrderTypes
public CustomerConstraints.Builder clearPromotionalOrderTypes()
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;- Returns:
- This builder for chaining.
-
getPromotionalOrderTypesValueList
public List<Integer> getPromotionalOrderTypesValueList()
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;- Specified by:
getPromotionalOrderTypesValueListin interfaceCustomerConstraintsOrBuilder- Returns:
- A list containing the enum numeric values on the wire for promotionalOrderTypes.
-
getPromotionalOrderTypesValue
public int getPromotionalOrderTypesValue(int index)
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;- Specified by:
getPromotionalOrderTypesValuein interfaceCustomerConstraintsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of promotionalOrderTypes at the given index.
-
setPromotionalOrderTypesValue
public CustomerConstraints.Builder setPromotionalOrderTypesValue(int index, int value)
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;- Parameters:
index- The index to set the value at.value- The enum numeric value on the wire for promotionalOrderTypes to set.- Returns:
- This builder for chaining.
-
addPromotionalOrderTypesValue
public CustomerConstraints.Builder addPromotionalOrderTypesValue(int value)
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;- Parameters:
value- The enum numeric value on the wire for promotionalOrderTypes to add.- Returns:
- This builder for chaining.
-
addAllPromotionalOrderTypesValue
public CustomerConstraints.Builder addAllPromotionalOrderTypesValue(Iterable<Integer> values)
Allowed Promotional Order Type. Present for Promotional offers.
repeated .google.cloud.channel.v1.PromotionalOrderType promotional_order_types = 3;- Parameters:
values- The enum numeric values on the wire for promotionalOrderTypes to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final CustomerConstraints.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
mergeUnknownFields
public final CustomerConstraints.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CustomerConstraints.Builder>
-
-