com.google.photos.library.v1.proto.CreateAlbumRequestOrBuilder 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 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;
*
* @return Whether the album field is set.
*/
boolean hasAlbum();
/**
*
*
*
* The album to be created.
*
*
* .google.photos.types.Album album = 1;
*
* @return The album.
*/
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();
}