Interface AddEnrichmentToAlbumRequestOrBuilder

    • Method Detail

      • getAlbumId

        java.lang.String getAlbumId()
         Identifier of the album where the enrichment is to be added.
         
        string album_id = 1;
        Returns:
        The albumId.
      • getAlbumIdBytes

        com.google.protobuf.ByteString getAlbumIdBytes()
         Identifier of the album where the enrichment is to be added.
         
        string album_id = 1;
        Returns:
        The bytes for albumId.
      • hasNewEnrichmentItem

        boolean hasNewEnrichmentItem()
         The enrichment to be added.
         
        .google.photos.library.v1.NewEnrichmentItem new_enrichment_item = 2;
        Returns:
        Whether the newEnrichmentItem field is set.
      • getNewEnrichmentItem

        NewEnrichmentItem getNewEnrichmentItem()
         The enrichment to be added.
         
        .google.photos.library.v1.NewEnrichmentItem new_enrichment_item = 2;
        Returns:
        The newEnrichmentItem.
      • getNewEnrichmentItemOrBuilder

        NewEnrichmentItemOrBuilder getNewEnrichmentItemOrBuilder()
         The enrichment to be added.
         
        .google.photos.library.v1.NewEnrichmentItem new_enrichment_item = 2;
      • hasAlbumPosition

        boolean hasAlbumPosition()
         The position in the album where the enrichment is to be inserted.
         
        .google.photos.library.v1.AlbumPosition album_position = 3;
        Returns:
        Whether the albumPosition field is set.
      • getAlbumPosition

        AlbumPosition getAlbumPosition()
         The position in the album where the enrichment is to be inserted.
         
        .google.photos.library.v1.AlbumPosition album_position = 3;
        Returns:
        The albumPosition.
      • getAlbumPositionOrBuilder

        AlbumPositionOrBuilder getAlbumPositionOrBuilder()
         The position in the album where the enrichment is to be inserted.
         
        .google.photos.library.v1.AlbumPosition album_position = 3;