Interface ConversionValueRule.ValueRuleDeviceConditionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConversionValueRule.ValueRuleDeviceCondition,ConversionValueRule.ValueRuleDeviceCondition.Builder
- Enclosing class:
- ConversionValueRule
public static interface ConversionValueRule.ValueRuleDeviceConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueRuleDeviceTypeEnum.ValueRuleDeviceTypegetDeviceTypes(int index)Value for device type condition.intgetDeviceTypesCount()Value for device type condition.java.util.List<ValueRuleDeviceTypeEnum.ValueRuleDeviceType>getDeviceTypesList()Value for device type condition.intgetDeviceTypesValue(int index)Value for device type condition.java.util.List<java.lang.Integer>getDeviceTypesValueList()Value for device type condition.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDeviceTypesList
java.util.List<ValueRuleDeviceTypeEnum.ValueRuleDeviceType> getDeviceTypesList()
Value for device type condition.
repeated .google.ads.googleads.v10.enums.ValueRuleDeviceTypeEnum.ValueRuleDeviceType device_types = 1;- Returns:
- A list containing the deviceTypes.
-
getDeviceTypesCount
int getDeviceTypesCount()
Value for device type condition.
repeated .google.ads.googleads.v10.enums.ValueRuleDeviceTypeEnum.ValueRuleDeviceType device_types = 1;- Returns:
- The count of deviceTypes.
-
getDeviceTypes
ValueRuleDeviceTypeEnum.ValueRuleDeviceType getDeviceTypes(int index)
Value for device type condition.
repeated .google.ads.googleads.v10.enums.ValueRuleDeviceTypeEnum.ValueRuleDeviceType device_types = 1;- Parameters:
index- The index of the element to return.- Returns:
- The deviceTypes at the given index.
-
getDeviceTypesValueList
java.util.List<java.lang.Integer> getDeviceTypesValueList()
Value for device type condition.
repeated .google.ads.googleads.v10.enums.ValueRuleDeviceTypeEnum.ValueRuleDeviceType device_types = 1;- Returns:
- A list containing the enum numeric values on the wire for deviceTypes.
-
getDeviceTypesValue
int getDeviceTypesValue(int index)
Value for device type condition.
repeated .google.ads.googleads.v10.enums.ValueRuleDeviceTypeEnum.ValueRuleDeviceType device_types = 1;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of deviceTypes at the given index.
-
-