Interface ContributorInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      Display name of the contributor.
      com.google.protobuf.ByteString getDisplayNameBytes()
      Display name of the contributor.
      java.lang.String getProfilePictureBaseUrl()
      URL to the profile picture of the contributor.
      com.google.protobuf.ByteString getProfilePictureBaseUrlBytes()
      URL to the profile picture of the contributor.
      • 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

      • getProfilePictureBaseUrl

        java.lang.String getProfilePictureBaseUrl()
         URL to the profile picture of the contributor.
         
        string profile_picture_base_url = 1;
        Returns:
        The profilePictureBaseUrl.
      • getProfilePictureBaseUrlBytes

        com.google.protobuf.ByteString getProfilePictureBaseUrlBytes()
         URL to the profile picture of the contributor.
         
        string profile_picture_base_url = 1;
        Returns:
        The bytes for profilePictureBaseUrl.
      • getDisplayName

        java.lang.String getDisplayName()
         Display name of the contributor.
         
        string display_name = 2;
        Returns:
        The displayName.
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
         Display name of the contributor.
         
        string display_name = 2;
        Returns:
        The bytes for displayName.