Interface FeedAttributeOperationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeedAttributeOperation,FeedAttributeOperation.Builder
public interface FeedAttributeOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeedAttributeOperation.OperatorgetOperator()Output only.intgetOperatorValue()Output only.FeedAttributegetValue()Output only.FeedAttributeOrBuildergetValueOrBuilder()Output only.booleanhasValue()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperatorValue
int getOperatorValue()
Output only. Type of list operation to perform.
.google.ads.googleads.v10.resources.FeedAttributeOperation.Operator operator = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for operator.
-
getOperator
FeedAttributeOperation.Operator getOperator()
Output only. Type of list operation to perform.
.google.ads.googleads.v10.resources.FeedAttributeOperation.Operator operator = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The operator.
-
hasValue
boolean hasValue()
Output only. The feed attribute being added to the list.
.google.ads.googleads.v10.resources.FeedAttribute value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the value field is set.
-
getValue
FeedAttribute getValue()
Output only. The feed attribute being added to the list.
.google.ads.googleads.v10.resources.FeedAttribute value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The value.
-
getValueOrBuilder
FeedAttributeOrBuilder getValueOrBuilder()
Output only. The feed attribute being added to the list.
.google.ads.googleads.v10.resources.FeedAttribute value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-