![JAR search and dependency download from the Maven repository](/logo.png)
com.google.photos.library.v1.proto.ShareAlbumRequestOrBuilder 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 ShareAlbumRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.ShareAlbumRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Identifier of the album to be shared. This `albumId` must belong to an
* album created by the developer.
*
*
* string album_id = 1;
*/
java.lang.String getAlbumId();
/**
*
*
*
* Identifier of the album to be shared. This `albumId` must belong to an
* album created by the developer.
*
*
* string album_id = 1;
*/
com.google.protobuf.ByteString getAlbumIdBytes();
/**
*
*
*
* Options to be set when converting the album to a shared album.
*
*
* .google.photos.library.v1.SharedAlbumOptions shared_album_options = 2;
*/
boolean hasSharedAlbumOptions();
/**
*
*
*
* Options to be set when converting the album to a shared album.
*
*
* .google.photos.library.v1.SharedAlbumOptions shared_album_options = 2;
*/
com.google.photos.library.v1.proto.SharedAlbumOptions getSharedAlbumOptions();
/**
*
*
*
* Options to be set when converting the album to a shared album.
*
*
* .google.photos.library.v1.SharedAlbumOptions shared_album_options = 2;
*/
com.google.photos.library.v1.proto.SharedAlbumOptionsOrBuilder getSharedAlbumOptionsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy