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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MatchingFunction getMatchingFunction()
      The matching function held in this operand.
      MatchingFunctionOrBuilder getMatchingFunctionOrBuilder()
      The matching function held in this operand.
      boolean hasMatchingFunction()
      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 Detail

      • hasMatchingFunction

        boolean hasMatchingFunction()
         The matching function held in this operand.
         
        .google.ads.googleads.v10.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.v10.common.MatchingFunction matching_function = 1;
        Returns:
        The matchingFunction.
      • getMatchingFunctionOrBuilder

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