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

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

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

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

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

  /**
   * 
   * Type of list operation to perform.
   * 
* * .google.ads.googleads.v17.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.v17.common.TargetRestrictionOperation.Operator operator = 1; * @return The operator. */ com.google.ads.googleads.v17.common.TargetRestrictionOperation.Operator getOperator(); /** *
   * The target restriction being added to or removed from the list.
   * 
* * .google.ads.googleads.v17.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.v17.common.TargetRestriction value = 2; * @return The value. */ com.google.ads.googleads.v17.common.TargetRestriction getValue(); /** *
   * The target restriction being added to or removed from the list.
   * 
* * .google.ads.googleads.v17.common.TargetRestriction value = 2; */ com.google.ads.googleads.v17.common.TargetRestrictionOrBuilder getValueOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy