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 Type
    Method
    Description
    Type of list operation to perform.
    int
    Type of list operation to perform.
    The target restriction being added to or removed from the list.
    The target restriction being added to or removed from the list.
    boolean
    The target restriction being added to or removed from the list.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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;