main.java.com.streamlayer.analytics.streaming.v1.NotificationMessage 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/analytics/v2/streaming/streaming.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.streaming.v1;
/**
* Protobuf type {@code streamlayer.analytics.v2.streaming.NotificationMessage}
*/
public final class NotificationMessage extends
com.google.protobuf.GeneratedMessageLite<
NotificationMessage, NotificationMessage.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.analytics.v2.streaming.NotificationMessage)
NotificationMessageOrBuilder {
private NotificationMessage() {
}
private int bitField0_;
public static final int COMMON_FIELD_NUMBER = 1;
private com.streamlayer.analytics.streaming.v1.CommonData common_;
/**
*
* common analytics data amongst calls
* kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
*/
@java.lang.Override
public boolean hasCommon() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
* common analytics data amongst calls
* kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
*/
@java.lang.Override
public com.streamlayer.analytics.streaming.v1.CommonData getCommon() {
return common_ == null ? com.streamlayer.analytics.streaming.v1.CommonData.getDefaultInstance() : common_;
}
/**
*
* common analytics data amongst calls
* kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
*/
private void setCommon(com.streamlayer.analytics.streaming.v1.CommonData value) {
value.getClass();
common_ = value;
bitField0_ |= 0x00000001;
}
/**
*
* common analytics data amongst calls
* kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
*/
@java.lang.SuppressWarnings({"ReferenceEquality"})
private void mergeCommon(com.streamlayer.analytics.streaming.v1.CommonData value) {
value.getClass();
if (common_ != null &&
common_ != com.streamlayer.analytics.streaming.v1.CommonData.getDefaultInstance()) {
common_ =
com.streamlayer.analytics.streaming.v1.CommonData.newBuilder(common_).mergeFrom(value).buildPartial();
} else {
common_ = value;
}
bitField0_ |= 0x00000001;
}
/**
*
* common analytics data amongst calls
* kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
*/
private void clearCommon() { common_ = null;
bitField0_ = (bitField0_ & ~0x00000001);
}
public static final int NOTIFICATION_KIND_FIELD_NUMBER = 2;
private int notificationKind_;
/**
*
* notification kind
*
*
* .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"];
* @return The enum numeric value on the wire for notificationKind.
*/
@java.lang.Override
public int getNotificationKindValue() {
return notificationKind_;
}
/**
*
* notification kind
*
*
* .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"];
* @return The notificationKind.
*/
@java.lang.Override
public com.streamlayer.analytics.notifications.v1.NotificationKind getNotificationKind() {
com.streamlayer.analytics.notifications.v1.NotificationKind result = com.streamlayer.analytics.notifications.v1.NotificationKind.forNumber(notificationKind_);
return result == null ? com.streamlayer.analytics.notifications.v1.NotificationKind.UNRECOGNIZED : result;
}
/**
*
* notification kind
*
*
* .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"];
* @param value The enum numeric value on the wire for notificationKind to set.
*/
private void setNotificationKindValue(int value) {
notificationKind_ = value;
}
/**
*
* notification kind
*
*
* .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"];
* @param value The notificationKind to set.
*/
private void setNotificationKind(com.streamlayer.analytics.notifications.v1.NotificationKind value) {
notificationKind_ = value.getNumber();
}
/**
*
* notification kind
*
*
* .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"];
*/
private void clearNotificationKind() {
notificationKind_ = 0;
}
public static final int NOTIFICATION_TYPE_FIELD_NUMBER = 3;
private int notificationType_;
/**
*
* notification type
*
*
* .streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"];
* @return The enum numeric value on the wire for notificationType.
*/
@java.lang.Override
public int getNotificationTypeValue() {
return notificationType_;
}
/**
*
* notification type
*
*
* .streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"];
* @return The notificationType.
*/
@java.lang.Override
public com.streamlayer.analytics.notifications.v1.NotificationType getNotificationType() {
com.streamlayer.analytics.notifications.v1.NotificationType result = com.streamlayer.analytics.notifications.v1.NotificationType.forNumber(notificationType_);
return result == null ? com.streamlayer.analytics.notifications.v1.NotificationType.UNRECOGNIZED : result;
}
/**
*
* notification type
*
*
* .streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"];
* @param value The enum numeric value on the wire for notificationType to set.
*/
private void setNotificationTypeValue(int value) {
notificationType_ = value;
}
/**
*
* notification type
*
*
* .streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"];
* @param value The notificationType to set.
*/
private void setNotificationType(com.streamlayer.analytics.notifications.v1.NotificationType value) {
notificationType_ = value.getNumber();
}
/**
*
* notification type
*
*
* .streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"];
*/
private void clearNotificationType() {
notificationType_ = 0;
}
public static com.streamlayer.analytics.streaming.v1.NotificationMessage parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.analytics.streaming.v1.NotificationMessage 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.analytics.streaming.v1.NotificationMessage parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.analytics.streaming.v1.NotificationMessage 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.analytics.streaming.v1.NotificationMessage parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.analytics.streaming.v1.NotificationMessage 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.analytics.streaming.v1.NotificationMessage parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.analytics.streaming.v1.NotificationMessage 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.analytics.streaming.v1.NotificationMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.analytics.streaming.v1.NotificationMessage parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.analytics.streaming.v1.NotificationMessage parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.analytics.streaming.v1.NotificationMessage 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.analytics.streaming.v1.NotificationMessage prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.analytics.v2.streaming.NotificationMessage}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.analytics.streaming.v1.NotificationMessage, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.analytics.v2.streaming.NotificationMessage)
com.streamlayer.analytics.streaming.v1.NotificationMessageOrBuilder {
// Construct using com.streamlayer.analytics.streaming.v1.NotificationMessage.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
*
* common analytics data amongst calls
* kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
*/
@java.lang.Override
public boolean hasCommon() {
return instance.hasCommon();
}
/**
*
* common analytics data amongst calls
* kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
*/
@java.lang.Override
public com.streamlayer.analytics.streaming.v1.CommonData getCommon() {
return instance.getCommon();
}
/**
*
* common analytics data amongst calls
* kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
*/
public Builder setCommon(com.streamlayer.analytics.streaming.v1.CommonData value) {
copyOnWrite();
instance.setCommon(value);
return this;
}
/**
*
* common analytics data amongst calls
* kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
*/
public Builder setCommon(
com.streamlayer.analytics.streaming.v1.CommonData.Builder builderForValue) {
copyOnWrite();
instance.setCommon(builderForValue.build());
return this;
}
/**
*
* common analytics data amongst calls
* kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
*/
public Builder mergeCommon(com.streamlayer.analytics.streaming.v1.CommonData value) {
copyOnWrite();
instance.mergeCommon(value);
return this;
}
/**
*
* common analytics data amongst calls
* kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
*/
public Builder clearCommon() { copyOnWrite();
instance.clearCommon();
return this;
}
/**
*
* notification kind
*
*
* .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"];
* @return The enum numeric value on the wire for notificationKind.
*/
@java.lang.Override
public int getNotificationKindValue() {
return instance.getNotificationKindValue();
}
/**
*
* notification kind
*
*
* .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"];
* @param value The notificationKind to set.
* @return This builder for chaining.
*/
public Builder setNotificationKindValue(int value) {
copyOnWrite();
instance.setNotificationKindValue(value);
return this;
}
/**
*
* notification kind
*
*
* .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"];
* @return The notificationKind.
*/
@java.lang.Override
public com.streamlayer.analytics.notifications.v1.NotificationKind getNotificationKind() {
return instance.getNotificationKind();
}
/**
*
* notification kind
*
*
* .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"];
* @param value The enum numeric value on the wire for notificationKind to set.
* @return This builder for chaining.
*/
public Builder setNotificationKind(com.streamlayer.analytics.notifications.v1.NotificationKind value) {
copyOnWrite();
instance.setNotificationKind(value);
return this;
}
/**
*
* notification kind
*
*
* .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"];
* @return This builder for chaining.
*/
public Builder clearNotificationKind() {
copyOnWrite();
instance.clearNotificationKind();
return this;
}
/**
*
* notification type
*
*
* .streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"];
* @return The enum numeric value on the wire for notificationType.
*/
@java.lang.Override
public int getNotificationTypeValue() {
return instance.getNotificationTypeValue();
}
/**
*
* notification type
*
*
* .streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"];
* @param value The notificationType to set.
* @return This builder for chaining.
*/
public Builder setNotificationTypeValue(int value) {
copyOnWrite();
instance.setNotificationTypeValue(value);
return this;
}
/**
*
* notification type
*
*
* .streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"];
* @return The notificationType.
*/
@java.lang.Override
public com.streamlayer.analytics.notifications.v1.NotificationType getNotificationType() {
return instance.getNotificationType();
}
/**
*
* notification type
*
*
* .streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"];
* @param value The enum numeric value on the wire for notificationType to set.
* @return This builder for chaining.
*/
public Builder setNotificationType(com.streamlayer.analytics.notifications.v1.NotificationType value) {
copyOnWrite();
instance.setNotificationType(value);
return this;
}
/**
*
* notification type
*
*
* .streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"];
* @return This builder for chaining.
*/
public Builder clearNotificationType() {
copyOnWrite();
instance.clearNotificationType();
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.analytics.v2.streaming.NotificationMessage)
}
@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.analytics.streaming.v1.NotificationMessage();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"bitField0_",
"common_",
"notificationKind_",
"notificationType_",
};
java.lang.String info =
"\u0000\u0003\u0000\u0001\u0001\u0003\u0003\u0000\u0000\u0000\u0001\u1009\u0000\u0002" +
"\f\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.analytics.streaming.v1.NotificationMessage.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.analytics.v2.streaming.NotificationMessage)
private static final com.streamlayer.analytics.streaming.v1.NotificationMessage DEFAULT_INSTANCE;
static {
NotificationMessage defaultInstance = new NotificationMessage();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
NotificationMessage.class, defaultInstance);
}
public static com.streamlayer.analytics.streaming.v1.NotificationMessage getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}