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