Interface TargetRestrictionOperationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TargetRestrictionOperation.Operator getOperator()
      Type of list operation to perform.
      int getOperatorValue()
      Type of list operation to perform.
      TargetRestriction getValue()
      The target restriction being added to or removed from the list.
      TargetRestrictionOrBuilder getValueOrBuilder()
      The target restriction being added to or removed from the list.
      boolean hasValue()
      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 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;