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 Type
    Method
    Description
    long
    Id of the referenced feed attribute.
    long
    The associated feed.
    boolean
    Id of the referenced feed attribute.
    boolean
    The associated feed.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.