
wechat.protobuf.ModChatRoomMemberDisplayNameOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface ModChatRoomMemberDisplayNameOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.ModChatRoomMemberDisplayName)
com.google.protobuf.MessageOrBuilder {
/**
* optional string chatRoomName = 1;
* @return Whether the chatRoomName field is set.
*/
boolean hasChatRoomName();
/**
* optional string chatRoomName = 1;
* @return The chatRoomName.
*/
java.lang.String getChatRoomName();
/**
* optional string chatRoomName = 1;
* @return The bytes for chatRoomName.
*/
com.google.protobuf.ByteString
getChatRoomNameBytes();
/**
* optional string userName = 2;
* @return Whether the userName field is set.
*/
boolean hasUserName();
/**
* optional string userName = 2;
* @return The userName.
*/
java.lang.String getUserName();
/**
* optional string userName = 2;
* @return The bytes for userName.
*/
com.google.protobuf.ByteString
getUserNameBytes();
/**
* optional string displayName = 3;
* @return Whether the displayName field is set.
*/
boolean hasDisplayName();
/**
* optional string displayName = 3;
* @return The displayName.
*/
java.lang.String getDisplayName();
/**
* optional string displayName = 3;
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString
getDisplayNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy