main.java.com.streamlayer.chatManager.GetGroupRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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 GetGroupRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.chatManager.GetGroupRequest)
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();
}