com.google.ads.googleads.v17.resources.FeedAttributeOperationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/feed.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface FeedAttributeOperationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.FeedAttributeOperation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. Type of list operation to perform.
*
*
* .google.ads.googleads.v17.resources.FeedAttributeOperation.Operator operator = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for operator.
*/
int getOperatorValue();
/**
*
* Output only. Type of list operation to perform.
*
*
* .google.ads.googleads.v17.resources.FeedAttributeOperation.Operator operator = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The operator.
*/
com.google.ads.googleads.v17.resources.FeedAttributeOperation.Operator getOperator();
/**
*
* Output only. The feed attribute being added to the list.
*
*
* .google.ads.googleads.v17.resources.FeedAttribute value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the value field is set.
*/
boolean hasValue();
/**
*
* Output only. The feed attribute being added to the list.
*
*
* .google.ads.googleads.v17.resources.FeedAttribute value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The value.
*/
com.google.ads.googleads.v17.resources.FeedAttribute getValue();
/**
*
* Output only. The feed attribute being added to the list.
*
*
* .google.ads.googleads.v17.resources.FeedAttribute value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.FeedAttributeOrBuilder getValueOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy