main.java.com.streamlayer.sdkSettings.client.ManagedGroup 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;
/**
* Protobuf type {@code streamlayer.sdkSettings.client.ManagedGroup}
*/
public final class ManagedGroup extends
com.google.protobuf.GeneratedMessageLite<
ManagedGroup, ManagedGroup.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.sdkSettings.client.ManagedGroup)
ManagedGroupOrBuilder {
private ManagedGroup() {
groupId_ = "";
fantasyGroupId_ = "";
}
public static final int GROUP_ID_FIELD_NUMBER = 1;
private java.lang.String groupId_;
/**
* string group_id = 1 [json_name = "groupId"];
* @return The groupId.
*/
@java.lang.Override
public java.lang.String getGroupId() {
return groupId_;
}
/**
* string group_id = 1 [json_name = "groupId"];
* @return The bytes for groupId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getGroupIdBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(groupId_);
}
/**
* string group_id = 1 [json_name = "groupId"];
* @param value The groupId to set.
*/
private void setGroupId(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
groupId_ = value;
}
/**
* string group_id = 1 [json_name = "groupId"];
*/
private void clearGroupId() {
groupId_ = getDefaultInstance().getGroupId();
}
/**
* string group_id = 1 [json_name = "groupId"];
* @param value The bytes for groupId to set.
*/
private void setGroupIdBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
groupId_ = value.toStringUtf8();
}
public static final int FANTASY_GROUP_ID_FIELD_NUMBER = 2;
private java.lang.String fantasyGroupId_;
/**
* string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
* @return The fantasyGroupId.
*/
@java.lang.Override
public java.lang.String getFantasyGroupId() {
return fantasyGroupId_;
}
/**
* string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
* @return The bytes for fantasyGroupId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFantasyGroupIdBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(fantasyGroupId_);
}
/**
* string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
* @param value The fantasyGroupId to set.
*/
private void setFantasyGroupId(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
fantasyGroupId_ = value;
}
/**
* string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
*/
private void clearFantasyGroupId() {
fantasyGroupId_ = getDefaultInstance().getFantasyGroupId();
}
/**
* string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
* @param value The bytes for fantasyGroupId to set.
*/
private void setFantasyGroupIdBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
fantasyGroupId_ = value.toStringUtf8();
}
public static final int GROUP_TYPE_FIELD_NUMBER = 3;
private int groupType_;
/**
* .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
* @return The enum numeric value on the wire for groupType.
*/
@java.lang.Override
public int getGroupTypeValue() {
return groupType_;
}
/**
* .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
* @return The groupType.
*/
@java.lang.Override
public com.streamlayer.sdkSettings.client.ManagedGroupType getGroupType() {
com.streamlayer.sdkSettings.client.ManagedGroupType result = com.streamlayer.sdkSettings.client.ManagedGroupType.forNumber(groupType_);
return result == null ? com.streamlayer.sdkSettings.client.ManagedGroupType.UNRECOGNIZED : result;
}
/**
* .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
* @param value The enum numeric value on the wire for groupType to set.
*/
private void setGroupTypeValue(int value) {
groupType_ = value;
}
/**
* .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
* @param value The groupType to set.
*/
private void setGroupType(com.streamlayer.sdkSettings.client.ManagedGroupType value) {
groupType_ = value.getNumber();
}
/**
* .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
*/
private void clearGroupType() {
groupType_ = 0;
}
public static com.streamlayer.sdkSettings.client.ManagedGroup parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.sdkSettings.client.ManagedGroup parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.sdkSettings.client.ManagedGroup parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.sdkSettings.client.ManagedGroup parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.sdkSettings.client.ManagedGroup parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.sdkSettings.client.ManagedGroup parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.sdkSettings.client.ManagedGroup parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sdkSettings.client.ManagedGroup parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.sdkSettings.client.ManagedGroup parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sdkSettings.client.ManagedGroup parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.sdkSettings.client.ManagedGroup parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sdkSettings.client.ManagedGroup parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static Builder newBuilder(com.streamlayer.sdkSettings.client.ManagedGroup prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.sdkSettings.client.ManagedGroup}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.sdkSettings.client.ManagedGroup, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.sdkSettings.client.ManagedGroup)
com.streamlayer.sdkSettings.client.ManagedGroupOrBuilder {
// Construct using com.streamlayer.sdkSettings.client.ManagedGroup.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* string group_id = 1 [json_name = "groupId"];
* @return The groupId.
*/
@java.lang.Override
public java.lang.String getGroupId() {
return instance.getGroupId();
}
/**
* string group_id = 1 [json_name = "groupId"];
* @return The bytes for groupId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getGroupIdBytes() {
return instance.getGroupIdBytes();
}
/**
* string group_id = 1 [json_name = "groupId"];
* @param value The groupId to set.
* @return This builder for chaining.
*/
public Builder setGroupId(
java.lang.String value) {
copyOnWrite();
instance.setGroupId(value);
return this;
}
/**
* string group_id = 1 [json_name = "groupId"];
* @return This builder for chaining.
*/
public Builder clearGroupId() {
copyOnWrite();
instance.clearGroupId();
return this;
}
/**
* string group_id = 1 [json_name = "groupId"];
* @param value The bytes for groupId to set.
* @return This builder for chaining.
*/
public Builder setGroupIdBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setGroupIdBytes(value);
return this;
}
/**
* string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
* @return The fantasyGroupId.
*/
@java.lang.Override
public java.lang.String getFantasyGroupId() {
return instance.getFantasyGroupId();
}
/**
* string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
* @return The bytes for fantasyGroupId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFantasyGroupIdBytes() {
return instance.getFantasyGroupIdBytes();
}
/**
* string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
* @param value The fantasyGroupId to set.
* @return This builder for chaining.
*/
public Builder setFantasyGroupId(
java.lang.String value) {
copyOnWrite();
instance.setFantasyGroupId(value);
return this;
}
/**
* string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
* @return This builder for chaining.
*/
public Builder clearFantasyGroupId() {
copyOnWrite();
instance.clearFantasyGroupId();
return this;
}
/**
* string fantasy_group_id = 2 [json_name = "fantasyGroupId"];
* @param value The bytes for fantasyGroupId to set.
* @return This builder for chaining.
*/
public Builder setFantasyGroupIdBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setFantasyGroupIdBytes(value);
return this;
}
/**
* .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
* @return The enum numeric value on the wire for groupType.
*/
@java.lang.Override
public int getGroupTypeValue() {
return instance.getGroupTypeValue();
}
/**
* .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
* @param value The groupType to set.
* @return This builder for chaining.
*/
public Builder setGroupTypeValue(int value) {
copyOnWrite();
instance.setGroupTypeValue(value);
return this;
}
/**
* .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
* @return The groupType.
*/
@java.lang.Override
public com.streamlayer.sdkSettings.client.ManagedGroupType getGroupType() {
return instance.getGroupType();
}
/**
* .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
* @param value The enum numeric value on the wire for groupType to set.
* @return This builder for chaining.
*/
public Builder setGroupType(com.streamlayer.sdkSettings.client.ManagedGroupType value) {
copyOnWrite();
instance.setGroupType(value);
return this;
}
/**
* .streamlayer.sdkSettings.client.ManagedGroupType group_type = 3 [json_name = "groupType"];
* @return This builder for chaining.
*/
public Builder clearGroupType() {
copyOnWrite();
instance.clearGroupType();
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.sdkSettings.client.ManagedGroup)
}
@java.lang.Override
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
protected final java.lang.Object dynamicMethod(
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0, java.lang.Object arg1) {
switch (method) {
case NEW_MUTABLE_INSTANCE: {
return new com.streamlayer.sdkSettings.client.ManagedGroup();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"groupId_",
"fantasyGroupId_",
"groupType_",
};
java.lang.String info =
"\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0000\u0000\u0001\u0208\u0002\u0208" +
"\u0003\f";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
case GET_DEFAULT_INSTANCE: {
return DEFAULT_INSTANCE;
}
case GET_PARSER: {
com.google.protobuf.Parser parser = PARSER;
if (parser == null) {
synchronized (com.streamlayer.sdkSettings.client.ManagedGroup.class) {
parser = PARSER;
if (parser == null) {
parser =
new DefaultInstanceBasedParser(
DEFAULT_INSTANCE);
PARSER = parser;
}
}
}
return parser;
}
case GET_MEMOIZED_IS_INITIALIZED: {
return (byte) 1;
}
case SET_MEMOIZED_IS_INITIALIZED: {
return null;
}
}
throw new UnsupportedOperationException();
}
// @@protoc_insertion_point(class_scope:streamlayer.sdkSettings.client.ManagedGroup)
private static final com.streamlayer.sdkSettings.client.ManagedGroup DEFAULT_INSTANCE;
static {
ManagedGroup defaultInstance = new ManagedGroup();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
ManagedGroup.class, defaultInstance);
}
public static com.streamlayer.sdkSettings.client.ManagedGroup getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}