Interface TargetRestrictionOperationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetRestrictionOperation,TargetRestrictionOperation.Builder
public interface TargetRestrictionOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetRestrictionOperation.OperatorgetOperator()Type of list operation to perform.intgetOperatorValue()Type of list operation to perform.TargetRestrictiongetValue()The target restriction being added to or removed from the list.TargetRestrictionOrBuildergetValueOrBuilder()The target restriction being added to or removed from the list.booleanhasValue()The target restriction being added to or removed from the list.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperatorValue
int getOperatorValue()
Type of list operation to perform.
.google.ads.googleads.v10.common.TargetRestrictionOperation.Operator operator = 1;- Returns:
- The enum numeric value on the wire for operator.
-
getOperator
TargetRestrictionOperation.Operator getOperator()
Type of list operation to perform.
.google.ads.googleads.v10.common.TargetRestrictionOperation.Operator operator = 1;- Returns:
- The operator.
-
hasValue
boolean hasValue()
The target restriction being added to or removed from the list.
.google.ads.googleads.v10.common.TargetRestriction value = 2;- Returns:
- Whether the value field is set.
-
getValue
TargetRestriction getValue()
The target restriction being added to or removed from the list.
.google.ads.googleads.v10.common.TargetRestriction value = 2;- Returns:
- The value.
-
getValueOrBuilder
TargetRestrictionOrBuilder getValueOrBuilder()
The target restriction being added to or removed from the list.
.google.ads.googleads.v10.common.TargetRestriction value = 2;
-
-