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

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

  /**
   *
   *
   * 
   * Identifier of the album to be unshared. This album id must belong to an
   * album created by the developer.
   * 
* * string album_id = 1; * * @return The albumId. */ java.lang.String getAlbumId(); /** * * *
   * Identifier of the album to be unshared. This album id must belong to an
   * album created by the developer.
   * 
* * string album_id = 1; * * @return The bytes for albumId. */ com.google.protobuf.ByteString getAlbumIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy