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

com.google.photos.library.v1.proto.AddEnrichmentToAlbumRequestOrBuilder 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 AddEnrichmentToAlbumRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.photos.library.v1.AddEnrichmentToAlbumRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Identifier of the album where the enrichment is to be added.
   * 
* * string album_id = 1; */ java.lang.String getAlbumId(); /** * * *
   * Identifier of the album where the enrichment is to be added.
   * 
* * string album_id = 1; */ com.google.protobuf.ByteString getAlbumIdBytes(); /** * * *
   * The enrichment to be added.
   * 
* * .google.photos.library.v1.NewEnrichmentItem new_enrichment_item = 2; */ boolean hasNewEnrichmentItem(); /** * * *
   * The enrichment to be added.
   * 
* * .google.photos.library.v1.NewEnrichmentItem new_enrichment_item = 2; */ com.google.photos.library.v1.proto.NewEnrichmentItem getNewEnrichmentItem(); /** * * *
   * The enrichment to be added.
   * 
* * .google.photos.library.v1.NewEnrichmentItem new_enrichment_item = 2; */ com.google.photos.library.v1.proto.NewEnrichmentItemOrBuilder getNewEnrichmentItemOrBuilder(); /** * * *
   * The position in the album where the enrichment is to be inserted.
   * 
* * .google.photos.library.v1.AlbumPosition album_position = 3; */ boolean hasAlbumPosition(); /** * * *
   * The position in the album where the enrichment is to be inserted.
   * 
* * .google.photos.library.v1.AlbumPosition album_position = 3; */ com.google.photos.library.v1.proto.AlbumPosition getAlbumPosition(); /** * * *
   * The position in the album where the enrichment is to be inserted.
   * 
* * .google.photos.library.v1.AlbumPosition album_position = 3; */ com.google.photos.library.v1.proto.AlbumPositionOrBuilder getAlbumPositionOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy