Interface UpdateGroupRequestOrBuilder

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

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

    • getGroupId

      String getGroupId()
       The ID of the group to update.
       
      string group_id = 1;
      Returns:
      The groupId.
    • getGroupIdBytes

      com.google.protobuf.ByteString getGroupIdBytes()
       The ID of the group to update.
       
      string group_id = 1;
      Returns:
      The bytes for groupId.
    • hasName

      boolean hasName()
       Name.
       
      .google.protobuf.StringValue name = 2;
      Returns:
      Whether the name field is set.
    • getName

      StringValue getName()
       Name.
       
      .google.protobuf.StringValue name = 2;
      Returns:
      The name.
    • getNameOrBuilder

      StringValueOrBuilder getNameOrBuilder()
       Name.
       
      .google.protobuf.StringValue name = 2;
    • hasDescription

      boolean hasDescription()
       Description string.
       
      .google.protobuf.StringValue description = 3;
      Returns:
      Whether the description field is set.
    • getDescription

      StringValue getDescription()
       Description string.
       
      .google.protobuf.StringValue description = 3;
      Returns:
      The description.
    • getDescriptionOrBuilder

      StringValueOrBuilder getDescriptionOrBuilder()
       Description string.
       
      .google.protobuf.StringValue description = 3;
    • hasLangTag

      boolean hasLangTag()
       Lang tag.
       
      .google.protobuf.StringValue lang_tag = 4;
      Returns:
      Whether the langTag field is set.
    • getLangTag

      StringValue getLangTag()
       Lang tag.
       
      .google.protobuf.StringValue lang_tag = 4;
      Returns:
      The langTag.
    • getLangTagOrBuilder

      StringValueOrBuilder getLangTagOrBuilder()
       Lang tag.
       
      .google.protobuf.StringValue lang_tag = 4;
    • hasAvatarUrl

      boolean hasAvatarUrl()
       Avatar URL.
       
      .google.protobuf.StringValue avatar_url = 5;
      Returns:
      Whether the avatarUrl field is set.
    • getAvatarUrl

      StringValue getAvatarUrl()
       Avatar URL.
       
      .google.protobuf.StringValue avatar_url = 5;
      Returns:
      The avatarUrl.
    • getAvatarUrlOrBuilder

      StringValueOrBuilder getAvatarUrlOrBuilder()
       Avatar URL.
       
      .google.protobuf.StringValue avatar_url = 5;
    • hasOpen

      boolean hasOpen()
       Open is true if anyone should be allowed to join, or false if joins must be approved by a group admin.
       
      .google.protobuf.BoolValue open = 6;
      Returns:
      Whether the open field is set.
    • getOpen

      BoolValue getOpen()
       Open is true if anyone should be allowed to join, or false if joins must be approved by a group admin.
       
      .google.protobuf.BoolValue open = 6;
      Returns:
      The open.
    • getOpenOrBuilder

      BoolValueOrBuilder getOpenOrBuilder()
       Open is true if anyone should be allowed to join, or false if joins must be approved by a group admin.
       
      .google.protobuf.BoolValue open = 6;