main.java.com.streamlayer.interactive.feed.SyncQuestionRequest 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/interactive/feed/interactive.feed.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.feed;
/**
* Protobuf type {@code streamlayer.interactive.feed.SyncQuestionRequest}
*/
public final class SyncQuestionRequest extends
com.google.protobuf.GeneratedMessageLite<
SyncQuestionRequest, SyncQuestionRequest.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.interactive.feed.SyncQuestionRequest)
SyncQuestionRequestOrBuilder {
private SyncQuestionRequest() {
}
public interface SyncQuestionRequestFilterOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @return The eventId.
*/
java.lang.String getEventId();
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @return The bytes for eventId.
*/
com.google.protobuf.ByteString
getEventIdBytes();
}
/**
* Protobuf type {@code streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter}
*/
public static final class SyncQuestionRequestFilter extends
com.google.protobuf.GeneratedMessageLite<
SyncQuestionRequestFilter, SyncQuestionRequestFilter.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter)
SyncQuestionRequestFilterOrBuilder {
private SyncQuestionRequestFilter() {
eventId_ = "";
}
public static final int EVENT_ID_FIELD_NUMBER = 1;
private java.lang.String eventId_;
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @return The eventId.
*/
@java.lang.Override
public java.lang.String getEventId() {
return eventId_;
}
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @return The bytes for eventId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getEventIdBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(eventId_);
}
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @param value The eventId to set.
*/
private void setEventId(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
eventId_ = value;
}
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
*/
private void clearEventId() {
eventId_ = getDefaultInstance().getEventId();
}
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @param value The bytes for eventId to set.
*/
private void setEventIdBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
eventId_ = value.toStringUtf8();
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter 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.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter 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.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter 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.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter 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.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter 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.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter)
com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilterOrBuilder {
// Construct using com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @return The eventId.
*/
@java.lang.Override
public java.lang.String getEventId() {
return instance.getEventId();
}
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @return The bytes for eventId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getEventIdBytes() {
return instance.getEventIdBytes();
}
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @param value The eventId to set.
* @return This builder for chaining.
*/
public Builder setEventId(
java.lang.String value) {
copyOnWrite();
instance.setEventId(value);
return this;
}
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @return This builder for chaining.
*/
public Builder clearEventId() {
copyOnWrite();
instance.clearEventId();
return this;
}
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @param value The bytes for eventId to set.
* @return This builder for chaining.
*/
public Builder setEventIdBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setEventIdBytes(value);
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter)
}
@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.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"eventId_",
};
java.lang.String info =
"\u0000\u0001\u0000\u0000\u0001\u0001\u0001\u0000\u0000\u0000\u0001\u0208";
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.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter.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.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter)
private static final com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter DEFAULT_INSTANCE;
static {
SyncQuestionRequestFilter defaultInstance = new SyncQuestionRequestFilter();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
SyncQuestionRequestFilter.class, defaultInstance);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}
private int bitField0_;
public static final int FILTER_FIELD_NUMBER = 1;
private com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter filter_;
/**
* .streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter filter = 1 [json_name = "filter"];
*/
@java.lang.Override
public boolean hasFilter() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter filter = 1 [json_name = "filter"];
*/
@java.lang.Override
public com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter getFilter() {
return filter_ == null ? com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter.getDefaultInstance() : filter_;
}
/**
* .streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter filter = 1 [json_name = "filter"];
*/
private void setFilter(com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter value) {
value.getClass();
filter_ = value;
bitField0_ |= 0x00000001;
}
/**
* .streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter filter = 1 [json_name = "filter"];
*/
@java.lang.SuppressWarnings({"ReferenceEquality"})
private void mergeFilter(com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter value) {
value.getClass();
if (filter_ != null &&
filter_ != com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter.getDefaultInstance()) {
filter_ =
com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter.newBuilder(filter_).mergeFrom(value).buildPartial();
} else {
filter_ = value;
}
bitField0_ |= 0x00000001;
}
/**
* .streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter filter = 1 [json_name = "filter"];
*/
private void clearFilter() { filter_ = null;
bitField0_ = (bitField0_ & ~0x00000001);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest 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.interactive.feed.SyncQuestionRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest 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.interactive.feed.SyncQuestionRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest 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.interactive.feed.SyncQuestionRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest 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.interactive.feed.SyncQuestionRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest 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.interactive.feed.SyncQuestionRequest prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.interactive.feed.SyncQuestionRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.interactive.feed.SyncQuestionRequest, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.interactive.feed.SyncQuestionRequest)
com.streamlayer.interactive.feed.SyncQuestionRequestOrBuilder {
// Construct using com.streamlayer.interactive.feed.SyncQuestionRequest.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* .streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter filter = 1 [json_name = "filter"];
*/
@java.lang.Override
public boolean hasFilter() {
return instance.hasFilter();
}
/**
* .streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter filter = 1 [json_name = "filter"];
*/
@java.lang.Override
public com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter getFilter() {
return instance.getFilter();
}
/**
* .streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter filter = 1 [json_name = "filter"];
*/
public Builder setFilter(com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter value) {
copyOnWrite();
instance.setFilter(value);
return this;
}
/**
* .streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter filter = 1 [json_name = "filter"];
*/
public Builder setFilter(
com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter.Builder builderForValue) {
copyOnWrite();
instance.setFilter(builderForValue.build());
return this;
}
/**
* .streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter filter = 1 [json_name = "filter"];
*/
public Builder mergeFilter(com.streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter value) {
copyOnWrite();
instance.mergeFilter(value);
return this;
}
/**
* .streamlayer.interactive.feed.SyncQuestionRequest.SyncQuestionRequestFilter filter = 1 [json_name = "filter"];
*/
public Builder clearFilter() { copyOnWrite();
instance.clearFilter();
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.interactive.feed.SyncQuestionRequest)
}
@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.interactive.feed.SyncQuestionRequest();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"bitField0_",
"filter_",
};
java.lang.String info =
"\u0000\u0001\u0000\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0001\u1009\u0000";
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.interactive.feed.SyncQuestionRequest.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.interactive.feed.SyncQuestionRequest)
private static final com.streamlayer.interactive.feed.SyncQuestionRequest DEFAULT_INSTANCE;
static {
SyncQuestionRequest defaultInstance = new SyncQuestionRequest();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
SyncQuestionRequest.class, defaultInstance);
}
public static com.streamlayer.interactive.feed.SyncQuestionRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}