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
Modifier and TypeMethodDescriptionType of list operation to perform.intType of list operation to perform.getValue()The target restriction being added to or removed from the list.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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOperatorValue
int getOperatorValue()Type of list operation to perform.
.google.ads.googleads.v18.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.v18.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.v18.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.v18.common.TargetRestriction value = 2;- Returns:
- The value.
-
getValueOrBuilder
TargetRestrictionOrBuilder getValueOrBuilder()The target restriction being added to or removed from the list.
.google.ads.googleads.v18.common.TargetRestriction value = 2;
-