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
Modifier and TypeMethodDescriptionArgument of webpage targeting condition.com.google.protobuf.ByteStringArgument of webpage targeting condition.Operand of webpage targeting condition.intOperand of webpage targeting condition.Operator of webpage targeting condition.intOperator of webpage targeting condition.booleanArgument of webpage targeting condition.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOperandValue
int getOperandValue()Operand of webpage targeting condition.
.google.ads.googleads.v18.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.v18.enums.WebpageConditionOperandEnum.WebpageConditionOperand operand = 1;- Returns:
- The operand.
-
getOperatorValue
int getOperatorValue()Operator of webpage targeting condition.
.google.ads.googleads.v18.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.v18.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
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.
-