Interface GetUserGroupRequestOrBuilder

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

    @Generated(value="protoc",
               comments="annotations:GetUserGroupRequestOrBuilder.java.pb.meta")
    public interface GetUserGroupRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getGroupId()
      The id of the group to get.
      com.google.protobuf.ByteString getGroupIdBytes()
      The id of the group to get.
      • 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

      • getGroupId

        java.lang.String getGroupId()
         The id of the group to get.
         
        string group_id = 1;
        Returns:
        The groupId.
      • getGroupIdBytes

        com.google.protobuf.ByteString getGroupIdBytes()
         The id of the group to get.
         
        string group_id = 1;
        Returns:
        The bytes for groupId.