All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.common.TargetRestrictionOperationOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/targeting_setting.proto

package com.google.ads.googleads.v10.common;

public interface TargetRestrictionOperationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.TargetRestrictionOperation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Type of list operation to perform.
   * 
* * .google.ads.googleads.v10.common.TargetRestrictionOperation.Operator operator = 1; * @return The enum numeric value on the wire for operator. */ int getOperatorValue(); /** *
   * Type of list operation to perform.
   * 
* * .google.ads.googleads.v10.common.TargetRestrictionOperation.Operator operator = 1; * @return The operator. */ com.google.ads.googleads.v10.common.TargetRestrictionOperation.Operator getOperator(); /** *
   * The target restriction being added to or removed from the list.
   * 
* * .google.ads.googleads.v10.common.TargetRestriction value = 2; * @return Whether the value field is set. */ boolean hasValue(); /** *
   * The target restriction being added to or removed from the list.
   * 
* * .google.ads.googleads.v10.common.TargetRestriction value = 2; * @return The value. */ com.google.ads.googleads.v10.common.TargetRestriction getValue(); /** *
   * The target restriction being added to or removed from the list.
   * 
* * .google.ads.googleads.v10.common.TargetRestriction value = 2; */ com.google.ads.googleads.v10.common.TargetRestrictionOrBuilder getValueOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy