Send feedback
Class LabelFrequencyCap.Builder (0.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.6.0 keyboard_arrow_down
public static final class LabelFrequencyCap . Builder extends GeneratedMessageV3 . Builder<LabelFrequencyCap . Builder > implements LabelFrequencyCapOrBuilder
Frequency cap using a label.
Protobuf type google.ads.admanager.v1.LabelFrequencyCap
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LabelFrequencyCap . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public LabelFrequencyCap build ()
buildPartial()
public LabelFrequencyCap buildPartial ()
clear()
public LabelFrequencyCap . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public LabelFrequencyCap . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearFrequencyCap()
public LabelFrequencyCap . Builder clearFrequencyCap ()
The frequency cap.
.google.ads.admanager.v1.FrequencyCap frequency_cap = 2;
clearLabel()
public LabelFrequencyCap . Builder clearLabel ()
The label to used for frequency capping.
Format: "networks/{network_code}/labels/{label_id}"
string label = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public LabelFrequencyCap . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public LabelFrequencyCap . Builder clone ()
Overrides
getDefaultInstanceForType()
public LabelFrequencyCap getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getFrequencyCap()
public FrequencyCap getFrequencyCap ()
The frequency cap.
.google.ads.admanager.v1.FrequencyCap frequency_cap = 2;
getFrequencyCapBuilder()
public FrequencyCap . Builder getFrequencyCapBuilder ()
The frequency cap.
.google.ads.admanager.v1.FrequencyCap frequency_cap = 2;
getFrequencyCapOrBuilder()
public FrequencyCapOrBuilder getFrequencyCapOrBuilder ()
The frequency cap.
.google.ads.admanager.v1.FrequencyCap frequency_cap = 2;
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 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 boolean hasFrequencyCap ()
The frequency cap.
.google.ads.admanager.v1.FrequencyCap frequency_cap = 2;
Returns
Type
Description
boolean
Whether the frequencyCap field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrequencyCap(FrequencyCap value)
public LabelFrequencyCap . Builder mergeFrequencyCap ( FrequencyCap value )
The frequency cap.
.google.ads.admanager.v1.FrequencyCap frequency_cap = 2;
mergeFrom(LabelFrequencyCap other)
public LabelFrequencyCap . Builder mergeFrom ( LabelFrequencyCap other )
public LabelFrequencyCap . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public LabelFrequencyCap . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LabelFrequencyCap . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public LabelFrequencyCap . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setFrequencyCap(FrequencyCap value)
public LabelFrequencyCap . Builder setFrequencyCap ( FrequencyCap value )
The frequency cap.
.google.ads.admanager.v1.FrequencyCap frequency_cap = 2;
setFrequencyCap(FrequencyCap.Builder builderForValue)
public LabelFrequencyCap . Builder setFrequencyCap ( FrequencyCap . Builder builderForValue )
The frequency cap.
.google.ads.admanager.v1.FrequencyCap frequency_cap = 2;
setLabel(String value)
public LabelFrequencyCap . Builder setLabel ( String value )
The label to used for frequency capping.
Format: "networks/{network_code}/labels/{label_id}"
string label = 1;
Parameter
Name
Description
value
String
The label to set.
setLabelBytes(ByteString value)
public LabelFrequencyCap . Builder setLabelBytes ( ByteString value )
The label to used for frequency capping.
Format: "networks/{network_code}/labels/{label_id}"
string label = 1;
Parameter
Name
Description
value
ByteString
The bytes for label to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LabelFrequencyCap . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final LabelFrequencyCap . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `LabelFrequencyCap.Builder` class within the `com.google.ads.admanager.v1` package, specifically for version 0.6.0 of the Ad Manager API, used for frequency capping."],["The `LabelFrequencyCap.Builder` class is a builder for creating `LabelFrequencyCap` objects, which are used to implement frequency capping based on labels, and it extends `GeneratedMessageV3.Builder`."],["The latest version of the API reference is 0.19.0, while the page content focuses on version 0.6.0, with links provided for versions between 0.1.0 and 0.19.0."],["It provides methods to manage frequency capping which includes the ability to set, get, merge, and clear frequency cap values, and set and get label information, including the label's format."],["The page offers a comprehensive list of inherited members and static methods, and instance methods, along with their parameters, return types, descriptions, and overrides from related classes, in addition to links to each of the elements listed."]]],[]]