Interface Operand.FeedAttributeOperandOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Operand.FeedAttributeOperand,Operand.FeedAttributeOperand.Builder
- Enclosing class:
- Operand
public static interface Operand.FeedAttributeOperandOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetFeedAttributeId()Id of the referenced feed attribute.longgetFeedId()The associated feed.booleanhasFeedAttributeId()Id of the referenced feed attribute.booleanhasFeedId()The associated feed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFeedId
boolean hasFeedId()
The associated feed. Required.
optional int64 feed_id = 3;- Returns:
- Whether the feedId field is set.
-
getFeedId
long getFeedId()
The associated feed. Required.
optional int64 feed_id = 3;- Returns:
- The feedId.
-
hasFeedAttributeId
boolean hasFeedAttributeId()
Id of the referenced feed attribute. Required.
optional int64 feed_attribute_id = 4;- Returns:
- Whether the feedAttributeId field is set.
-
getFeedAttributeId
long getFeedAttributeId()
Id of the referenced feed attribute. Required.
optional int64 feed_attribute_id = 4;- Returns:
- The feedAttributeId.
-
-