Interface Operand.RequestContextOperandOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Type of value to be referred in the request context.
    int
    Type of value to be referred in the request context.

    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

    • getContextTypeValue

      int getContextTypeValue()
       Type of value to be referred in the request context.
       
      .google.ads.googleads.v18.enums.MatchingFunctionContextTypeEnum.MatchingFunctionContextType context_type = 1;
      Returns:
      The enum numeric value on the wire for contextType.
    • getContextType

       Type of value to be referred in the request context.
       
      .google.ads.googleads.v18.enums.MatchingFunctionContextTypeEnum.MatchingFunctionContextType context_type = 1;
      Returns:
      The contextType.