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
Modifier and TypeMethodDescriptionlongId of the referenced feed attribute.longThe associated feed.booleanId of the referenced feed attribute.booleanThe associated feed.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
-
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.
-