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

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

  /**
   * string fantasy_id = 1 [json_name = "fantasyId"];
   * @return The fantasyId.
   */
  java.lang.String getFantasyId();
  /**
   * string fantasy_id = 1 [json_name = "fantasyId"];
   * @return The bytes for fantasyId.
   */
  com.google.protobuf.ByteString
      getFantasyIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy