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