Interface TargetNetworkInfoOrBuilder (0.8.0)

public interface TargetNetworkInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEligibleForDisplay()

public abstract boolean getEligibleForDisplay()

Output only. Indicates this user list is eligible for Google Display Network.

bool eligible_for_display = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The eligibleForDisplay.

getEligibleForSearch()

public abstract boolean getEligibleForSearch()

Optional. Indicates if this user list is eligible for Google Search Network.

optional bool eligible_for_search = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The eligibleForSearch.

hasEligibleForSearch()

public abstract boolean hasEligibleForSearch()

Optional. Indicates if this user list is eligible for Google Search Network.

optional bool eligible_for_search = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the eligibleForSearch field is set.