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

com.google.photos.library.v1.proto.CreateAlbumRequestOrBuilder Maven / Gradle / Ivy

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

  /**
   *
   *
   * 
   * Required. The album to be created.
   * 
* * .google.photos.types.Album album = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return Whether the album field is set. */ boolean hasAlbum(); /** * * *
   * Required. The album to be created.
   * 
* * .google.photos.types.Album album = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The album. */ com.google.photos.types.proto.Album getAlbum(); /** * * *
   * Required. The album to be created.
   * 
* * .google.photos.types.Album album = 1 [(.google.api.field_behavior) = REQUIRED]; */ com.google.photos.types.proto.AlbumOrBuilder getAlbumOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy