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

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

There is a newer version: 5.120.2
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 CreateGroupResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.chatManager.CreateGroupResponse)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.chatManager.CreateGroupResponse.CreateGroupResponseData data = 2 [json_name = "data"];
   * @return Whether the data field is set.
   */
  boolean hasData();
  /**
   * .streamlayer.chatManager.CreateGroupResponse.CreateGroupResponseData data = 2 [json_name = "data"];
   * @return The data.
   */
  com.streamlayer.chatManager.CreateGroupResponse.CreateGroupResponseData getData();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy