com.google.ads.googleads.v17.common.UserListStringRuleItemInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 UserListStringRuleItemInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.UserListStringRuleItemInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* String comparison operator.
* This field is required and must be populated when creating a new string
* rule item.
*
*
* .google.ads.googleads.v17.enums.UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator operator = 1;
* @return The enum numeric value on the wire for operator.
*/
int getOperatorValue();
/**
*
* String comparison operator.
* This field is required and must be populated when creating a new string
* rule item.
*
*
* .google.ads.googleads.v17.enums.UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator operator = 1;
* @return The operator.
*/
com.google.ads.googleads.v17.enums.UserListStringRuleItemOperatorEnum.UserListStringRuleItemOperator getOperator();
/**
*
* The right hand side of the string rule item. For URLs or referrer URLs,
* the value can not contain illegal URL chars such as newlines, quotes,
* tabs, or parentheses. This field is required and must be populated when
* creating a new string rule item.
*
*
* optional string value = 3;
* @return Whether the value field is set.
*/
boolean hasValue();
/**
*
* The right hand side of the string rule item. For URLs or referrer URLs,
* the value can not contain illegal URL chars such as newlines, quotes,
* tabs, or parentheses. This field is required and must be populated when
* creating a new string rule item.
*
*
* optional string value = 3;
* @return The value.
*/
java.lang.String getValue();
/**
*
* The right hand side of the string rule item. For URLs or referrer URLs,
* the value can not contain illegal URL chars such as newlines, quotes,
* tabs, or parentheses. This field is required and must be populated when
* creating a new string rule item.
*
*
* optional string value = 3;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy