All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.photos.library.v1.proto.NewEnrichmentItemOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/photos/library/v1/photos_library.proto

package com.google.photos.library.v1.proto;

public interface NewEnrichmentItemOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.photos.library.v1.NewEnrichmentItem)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Text to be added to the album.
   * 
* * .google.photos.library.v1.TextEnrichment text_enrichment = 1; * * @return Whether the textEnrichment field is set. */ boolean hasTextEnrichment(); /** * * *
   * Text to be added to the album.
   * 
* * .google.photos.library.v1.TextEnrichment text_enrichment = 1; * * @return The textEnrichment. */ com.google.photos.library.v1.proto.TextEnrichment getTextEnrichment(); /** * * *
   * Text to be added to the album.
   * 
* * .google.photos.library.v1.TextEnrichment text_enrichment = 1; */ com.google.photos.library.v1.proto.TextEnrichmentOrBuilder getTextEnrichmentOrBuilder(); /** * * *
   * Location to be added to the album.
   * 
* * .google.photos.library.v1.LocationEnrichment location_enrichment = 2; * * @return Whether the locationEnrichment field is set. */ boolean hasLocationEnrichment(); /** * * *
   * Location to be added to the album.
   * 
* * .google.photos.library.v1.LocationEnrichment location_enrichment = 2; * * @return The locationEnrichment. */ com.google.photos.library.v1.proto.LocationEnrichment getLocationEnrichment(); /** * * *
   * Location to be added to the album.
   * 
* * .google.photos.library.v1.LocationEnrichment location_enrichment = 2; */ com.google.photos.library.v1.proto.LocationEnrichmentOrBuilder getLocationEnrichmentOrBuilder(); /** * * *
   * Map to be added to the album.
   * 
* * .google.photos.library.v1.MapEnrichment map_enrichment = 3; * * @return Whether the mapEnrichment field is set. */ boolean hasMapEnrichment(); /** * * *
   * Map to be added to the album.
   * 
* * .google.photos.library.v1.MapEnrichment map_enrichment = 3; * * @return The mapEnrichment. */ com.google.photos.library.v1.proto.MapEnrichment getMapEnrichment(); /** * * *
   * Map to be added to the album.
   * 
* * .google.photos.library.v1.MapEnrichment map_enrichment = 3; */ com.google.photos.library.v1.proto.MapEnrichmentOrBuilder getMapEnrichmentOrBuilder(); public com.google.photos.library.v1.proto.NewEnrichmentItem.EnrichmentCase getEnrichmentCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy