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 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];