public interface TargetNetworkInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |