com.google.photos.library.v1.proto.AddEnrichmentToAlbumResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-photos-library-client Show documentation
Show all versions of google-photos-library-client Show documentation
Google Photos Library API Client Library for Java
// 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();
}