Interface NewEnrichmentItemOrBuilder

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

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

      • hasTextEnrichment

        boolean hasTextEnrichment()
         Text to be added to the album.
         
        .google.photos.library.v1.TextEnrichment text_enrichment = 1;
        Returns:
        Whether the textEnrichment field is set.
      • getTextEnrichment

        TextEnrichment getTextEnrichment()
         Text to be added to the album.
         
        .google.photos.library.v1.TextEnrichment text_enrichment = 1;
        Returns:
        The textEnrichment.
      • getTextEnrichmentOrBuilder

        TextEnrichmentOrBuilder getTextEnrichmentOrBuilder()
         Text to be added to the album.
         
        .google.photos.library.v1.TextEnrichment text_enrichment = 1;
      • hasLocationEnrichment

        boolean hasLocationEnrichment()
         Location to be added to the album.
         
        .google.photos.library.v1.LocationEnrichment location_enrichment = 2;
        Returns:
        Whether the locationEnrichment field is set.
      • getLocationEnrichment

        LocationEnrichment getLocationEnrichment()
         Location to be added to the album.
         
        .google.photos.library.v1.LocationEnrichment location_enrichment = 2;
        Returns:
        The locationEnrichment.
      • getLocationEnrichmentOrBuilder

        LocationEnrichmentOrBuilder getLocationEnrichmentOrBuilder()
         Location to be added to the album.
         
        .google.photos.library.v1.LocationEnrichment location_enrichment = 2;
      • hasMapEnrichment

        boolean hasMapEnrichment()
         Map to be added to the album.
         
        .google.photos.library.v1.MapEnrichment map_enrichment = 3;
        Returns:
        Whether the mapEnrichment field is set.
      • getMapEnrichment

        MapEnrichment getMapEnrichment()
         Map to be added to the album.
         
        .google.photos.library.v1.MapEnrichment map_enrichment = 3;
        Returns:
        The mapEnrichment.
      • getMapEnrichmentOrBuilder

        MapEnrichmentOrBuilder getMapEnrichmentOrBuilder()
         Map to be added to the album.
         
        .google.photos.library.v1.MapEnrichment map_enrichment = 3;