main.java.com.streamlayer.sdkSettings.client.ManagedGroupOrBuilder 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/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();
}