public interface ContactIdInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataSourceType()
public abstract DataSourceType getDataSourceType()Optional. Immutable. Source of the upload data
optional .google.ads.datamanager.v1.DataSourceType data_source_type = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
DataSourceType |
The dataSourceType. |
getDataSourceTypeValue()
public abstract int getDataSourceTypeValue()Optional. Immutable. Source of the upload data
optional .google.ads.datamanager.v1.DataSourceType data_source_type = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for dataSourceType. |
getMatchRatePercentage()
public abstract int getMatchRatePercentage()Output only. Match rate for customer match user lists.
int32 match_rate_percentage = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The matchRatePercentage. |
hasDataSourceType()
public abstract boolean hasDataSourceType()Optional. Immutable. Source of the upload data
optional .google.ads.datamanager.v1.DataSourceType data_source_type = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataSourceType field is set. |