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 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.
      • 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.
      • 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.