Interface Operand.FunctionOperandOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Operand.FunctionOperand, Operand.FunctionOperand.Builder
Enclosing class:
Operand

public static interface Operand.FunctionOperandOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The matching function held in this operand.
    The matching function held in this operand.
    boolean
    The matching function held in this operand.

    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

    • hasMatchingFunction

      boolean hasMatchingFunction()
       The matching function held in this operand.
       
      .google.ads.googleads.v18.common.MatchingFunction matching_function = 1;
      Returns:
      Whether the matchingFunction field is set.
    • getMatchingFunction

      MatchingFunction getMatchingFunction()
       The matching function held in this operand.
       
      .google.ads.googleads.v18.common.MatchingFunction matching_function = 1;
      Returns:
      The matchingFunction.
    • getMatchingFunctionOrBuilder

      MatchingFunctionOrBuilder getMatchingFunctionOrBuilder()
       The matching function held in this operand.
       
      .google.ads.googleads.v18.common.MatchingFunction matching_function = 1;