com.google.photos.library.v1.proto.EnrichmentItemOrBuilder 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 EnrichmentItemOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.EnrichmentItem)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Identifier of the enrichment item.
*
*
* string id = 1;
*
* @return The id.
*/
java.lang.String getId();
/**
*
*
*
* Identifier of the enrichment item.
*
*
* string id = 1;
*
* @return The bytes for id.
*/
com.google.protobuf.ByteString getIdBytes();
}