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

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

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

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

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

  /**
   * 
   * List of rule item groups that defines this rule.
   * Rule item groups are grouped together.
   * 
* * .google.ads.googleads.v17.common.UserListRuleInfo rule = 1; * @return Whether the rule field is set. */ boolean hasRule(); /** *
   * List of rule item groups that defines this rule.
   * Rule item groups are grouped together.
   * 
* * .google.ads.googleads.v17.common.UserListRuleInfo rule = 1; * @return The rule. */ com.google.ads.googleads.v17.common.UserListRuleInfo getRule(); /** *
   * List of rule item groups that defines this rule.
   * Rule item groups are grouped together.
   * 
* * .google.ads.googleads.v17.common.UserListRuleInfo rule = 1; */ com.google.ads.googleads.v17.common.UserListRuleInfoOrBuilder getRuleOrBuilder(); /** *
   * Lookback window for this rule in days. From now until X days ago.
   * 
* * optional int64 lookback_window_days = 2; * @return Whether the lookbackWindowDays field is set. */ boolean hasLookbackWindowDays(); /** *
   * Lookback window for this rule in days. From now until X days ago.
   * 
* * optional int64 lookback_window_days = 2; * @return The lookbackWindowDays. */ long getLookbackWindowDays(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy