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

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

  /**
   *
   *
   * 
   * Required. Identifier of the album to be requested.
   * 
* * string album_id = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The albumId. */ java.lang.String getAlbumId(); /** * * *
   * Required. Identifier of the album to be requested.
   * 
* * string album_id = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for albumId. */ com.google.protobuf.ByteString getAlbumIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy