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 Type
    Method
    Description
    Argument of webpage targeting condition.
    com.google.protobuf.ByteString
    Argument of webpage targeting condition.
    Operand of webpage targeting condition.
    int
    Operand of webpage targeting condition.
    Operator of webpage targeting condition.
    int
    Operator of webpage targeting condition.
    boolean
    Argument of webpage targeting condition.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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

       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.