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 TypeMethodDescriptionType of value to be referred in the request context.intType of value to be referred in the request context.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
MatchingFunctionContextTypeEnum.MatchingFunctionContextType getContextType()Type of value to be referred in the request context.
.google.ads.googleads.v18.enums.MatchingFunctionContextTypeEnum.MatchingFunctionContextType context_type = 1;- Returns:
- The contextType.
-