main.java.com.streamlayer.pushNotification.common.PushCredentials 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/pushNotification/pushNotification.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.pushNotification.common;
/**
* Protobuf type {@code streamlayer.pushNotification.PushCredentials}
*/
public final class PushCredentials extends
com.google.protobuf.GeneratedMessageLite<
PushCredentials, PushCredentials.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.pushNotification.PushCredentials)
PushCredentialsOrBuilder {
private PushCredentials() {
}
private int bitField0_;
public static final int APNS_FIELD_NUMBER = 1;
private com.streamlayer.pushNotification.common.APNSCredentials apns_;
/**
* .streamlayer.pushNotification.APNSCredentials apns = 1 [json_name = "apns"];
*/
@java.lang.Override
public boolean hasApns() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .streamlayer.pushNotification.APNSCredentials apns = 1 [json_name = "apns"];
*/
@java.lang.Override
public com.streamlayer.pushNotification.common.APNSCredentials getApns() {
return apns_ == null ? com.streamlayer.pushNotification.common.APNSCredentials.getDefaultInstance() : apns_;
}
/**
* .streamlayer.pushNotification.APNSCredentials apns = 1 [json_name = "apns"];
*/
private void setApns(com.streamlayer.pushNotification.common.APNSCredentials value) {
value.getClass();
apns_ = value;
bitField0_ |= 0x00000001;
}
/**
* .streamlayer.pushNotification.APNSCredentials apns = 1 [json_name = "apns"];
*/
@java.lang.SuppressWarnings({"ReferenceEquality"})
private void mergeApns(com.streamlayer.pushNotification.common.APNSCredentials value) {
value.getClass();
if (apns_ != null &&
apns_ != com.streamlayer.pushNotification.common.APNSCredentials.getDefaultInstance()) {
apns_ =
com.streamlayer.pushNotification.common.APNSCredentials.newBuilder(apns_).mergeFrom(value).buildPartial();
} else {
apns_ = value;
}
bitField0_ |= 0x00000001;
}
/**
* .streamlayer.pushNotification.APNSCredentials apns = 1 [json_name = "apns"];
*/
private void clearApns() { apns_ = null;
bitField0_ = (bitField0_ & ~0x00000001);
}
public static final int FIREBASE_FIELD_NUMBER = 2;
private com.streamlayer.pushNotification.common.FirebaseCredentials firebase_;
/**
* .streamlayer.pushNotification.FirebaseCredentials firebase = 2 [json_name = "firebase"];
*/
@java.lang.Override
public boolean hasFirebase() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* .streamlayer.pushNotification.FirebaseCredentials firebase = 2 [json_name = "firebase"];
*/
@java.lang.Override
public com.streamlayer.pushNotification.common.FirebaseCredentials getFirebase() {
return firebase_ == null ? com.streamlayer.pushNotification.common.FirebaseCredentials.getDefaultInstance() : firebase_;
}
/**
* .streamlayer.pushNotification.FirebaseCredentials firebase = 2 [json_name = "firebase"];
*/
private void setFirebase(com.streamlayer.pushNotification.common.FirebaseCredentials value) {
value.getClass();
firebase_ = value;
bitField0_ |= 0x00000002;
}
/**
* .streamlayer.pushNotification.FirebaseCredentials firebase = 2 [json_name = "firebase"];
*/
@java.lang.SuppressWarnings({"ReferenceEquality"})
private void mergeFirebase(com.streamlayer.pushNotification.common.FirebaseCredentials value) {
value.getClass();
if (firebase_ != null &&
firebase_ != com.streamlayer.pushNotification.common.FirebaseCredentials.getDefaultInstance()) {
firebase_ =
com.streamlayer.pushNotification.common.FirebaseCredentials.newBuilder(firebase_).mergeFrom(value).buildPartial();
} else {
firebase_ = value;
}
bitField0_ |= 0x00000002;
}
/**
* .streamlayer.pushNotification.FirebaseCredentials firebase = 2 [json_name = "firebase"];
*/
private void clearFirebase() { firebase_ = null;
bitField0_ = (bitField0_ & ~0x00000002);
}
public static com.streamlayer.pushNotification.common.PushCredentials parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.pushNotification.common.PushCredentials 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.pushNotification.common.PushCredentials parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.pushNotification.common.PushCredentials 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.pushNotification.common.PushCredentials parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.pushNotification.common.PushCredentials 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.pushNotification.common.PushCredentials parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.pushNotification.common.PushCredentials 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.pushNotification.common.PushCredentials parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.pushNotification.common.PushCredentials parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.pushNotification.common.PushCredentials parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.pushNotification.common.PushCredentials 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.pushNotification.common.PushCredentials prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.pushNotification.PushCredentials}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.pushNotification.common.PushCredentials, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.pushNotification.PushCredentials)
com.streamlayer.pushNotification.common.PushCredentialsOrBuilder {
// Construct using com.streamlayer.pushNotification.common.PushCredentials.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* .streamlayer.pushNotification.APNSCredentials apns = 1 [json_name = "apns"];
*/
@java.lang.Override
public boolean hasApns() {
return instance.hasApns();
}
/**
* .streamlayer.pushNotification.APNSCredentials apns = 1 [json_name = "apns"];
*/
@java.lang.Override
public com.streamlayer.pushNotification.common.APNSCredentials getApns() {
return instance.getApns();
}
/**
* .streamlayer.pushNotification.APNSCredentials apns = 1 [json_name = "apns"];
*/
public Builder setApns(com.streamlayer.pushNotification.common.APNSCredentials value) {
copyOnWrite();
instance.setApns(value);
return this;
}
/**
* .streamlayer.pushNotification.APNSCredentials apns = 1 [json_name = "apns"];
*/
public Builder setApns(
com.streamlayer.pushNotification.common.APNSCredentials.Builder builderForValue) {
copyOnWrite();
instance.setApns(builderForValue.build());
return this;
}
/**
* .streamlayer.pushNotification.APNSCredentials apns = 1 [json_name = "apns"];
*/
public Builder mergeApns(com.streamlayer.pushNotification.common.APNSCredentials value) {
copyOnWrite();
instance.mergeApns(value);
return this;
}
/**
* .streamlayer.pushNotification.APNSCredentials apns = 1 [json_name = "apns"];
*/
public Builder clearApns() { copyOnWrite();
instance.clearApns();
return this;
}
/**
* .streamlayer.pushNotification.FirebaseCredentials firebase = 2 [json_name = "firebase"];
*/
@java.lang.Override
public boolean hasFirebase() {
return instance.hasFirebase();
}
/**
* .streamlayer.pushNotification.FirebaseCredentials firebase = 2 [json_name = "firebase"];
*/
@java.lang.Override
public com.streamlayer.pushNotification.common.FirebaseCredentials getFirebase() {
return instance.getFirebase();
}
/**
* .streamlayer.pushNotification.FirebaseCredentials firebase = 2 [json_name = "firebase"];
*/
public Builder setFirebase(com.streamlayer.pushNotification.common.FirebaseCredentials value) {
copyOnWrite();
instance.setFirebase(value);
return this;
}
/**
* .streamlayer.pushNotification.FirebaseCredentials firebase = 2 [json_name = "firebase"];
*/
public Builder setFirebase(
com.streamlayer.pushNotification.common.FirebaseCredentials.Builder builderForValue) {
copyOnWrite();
instance.setFirebase(builderForValue.build());
return this;
}
/**
* .streamlayer.pushNotification.FirebaseCredentials firebase = 2 [json_name = "firebase"];
*/
public Builder mergeFirebase(com.streamlayer.pushNotification.common.FirebaseCredentials value) {
copyOnWrite();
instance.mergeFirebase(value);
return this;
}
/**
* .streamlayer.pushNotification.FirebaseCredentials firebase = 2 [json_name = "firebase"];
*/
public Builder clearFirebase() { copyOnWrite();
instance.clearFirebase();
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.pushNotification.PushCredentials)
}
@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.pushNotification.common.PushCredentials();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"bitField0_",
"apns_",
"firebase_",
};
java.lang.String info =
"\u0000\u0002\u0000\u0001\u0001\u0002\u0002\u0000\u0000\u0000\u0001\u1009\u0000\u0002" +
"\u1009\u0001";
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.pushNotification.common.PushCredentials.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.pushNotification.PushCredentials)
private static final com.streamlayer.pushNotification.common.PushCredentials DEFAULT_INSTANCE;
static {
PushCredentials defaultInstance = new PushCredentials();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
PushCredentials.class, defaultInstance);
}
public static com.streamlayer.pushNotification.common.PushCredentials getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}