Interface UpdateAccountRequestOrBuilder

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

public interface UpdateAccountRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasUsername

      boolean hasUsername()
       The username of the user's account.
       
      .google.protobuf.StringValue username = 1;
      Returns:
      Whether the username field is set.
    • getUsername

      StringValue getUsername()
       The username of the user's account.
       
      .google.protobuf.StringValue username = 1;
      Returns:
      The username.
    • getUsernameOrBuilder

      StringValueOrBuilder getUsernameOrBuilder()
       The username of the user's account.
       
      .google.protobuf.StringValue username = 1;
    • hasDisplayName

      boolean hasDisplayName()
       The display name of the user.
       
      .google.protobuf.StringValue display_name = 2;
      Returns:
      Whether the displayName field is set.
    • getDisplayName

      StringValue getDisplayName()
       The display name of the user.
       
      .google.protobuf.StringValue display_name = 2;
      Returns:
      The displayName.
    • getDisplayNameOrBuilder

      StringValueOrBuilder getDisplayNameOrBuilder()
       The display name of the user.
       
      .google.protobuf.StringValue display_name = 2;
    • hasAvatarUrl

      boolean hasAvatarUrl()
       A URL for an avatar image.
       
      .google.protobuf.StringValue avatar_url = 3;
      Returns:
      Whether the avatarUrl field is set.
    • getAvatarUrl

      StringValue getAvatarUrl()
       A URL for an avatar image.
       
      .google.protobuf.StringValue avatar_url = 3;
      Returns:
      The avatarUrl.
    • getAvatarUrlOrBuilder

      StringValueOrBuilder getAvatarUrlOrBuilder()
       A URL for an avatar image.
       
      .google.protobuf.StringValue avatar_url = 3;
    • hasLangTag

      boolean hasLangTag()
       The language expected to be a tag which follows the BCP-47 spec.
       
      .google.protobuf.StringValue lang_tag = 4;
      Returns:
      Whether the langTag field is set.
    • getLangTag

      StringValue getLangTag()
       The language expected to be a tag which follows the BCP-47 spec.
       
      .google.protobuf.StringValue lang_tag = 4;
      Returns:
      The langTag.
    • getLangTagOrBuilder

      StringValueOrBuilder getLangTagOrBuilder()
       The language expected to be a tag which follows the BCP-47 spec.
       
      .google.protobuf.StringValue lang_tag = 4;
    • hasLocation

      boolean hasLocation()
       The location set by the user.
       
      .google.protobuf.StringValue location = 5;
      Returns:
      Whether the location field is set.
    • getLocation

      StringValue getLocation()
       The location set by the user.
       
      .google.protobuf.StringValue location = 5;
      Returns:
      The location.
    • getLocationOrBuilder

      StringValueOrBuilder getLocationOrBuilder()
       The location set by the user.
       
      .google.protobuf.StringValue location = 5;
    • hasTimezone

      boolean hasTimezone()
       The timezone set by the user.
       
      .google.protobuf.StringValue timezone = 6;
      Returns:
      Whether the timezone field is set.
    • getTimezone

      StringValue getTimezone()
       The timezone set by the user.
       
      .google.protobuf.StringValue timezone = 6;
      Returns:
      The timezone.
    • getTimezoneOrBuilder

      StringValueOrBuilder getTimezoneOrBuilder()
       The timezone set by the user.
       
      .google.protobuf.StringValue timezone = 6;