public interface LabelFrequencyCapOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFrequencyCap()
public abstract FrequencyCap getFrequencyCap()
The frequency cap.
.google.ads.admanager.v1.FrequencyCap frequency_cap = 2;
Returns | |
---|---|
Type | Description |
FrequencyCap |
The frequencyCap. |
getFrequencyCapOrBuilder()
public abstract FrequencyCapOrBuilder getFrequencyCapOrBuilder()
The frequency cap.
.google.ads.admanager.v1.FrequencyCap frequency_cap = 2;
Returns | |
---|---|
Type | Description |
FrequencyCapOrBuilder |
getLabel()
public abstract String getLabel()
The label to used for frequency capping. Format: "networks/{network_code}/labels/{label_id}"
string label = 1;
Returns | |
---|---|
Type | Description |
String |
The label. |
getLabelBytes()
public abstract ByteString getLabelBytes()
The label to used for frequency capping. Format: "networks/{network_code}/labels/{label_id}"
string label = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for label. |
hasFrequencyCap()
public abstract boolean hasFrequencyCap()
The frequency cap.
.google.ads.admanager.v1.FrequencyCap frequency_cap = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the frequencyCap field is set. |