com.google.ads.googleads.v17.common.WebpageConditionInfoOrBuilder 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/criteria.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface WebpageConditionInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.WebpageConditionInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Operand of webpage targeting condition.
*
*
* .google.ads.googleads.v17.enums.WebpageConditionOperandEnum.WebpageConditionOperand operand = 1;
* @return The enum numeric value on the wire for operand.
*/
int getOperandValue();
/**
*
* Operand of webpage targeting condition.
*
*
* .google.ads.googleads.v17.enums.WebpageConditionOperandEnum.WebpageConditionOperand operand = 1;
* @return The operand.
*/
com.google.ads.googleads.v17.enums.WebpageConditionOperandEnum.WebpageConditionOperand getOperand();
/**
*
* Operator of webpage targeting condition.
*
*
* .google.ads.googleads.v17.enums.WebpageConditionOperatorEnum.WebpageConditionOperator operator = 2;
* @return The enum numeric value on the wire for operator.
*/
int getOperatorValue();
/**
*
* Operator of webpage targeting condition.
*
*
* .google.ads.googleads.v17.enums.WebpageConditionOperatorEnum.WebpageConditionOperator operator = 2;
* @return The operator.
*/
com.google.ads.googleads.v17.enums.WebpageConditionOperatorEnum.WebpageConditionOperator getOperator();
/**
*
* Argument of webpage targeting condition.
*
*
* optional string argument = 4;
* @return Whether the argument field is set.
*/
boolean hasArgument();
/**
*
* Argument of webpage targeting condition.
*
*
* optional string argument = 4;
* @return The argument.
*/
java.lang.String getArgument();
/**
*
* Argument of webpage targeting condition.
*
*
* optional string argument = 4;
* @return The bytes for argument.
*/
com.google.protobuf.ByteString
getArgumentBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy