public static final class UserProperties.Builder extends GeneratedMessageV3.Builder<UserProperties.Builder> implements UserPropertiesOrBuilder
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAdditionalUserProperties(UserProperty value)
public UserProperties.Builder addAdditionalUserProperties(UserProperty value)
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
addAdditionalUserProperties(UserProperty.Builder builderForValue)
public UserProperties.Builder addAdditionalUserProperties(UserProperty.Builder builderForValue)
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
addAdditionalUserProperties(int index, UserProperty value)
public UserProperties.Builder addAdditionalUserProperties(int index, UserProperty value)
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
addAdditionalUserProperties(int index, UserProperty.Builder builderForValue)
public UserProperties.Builder addAdditionalUserProperties(int index, UserProperty.Builder builderForValue)
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
addAdditionalUserPropertiesBuilder()
public UserProperty.Builder addAdditionalUserPropertiesBuilder()
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
addAdditionalUserPropertiesBuilder(int index)
public UserProperty.Builder addAdditionalUserPropertiesBuilder(int index)
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
addAllAdditionalUserProperties(Iterable<? extends UserProperty> values)
public UserProperties.Builder addAllAdditionalUserProperties(Iterable<? extends UserProperty> values)
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.ads.datamanager.v1.UserProperty>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UserProperties.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UserProperties build()
buildPartial()
public UserProperties buildPartial()
clear()
public UserProperties.Builder clear()
Overrides
clearAdditionalUserProperties()
public UserProperties.Builder clearAdditionalUserProperties()
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
clearCustomerType()
public UserProperties.Builder clearCustomerType()
Optional. Type of the customer associated with the event.
.google.ads.datamanager.v1.CustomerType customer_type = 1 [(.google.api.field_behavior) = OPTIONAL];
clearCustomerValueBucket()
public UserProperties.Builder clearCustomerValueBucket()
Optional. The advertiser-assessed value of the customer.
.google.ads.datamanager.v1.CustomerValueBucket customer_value_bucket = 2 [(.google.api.field_behavior) = OPTIONAL];
clearField(Descriptors.FieldDescriptor field)
public UserProperties.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public UserProperties.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public UserProperties.Builder clone()
Overrides
getAdditionalUserProperties(int index)
public UserProperty getAdditionalUserProperties(int index)
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getAdditionalUserPropertiesBuilder(int index)
public UserProperty.Builder getAdditionalUserPropertiesBuilder(int index)
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getAdditionalUserPropertiesBuilderList()
public List<UserProperty.Builder> getAdditionalUserPropertiesBuilderList()
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
getAdditionalUserPropertiesCount()
public int getAdditionalUserPropertiesCount()
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getAdditionalUserPropertiesList()
public List<UserProperty> getAdditionalUserPropertiesList()
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
getAdditionalUserPropertiesOrBuilder(int index)
public UserPropertyOrBuilder getAdditionalUserPropertiesOrBuilder(int index)
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getAdditionalUserPropertiesOrBuilderList()
public List<? extends UserPropertyOrBuilder> getAdditionalUserPropertiesOrBuilderList()
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.ads.datamanager.v1.UserPropertyOrBuilder> |
|
getCustomerType()
public CustomerType getCustomerType()
Optional. Type of the customer associated with the event.
.google.ads.datamanager.v1.CustomerType customer_type = 1 [(.google.api.field_behavior) = OPTIONAL];
getCustomerTypeValue()
public int getCustomerTypeValue()
Optional. Type of the customer associated with the event.
.google.ads.datamanager.v1.CustomerType customer_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for customerType.
|
getCustomerValueBucket()
public CustomerValueBucket getCustomerValueBucket()
Optional. The advertiser-assessed value of the customer.
.google.ads.datamanager.v1.CustomerValueBucket customer_value_bucket = 2 [(.google.api.field_behavior) = OPTIONAL];
getCustomerValueBucketValue()
public int getCustomerValueBucketValue()
Optional. The advertiser-assessed value of the customer.
.google.ads.datamanager.v1.CustomerValueBucket customer_value_bucket = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for customerValueBucket.
|
getDefaultInstanceForType()
public UserProperties getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UserProperties other)
public UserProperties.Builder mergeFrom(UserProperties other)
public UserProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UserProperties.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UserProperties.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeAdditionalUserProperties(int index)
public UserProperties.Builder removeAdditionalUserProperties(int index)
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
setAdditionalUserProperties(int index, UserProperty value)
public UserProperties.Builder setAdditionalUserProperties(int index, UserProperty value)
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
setAdditionalUserProperties(int index, UserProperty.Builder builderForValue)
public UserProperties.Builder setAdditionalUserProperties(int index, UserProperty.Builder builderForValue)
Optional. A bucket of any additional user
properties
for the user associated with this event.
repeated .google.ads.datamanager.v1.UserProperty additional_user_properties = 3 [(.google.api.field_behavior) = OPTIONAL];
setCustomerType(CustomerType value)
public UserProperties.Builder setCustomerType(CustomerType value)
Optional. Type of the customer associated with the event.
.google.ads.datamanager.v1.CustomerType customer_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
value |
CustomerType
The customerType to set.
|
setCustomerTypeValue(int value)
public UserProperties.Builder setCustomerTypeValue(int value)
Optional. Type of the customer associated with the event.
.google.ads.datamanager.v1.CustomerType customer_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
value |
int
The enum numeric value on the wire for customerType to set.
|
setCustomerValueBucket(CustomerValueBucket value)
public UserProperties.Builder setCustomerValueBucket(CustomerValueBucket value)
Optional. The advertiser-assessed value of the customer.
.google.ads.datamanager.v1.CustomerValueBucket customer_value_bucket = 2 [(.google.api.field_behavior) = OPTIONAL];
setCustomerValueBucketValue(int value)
public UserProperties.Builder setCustomerValueBucketValue(int value)
Optional. The advertiser-assessed value of the customer.
.google.ads.datamanager.v1.CustomerValueBucket customer_value_bucket = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
value |
int
The enum numeric value on the wire for customerValueBucket to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public UserProperties.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UserProperties.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final UserProperties.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides