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
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
-
getOperatorValue
int getOperatorValue()Output only. Type of list operation to perform.
.google.ads.googleads.v18.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.v18.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.v18.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.v18.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.v18.resources.FeedAttribute value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-