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

main.java.com.streamlayer.sdkSettings.client.ManagedGroupOrBuilder 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/sdkSettings/client/client.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.client;

public interface ManagedGroupOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.client.ManagedGroup)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string group_id = 1 [json_name = "groupId"];
   * @return The groupId.
   */
  java.lang.String getGroupId();
  /**
   * string group_id = 1 [json_name = "groupId"];
   * @return The bytes for groupId.
   */
  com.google.protobuf.ByteString
      getGroupIdBytes();

  /**
   * string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
   * @return The fantasyGroupId.
   */
  java.lang.String getFantasyGroupId();
  /**
   * string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
   * @return The bytes for fantasyGroupId.
   */
  com.google.protobuf.ByteString
      getFantasyGroupIdBytes();

  /**
   * .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
   * @return The enum numeric value on the wire for groupType.
   */
  int getGroupTypeValue();
  /**
   * .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
   * @return The groupType.
   */
  com.streamlayer.sdkSettings.client.ManagedGroupType getGroupType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy