Interface MobileIdInfoOrBuilder (0.8.0)

public interface MobileIdInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAppId()

public abstract String getAppId()

Required. Immutable. A string that uniquely identifies a mobile application from which the data was collected.

optional string app_id = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The appId.

getAppIdBytes()

public abstract ByteString getAppIdBytes()

Required. Immutable. A string that uniquely identifies a mobile application from which the data was collected.

optional string app_id = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for appId.

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.

getKeySpace()

public abstract MobileIdInfo.KeySpace getKeySpace()

Required. Immutable. The key space of mobile IDs.

optional .google.ads.datamanager.v1.MobileIdInfo.KeySpace key_space = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
MobileIdInfo.KeySpace

The keySpace.

getKeySpaceValue()

public abstract int getKeySpaceValue()

Required. Immutable. The key space of mobile IDs.

optional .google.ads.datamanager.v1.MobileIdInfo.KeySpace key_space = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
int

The enum numeric value on the wire for keySpace.

hasAppId()

public abstract boolean hasAppId()

Required. Immutable. A string that uniquely identifies a mobile application from which the data was collected.

optional string app_id = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the appId field is set.

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.

hasKeySpace()

public abstract boolean hasKeySpace()

Required. Immutable. The key space of mobile IDs.

optional .google.ads.datamanager.v1.MobileIdInfo.KeySpace key_space = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the keySpace field is set.