Interface Operand.FeedAttributeOperandOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getFeedAttributeId()
      Id of the referenced feed attribute.
      long getFeedId()
      The associated feed.
      boolean hasFeedAttributeId()
      Id of the referenced feed attribute.
      boolean hasFeedId()
      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 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.