![JAR search and dependency download from the Maven repository](/logo.png)
com.google.photos.library.v1.proto.ShareInfoOrBuilder 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 ShareInfoOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.ShareInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Options that control the sharing of an album.
*
*
* .google.photos.library.v1.SharedAlbumOptions shared_album_options = 1;
*/
boolean hasSharedAlbumOptions();
/**
*
*
*
* Options that control the sharing of an album.
*
*
* .google.photos.library.v1.SharedAlbumOptions shared_album_options = 1;
*/
com.google.photos.library.v1.proto.SharedAlbumOptions getSharedAlbumOptions();
/**
*
*
*
* Options that control the sharing of an album.
*
*
* .google.photos.library.v1.SharedAlbumOptions shared_album_options = 1;
*/
com.google.photos.library.v1.proto.SharedAlbumOptionsOrBuilder getSharedAlbumOptionsOrBuilder();
/**
*
*
*
* A link to the album that's now shared on the Google Photos website and app.
* Anyone with the link can access this shared album and see all of the items
* present in the album.
*
*
* string shareable_url = 2;
*/
java.lang.String getShareableUrl();
/**
*
*
*
* A link to the album that's now shared on the Google Photos website and app.
* Anyone with the link can access this shared album and see all of the items
* present in the album.
*
*
* string shareable_url = 2;
*/
com.google.protobuf.ByteString getShareableUrlBytes();
/**
*
*
*
* A token that can be used by other users to join this shared album via the
* API.
*
*
* string share_token = 3;
*/
java.lang.String getShareToken();
/**
*
*
*
* A token that can be used by other users to join this shared album via the
* API.
*
*
* string share_token = 3;
*/
com.google.protobuf.ByteString getShareTokenBytes();
/**
*
*
*
* True if the user has joined the album. This is always true for the owner
* of the shared album.
*
*
* bool is_joined = 4;
*/
boolean getIsJoined();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy