Interface AlbumPositionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AlbumPosition, AlbumPosition.Builder

    public interface AlbumPositionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getPositionValue

        int getPositionValue()
         Type of position, for a media or enrichment item.
         
        .google.photos.library.v1.AlbumPosition.PositionType position = 1;
        Returns:
        The enum numeric value on the wire for position.
      • getPosition

        AlbumPosition.PositionType getPosition()
         Type of position, for a media or enrichment item.
         
        .google.photos.library.v1.AlbumPosition.PositionType position = 1;
        Returns:
        The position.
      • getRelativeMediaItemId

        java.lang.String getRelativeMediaItemId()
         The media item to which the position is relative to.
         Only used when position type is AFTER_MEDIA_ITEM.
         
        string relative_media_item_id = 2;
        Returns:
        The relativeMediaItemId.
      • getRelativeMediaItemIdBytes

        com.google.protobuf.ByteString getRelativeMediaItemIdBytes()
         The media item to which the position is relative to.
         Only used when position type is AFTER_MEDIA_ITEM.
         
        string relative_media_item_id = 2;
        Returns:
        The bytes for relativeMediaItemId.
      • getRelativeEnrichmentItemId

        java.lang.String getRelativeEnrichmentItemId()
         The enrichment item to which the position is relative to.
         Only used when position type is AFTER_ENRICHMENT_ITEM.
         
        string relative_enrichment_item_id = 3;
        Returns:
        The relativeEnrichmentItemId.
      • getRelativeEnrichmentItemIdBytes

        com.google.protobuf.ByteString getRelativeEnrichmentItemIdBytes()
         The enrichment item to which the position is relative to.
         Only used when position type is AFTER_ENRICHMENT_ITEM.
         
        string relative_enrichment_item_id = 3;
        Returns:
        The bytes for relativeEnrichmentItemId.