Interface ShareAlbumResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ShareInfo getShareInfo()
      Output only.
      ShareInfoOrBuilder getShareInfoOrBuilder()
      Output only.
      boolean hasShareInfo()
      Output only.
      • 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

      • hasShareInfo

        boolean hasShareInfo()
         Output only. Information about the shared album.
         
        .google.photos.types.ShareInfo share_info = 1;
        Returns:
        Whether the shareInfo field is set.
      • getShareInfo

        ShareInfo getShareInfo()
         Output only. Information about the shared album.
         
        .google.photos.types.ShareInfo share_info = 1;
        Returns:
        The shareInfo.
      • getShareInfoOrBuilder

        ShareInfoOrBuilder getShareInfoOrBuilder()
         Output only. Information about the shared album.
         
        .google.photos.types.ShareInfo share_info = 1;