Interface AdGroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AdGroup,AdGroup.Builder
public interface AdGroupOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAudienceTargetings(int index)audience segment ["sports", "nba", "golf", "sports_fans"]com.google.protobuf.ByteStringgetAudienceTargetingsBytes(int index)audience segment ["sports", "nba", "golf", "sports_fans"]intgetAudienceTargetingsCount()audience segment ["sports", "nba", "golf", "sports_fans"]java.util.List<java.lang.String>getAudienceTargetingsList()audience segment ["sports", "nba", "golf", "sports_fans"]DeviceTargetinggetDeviceTargetings(int index)target device types [MOBILE, CTV, WEB]intgetDeviceTargetingsCount()target device types [MOBILE, CTV, WEB]java.util.List<DeviceTargeting>getDeviceTargetingsList()target device types [MOBILE, CTV, WEB]intgetDeviceTargetingsValue(int index)target device types [MOBILE, CTV, WEB]java.util.List<java.lang.Integer>getDeviceTargetingsValueList()target device types [MOBILE, CTV, WEB]GeoTargetgetGeoTargetings(int index)locations /region code ["US", "CA", "EU", "APAC"]intgetGeoTargetingsCount()locations /region code ["US", "CA", "EU", "APAC"]java.util.List<GeoTarget>getGeoTargetingsList()locations /region code ["US", "CA", "EU", "APAC"]java.lang.StringgetName()Ad group namecom.google.protobuf.ByteStringgetNameBytes()Ad group name
-
-
-
Method Detail
-
getName
java.lang.String getName()
Ad group name
string name = 1 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Ad group name
string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
-
getGeoTargetingsList
java.util.List<GeoTarget> getGeoTargetingsList()
locations /region code ["US", "CA", "EU", "APAC"]
repeated .streamlayer.interactive.GeoTarget geo_targetings = 2 [json_name = "geoTargetings"];
-
getGeoTargetings
GeoTarget getGeoTargetings(int index)
locations /region code ["US", "CA", "EU", "APAC"]
repeated .streamlayer.interactive.GeoTarget geo_targetings = 2 [json_name = "geoTargetings"];
-
getGeoTargetingsCount
int getGeoTargetingsCount()
locations /region code ["US", "CA", "EU", "APAC"]
repeated .streamlayer.interactive.GeoTarget geo_targetings = 2 [json_name = "geoTargetings"];
-
getAudienceTargetingsList
java.util.List<java.lang.String> getAudienceTargetingsList()
audience segment ["sports", "nba", "golf", "sports_fans"]
repeated string audience_targetings = 3 [json_name = "audienceTargetings"];- Returns:
- A list containing the audienceTargetings.
-
getAudienceTargetingsCount
int getAudienceTargetingsCount()
audience segment ["sports", "nba", "golf", "sports_fans"]
repeated string audience_targetings = 3 [json_name = "audienceTargetings"];- Returns:
- The count of audienceTargetings.
-
getAudienceTargetings
java.lang.String getAudienceTargetings(int index)
audience segment ["sports", "nba", "golf", "sports_fans"]
repeated string audience_targetings = 3 [json_name = "audienceTargetings"];- Parameters:
index- The index of the element to return.- Returns:
- The audienceTargetings at the given index.
-
getAudienceTargetingsBytes
com.google.protobuf.ByteString getAudienceTargetingsBytes(int index)
audience segment ["sports", "nba", "golf", "sports_fans"]
repeated string audience_targetings = 3 [json_name = "audienceTargetings"];- Parameters:
index- The index of the element to return.- Returns:
- The audienceTargetings at the given index.
-
getDeviceTargetingsList
java.util.List<DeviceTargeting> getDeviceTargetingsList()
target device types [MOBILE, CTV, WEB]
repeated .streamlayer.interactive.DeviceTargeting device_targetings = 4 [json_name = "deviceTargetings"];- Returns:
- A list containing the deviceTargetings.
-
getDeviceTargetingsCount
int getDeviceTargetingsCount()
target device types [MOBILE, CTV, WEB]
repeated .streamlayer.interactive.DeviceTargeting device_targetings = 4 [json_name = "deviceTargetings"];- Returns:
- The count of deviceTargetings.
-
getDeviceTargetings
DeviceTargeting getDeviceTargetings(int index)
target device types [MOBILE, CTV, WEB]
repeated .streamlayer.interactive.DeviceTargeting device_targetings = 4 [json_name = "deviceTargetings"];- Parameters:
index- The index of the element to return.- Returns:
- The deviceTargetings at the given index.
-
getDeviceTargetingsValueList
java.util.List<java.lang.Integer> getDeviceTargetingsValueList()
target device types [MOBILE, CTV, WEB]
repeated .streamlayer.interactive.DeviceTargeting device_targetings = 4 [json_name = "deviceTargetings"];- Returns:
- A list containing the enum numeric values on the wire for deviceTargetings.
-
getDeviceTargetingsValue
int getDeviceTargetingsValue(int index)
target device types [MOBILE, CTV, WEB]
repeated .streamlayer.interactive.DeviceTargeting device_targetings = 4 [json_name = "deviceTargetings"];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of deviceTargetings at the given index.
-
-