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

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

There is a newer version: 1.7.3
Show 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 ShareAlbumResponseOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.photos.library.v1.ShareAlbumResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Output only. Information about the shared album.
   * 
* * .google.photos.types.ShareInfo share_info = 1; * * @return Whether the shareInfo field is set. */ boolean hasShareInfo(); /** * * *
   * Output only. Information about the shared album.
   * 
* * .google.photos.types.ShareInfo share_info = 1; * * @return The shareInfo. */ com.google.photos.types.proto.ShareInfo getShareInfo(); /** * * *
   * Output only. Information about the shared album.
   * 
* * .google.photos.types.ShareInfo share_info = 1; */ com.google.photos.types.proto.ShareInfoOrBuilder getShareInfoOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy