public interface UserPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdditionalUserProperties(int index)
public abstract 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 |
| Returns | |
|---|---|
| Type | Description |
UserProperty |
|
getAdditionalUserPropertiesCount()
public abstract 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 abstract 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];
| Returns | |
|---|---|
| Type | Description |
List<UserProperty> |
|
getAdditionalUserPropertiesOrBuilder(int index)
public abstract 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 |
| Returns | |
|---|---|
| Type | Description |
UserPropertyOrBuilder |
|
getAdditionalUserPropertiesOrBuilderList()
public abstract 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 abstract CustomerType getCustomerType()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 |
CustomerType |
The customerType. |
getCustomerTypeValue()
public abstract 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 abstract CustomerValueBucket getCustomerValueBucket()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 |
CustomerValueBucket |
The customerValueBucket. |
getCustomerValueBucketValue()
public abstract 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. |