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

main.java.com.streamlayer.chatManager.CreateGroupRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/chatManager/chatManager.client.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.chatManager;

public interface CreateGroupRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.chatManager.CreateGroupRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];
   * @return Whether the meta field is set.
   */
  boolean hasMeta();
  /**
   * .streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];
   * @return The meta.
   */
  com.streamlayer.chatManager.FantasyGroupMeta getMeta();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy