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

com.google.photos.library.v1.proto.EnrichmentItemOrBuilder 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 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy