public interface NonGuaranteedDealPriorityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPriorityTier()
public abstract DealPriorityTierEnum.DealPriorityTier getPriorityTier()Required. Enables publishers to favor certain deals, even if their default priorities are lower. For example, allowing a PA deal to beat a PD deal.
optional .google.ads.admanager.v1.DealPriorityTierEnum.DealPriorityTier priority_tier = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DealPriorityTierEnum.DealPriorityTier |
The priorityTier. |
getPriorityTierValue()
public abstract int getPriorityTierValue()Required. Enables publishers to favor certain deals, even if their default priorities are lower. For example, allowing a PA deal to beat a PD deal.
optional .google.ads.admanager.v1.DealPriorityTierEnum.DealPriorityTier priority_tier = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for priorityTier. |
hasPriorityTier()
public abstract boolean hasPriorityTier()Required. Enables publishers to favor certain deals, even if their default priorities are lower. For example, allowing a PA deal to beat a PD deal.
optional .google.ads.admanager.v1.DealPriorityTierEnum.DealPriorityTier priority_tier = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the priorityTier field is set. |