Interface WebpageConditionInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WebpageConditionInfo,WebpageConditionInfo.Builder
public interface WebpageConditionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetArgument()Argument of webpage targeting condition.com.google.protobuf.ByteStringgetArgumentBytes()Argument of webpage targeting condition.WebpageConditionOperandEnum.WebpageConditionOperandgetOperand()Operand of webpage targeting condition.intgetOperandValue()Operand of webpage targeting condition.WebpageConditionOperatorEnum.WebpageConditionOperatorgetOperator()Operator of webpage targeting condition.intgetOperatorValue()Operator of webpage targeting condition.booleanhasArgument()Argument of webpage targeting condition.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperandValue
int getOperandValue()
Operand of webpage targeting condition.
.google.ads.googleads.v10.enums.WebpageConditionOperandEnum.WebpageConditionOperand operand = 1;- Returns:
- The enum numeric value on the wire for operand.
-
getOperand
WebpageConditionOperandEnum.WebpageConditionOperand getOperand()
Operand of webpage targeting condition.
.google.ads.googleads.v10.enums.WebpageConditionOperandEnum.WebpageConditionOperand operand = 1;- Returns:
- The operand.
-
getOperatorValue
int getOperatorValue()
Operator of webpage targeting condition.
.google.ads.googleads.v10.enums.WebpageConditionOperatorEnum.WebpageConditionOperator operator = 2;- Returns:
- The enum numeric value on the wire for operator.
-
getOperator
WebpageConditionOperatorEnum.WebpageConditionOperator getOperator()
Operator of webpage targeting condition.
.google.ads.googleads.v10.enums.WebpageConditionOperatorEnum.WebpageConditionOperator operator = 2;- Returns:
- The operator.
-
hasArgument
boolean hasArgument()
Argument of webpage targeting condition.
optional string argument = 4;- Returns:
- Whether the argument field is set.
-
getArgument
java.lang.String getArgument()
Argument of webpage targeting condition.
optional string argument = 4;- Returns:
- The argument.
-
getArgumentBytes
com.google.protobuf.ByteString getArgumentBytes()
Argument of webpage targeting condition.
optional string argument = 4;- Returns:
- The bytes for argument.
-
-