com.google.photos.library.v1.proto.JoinSharedAlbumRequestOrBuilder 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 JoinSharedAlbumRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.JoinSharedAlbumRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Token to join the shared album on behalf of the user.
*
*
* string share_token = 1;
*/
java.lang.String getShareToken();
/**
*
*
*
* Token to join the shared album on behalf of the user.
*
*
* string share_token = 1;
*/
com.google.protobuf.ByteString getShareTokenBytes();
}