Interface UserIdInfoOrBuilder (0.8.0)

public interface UserIdInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

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.