All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.photos.library.v1.proto.JoinSharedAlbumRequestOrBuilder Maven / Gradle / Ivy

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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy