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

main.java.com.streamlayer.chatManager.UpdateGroupRequestOrBuilder 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 UpdateGroupRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.chatManager.UpdateGroupRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string topic_id = 1 [json_name = "topicId"];
   * @return The topicId.
   */
  java.lang.String getTopicId();
  /**
   * string topic_id = 1 [json_name = "topicId"];
   * @return The bytes for topicId.
   */
  com.google.protobuf.ByteString
      getTopicIdBytes();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy