
com.google.photos.library.v1.proto.CreateAlbumRequestOrBuilder Maven / Gradle / Ivy
// 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 CreateAlbumRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.CreateAlbumRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The album to be created.
*
*
* .google.photos.types.Album album = 1;
*/
boolean hasAlbum();
/**
*
*
*
* The album to be created.
*
*
* .google.photos.types.Album album = 1;
*/
com.google.photos.types.proto.Album getAlbum();
/**
*
*
*
* The album to be created.
*
*
* .google.photos.types.Album album = 1;
*/
com.google.photos.types.proto.AlbumOrBuilder getAlbumOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy