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

com.google.photos.library.v1.proto.ContributorInfoOrBuilder 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 ContributorInfoOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.photos.library.v1.ContributorInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * URL to the profile picture of the contributor.
   * 
* * string profile_picture_base_url = 1; */ java.lang.String getProfilePictureBaseUrl(); /** * * *
   * URL to the profile picture of the contributor.
   * 
* * string profile_picture_base_url = 1; */ com.google.protobuf.ByteString getProfilePictureBaseUrlBytes(); /** * * *
   * Display name of the contributor.
   * 
* * string display_name = 2; */ java.lang.String getDisplayName(); /** * * *
   * Display name of the contributor.
   * 
* * string display_name = 2; */ com.google.protobuf.ByteString getDisplayNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy