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

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

There is a newer version: 1.7.3
Show 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 AddEnrichmentToAlbumResponseOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.photos.library.v1.AddEnrichmentToAlbumResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. Enrichment which was added.
   * 
* * .google.photos.library.v1.EnrichmentItem enrichment_item = 1; * * @return Whether the enrichmentItem field is set. */ boolean hasEnrichmentItem(); /** * * *
   * Output only. Enrichment which was added.
   * 
* * .google.photos.library.v1.EnrichmentItem enrichment_item = 1; * * @return The enrichmentItem. */ com.google.photos.library.v1.proto.EnrichmentItem getEnrichmentItem(); /** * * *
   * Output only. Enrichment which was added.
   * 
* * .google.photos.library.v1.EnrichmentItem enrichment_item = 1; */ com.google.photos.library.v1.proto.EnrichmentItemOrBuilder getEnrichmentItemOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy