com.google.photos.library.v1.proto.GetSharedAlbumRequestOrBuilder 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 GetSharedAlbumRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.GetSharedAlbumRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Share token of the album to be requested.
*
*
* string share_token = 1;
*
* @return The shareToken.
*/
java.lang.String getShareToken();
/**
*
*
*
* Share token of the album to be requested.
*
*
* string share_token = 1;
*
* @return The bytes for shareToken.
*/
com.google.protobuf.ByteString getShareTokenBytes();
}