Interface JoinSharedAlbumResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    JoinSharedAlbumResponse, JoinSharedAlbumResponse.Builder

    public interface JoinSharedAlbumResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Album getAlbum()
      Shared album that the user has joined.
      AlbumOrBuilder getAlbumOrBuilder()
      Shared album that the user has joined.
      boolean hasAlbum()
      Shared album that the user has joined.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasAlbum

        boolean hasAlbum()
         Shared album that the user has joined.
         
        .google.photos.types.Album album = 1;
        Returns:
        Whether the album field is set.
      • getAlbum

        Album getAlbum()
         Shared album that the user has joined.
         
        .google.photos.types.Album album = 1;
        Returns:
        The album.
      • getAlbumOrBuilder

        AlbumOrBuilder getAlbumOrBuilder()
         Shared album that the user has joined.
         
        .google.photos.types.Album album = 1;