![JAR search and dependency download from the Maven repository](/logo.png)
com.google.photos.library.v1.proto.AddEnrichmentToAlbumResponseOrBuilder Maven / Gradle / Ivy
// 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;
*/
boolean hasEnrichmentItem();
/**
*
*
*
* Output only. Enrichment which was added.
*
*
* .google.photos.library.v1.EnrichmentItem enrichment_item = 1;
*/
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 - 2025 Weber Informatics LLC | Privacy Policy