All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.pushNotification.common.UserPushCredentials Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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.UserPushCredentials}
 */
public  final class UserPushCredentials extends
    com.google.protobuf.GeneratedMessageLite<
        UserPushCredentials, UserPushCredentials.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.pushNotification.UserPushCredentials)
    UserPushCredentialsOrBuilder {
  private UserPushCredentials() {
  }
  public interface UserPushCredentialsDataOrBuilder extends
      // @@protoc_insertion_point(interface_extends:streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData)
      com.google.protobuf.MessageLiteOrBuilder {

    /**
     * string token = 1 [json_name = "token"];
     * @return The token.
     */
    java.lang.String getToken();
    /**
     * string token = 1 [json_name = "token"];
     * @return The bytes for token.
     */
    com.google.protobuf.ByteString
        getTokenBytes();

    /**
     * string organization_id = 2 [json_name = "organizationId"];
     * @return The organizationId.
     */
    java.lang.String getOrganizationId();
    /**
     * string organization_id = 2 [json_name = "organizationId"];
     * @return The bytes for organizationId.
     */
    com.google.protobuf.ByteString
        getOrganizationIdBytes();
  }
  /**
   * Protobuf type {@code streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData}
   */
  public  static final class UserPushCredentialsData extends
      com.google.protobuf.GeneratedMessageLite<
          UserPushCredentialsData, UserPushCredentialsData.Builder> implements
      // @@protoc_insertion_point(message_implements:streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData)
      UserPushCredentialsDataOrBuilder {
    private UserPushCredentialsData() {
      token_ = "";
      organizationId_ = "";
    }
    public static final int TOKEN_FIELD_NUMBER = 1;
    private java.lang.String token_;
    /**
     * string token = 1 [json_name = "token"];
     * @return The token.
     */
    @java.lang.Override
    public java.lang.String getToken() {
      return token_;
    }
    /**
     * string token = 1 [json_name = "token"];
     * @return The bytes for token.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getTokenBytes() {
      return com.google.protobuf.ByteString.copyFromUtf8(token_);
    }
    /**
     * string token = 1 [json_name = "token"];
     * @param value The token to set.
     */
    private void setToken(
        java.lang.String value) {
      java.lang.Class valueClass = value.getClass();
  
      token_ = value;
    }
    /**
     * string token = 1 [json_name = "token"];
     */
    private void clearToken() {

      token_ = getDefaultInstance().getToken();
    }
    /**
     * string token = 1 [json_name = "token"];
     * @param value The bytes for token to set.
     */
    private void setTokenBytes(
        com.google.protobuf.ByteString value) {
      checkByteStringIsUtf8(value);
      token_ = value.toStringUtf8();

    }

    public static final int ORGANIZATION_ID_FIELD_NUMBER = 2;
    private java.lang.String organizationId_;
    /**
     * string organization_id = 2 [json_name = "organizationId"];
     * @return The organizationId.
     */
    @java.lang.Override
    public java.lang.String getOrganizationId() {
      return organizationId_;
    }
    /**
     * string organization_id = 2 [json_name = "organizationId"];
     * @return The bytes for organizationId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getOrganizationIdBytes() {
      return com.google.protobuf.ByteString.copyFromUtf8(organizationId_);
    }
    /**
     * string organization_id = 2 [json_name = "organizationId"];
     * @param value The organizationId to set.
     */
    private void setOrganizationId(
        java.lang.String value) {
      java.lang.Class valueClass = value.getClass();
  
      organizationId_ = value;
    }
    /**
     * string organization_id = 2 [json_name = "organizationId"];
     */
    private void clearOrganizationId() {

      organizationId_ = getDefaultInstance().getOrganizationId();
    }
    /**
     * string organization_id = 2 [json_name = "organizationId"];
     * @param value The bytes for organizationId to set.
     */
    private void setOrganizationIdBytes(
        com.google.protobuf.ByteString value) {
      checkByteStringIsUtf8(value);
      organizationId_ = value.toStringUtf8();

    }

    public static com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData 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.UserPushCredentials.UserPushCredentialsData 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.UserPushCredentials.UserPushCredentialsData 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.UserPushCredentials.UserPushCredentialsData 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.UserPushCredentials.UserPushCredentialsData parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return com.google.protobuf.GeneratedMessageLite.parseFrom(
          DEFAULT_INSTANCE, data);
    }
    public static com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData 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.UserPushCredentials.UserPushCredentialsData parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageLite.parseFrom(
          DEFAULT_INSTANCE, input);
    }
    public static com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData 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.UserPushCredentials.UserPushCredentialsData parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return parseDelimitedFrom(DEFAULT_INSTANCE, input);
    }

    public static com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData 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.UserPushCredentials.UserPushCredentialsData 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.UserPushCredentials.UserPushCredentialsData 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.UserPushCredentials.UserPushCredentialsData prototype) {
      return DEFAULT_INSTANCE.createBuilder(prototype);
    }

    /**
     * Protobuf type {@code streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageLite.Builder<
          com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData, Builder> implements
        // @@protoc_insertion_point(builder_implements:streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData)
        com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsDataOrBuilder {
      // Construct using com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData.newBuilder()
      private Builder() {
        super(DEFAULT_INSTANCE);
      }


      /**
       * string token = 1 [json_name = "token"];
       * @return The token.
       */
      @java.lang.Override
      public java.lang.String getToken() {
        return instance.getToken();
      }
      /**
       * string token = 1 [json_name = "token"];
       * @return The bytes for token.
       */
      @java.lang.Override
      public com.google.protobuf.ByteString
          getTokenBytes() {
        return instance.getTokenBytes();
      }
      /**
       * string token = 1 [json_name = "token"];
       * @param value The token to set.
       * @return This builder for chaining.
       */
      public Builder setToken(
          java.lang.String value) {
        copyOnWrite();
        instance.setToken(value);
        return this;
      }
      /**
       * string token = 1 [json_name = "token"];
       * @return This builder for chaining.
       */
      public Builder clearToken() {
        copyOnWrite();
        instance.clearToken();
        return this;
      }
      /**
       * string token = 1 [json_name = "token"];
       * @param value The bytes for token to set.
       * @return This builder for chaining.
       */
      public Builder setTokenBytes(
          com.google.protobuf.ByteString value) {
        copyOnWrite();
        instance.setTokenBytes(value);
        return this;
      }

      /**
       * string organization_id = 2 [json_name = "organizationId"];
       * @return The organizationId.
       */
      @java.lang.Override
      public java.lang.String getOrganizationId() {
        return instance.getOrganizationId();
      }
      /**
       * string organization_id = 2 [json_name = "organizationId"];
       * @return The bytes for organizationId.
       */
      @java.lang.Override
      public com.google.protobuf.ByteString
          getOrganizationIdBytes() {
        return instance.getOrganizationIdBytes();
      }
      /**
       * string organization_id = 2 [json_name = "organizationId"];
       * @param value The organizationId to set.
       * @return This builder for chaining.
       */
      public Builder setOrganizationId(
          java.lang.String value) {
        copyOnWrite();
        instance.setOrganizationId(value);
        return this;
      }
      /**
       * string organization_id = 2 [json_name = "organizationId"];
       * @return This builder for chaining.
       */
      public Builder clearOrganizationId() {
        copyOnWrite();
        instance.clearOrganizationId();
        return this;
      }
      /**
       * string organization_id = 2 [json_name = "organizationId"];
       * @param value The bytes for organizationId to set.
       * @return This builder for chaining.
       */
      public Builder setOrganizationIdBytes(
          com.google.protobuf.ByteString value) {
        copyOnWrite();
        instance.setOrganizationIdBytes(value);
        return this;
      }

      // @@protoc_insertion_point(builder_scope:streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData)
    }
    @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.UserPushCredentials.UserPushCredentialsData();
        }
        case NEW_BUILDER: {
          return new Builder();
        }
        case BUILD_MESSAGE_INFO: {
            java.lang.Object[] objects = new java.lang.Object[] {
              "token_",
              "organizationId_",
            };
            java.lang.String info =
                "\u0000\u0002\u0000\u0000\u0001\u0002\u0002\u0000\u0000\u0000\u0001\u0208\u0002\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.pushNotification.common.UserPushCredentials.UserPushCredentialsData.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.UserPushCredentials.UserPushCredentialsData)
    private static final com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData DEFAULT_INSTANCE;
    static {
      UserPushCredentialsData defaultInstance = new UserPushCredentialsData();
      // New instances are implicitly immutable so no need to make
      // immutable.
      DEFAULT_INSTANCE = defaultInstance;
      com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
        UserPushCredentialsData.class, defaultInstance);
    }

    public static com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData 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 APNS_FIELD_NUMBER = 1;
  private com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData apns_;
  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
   */
  @java.lang.Override
  public boolean hasApns() {
    return ((bitField0_ & 0x00000001) != 0);
  }
  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
   */
  @java.lang.Override
  public com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData getApns() {
    return apns_ == null ? com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData.getDefaultInstance() : apns_;
  }
  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
   */
  private void setApns(com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData value) {
    value.getClass();
  apns_ = value;
    bitField0_ |= 0x00000001;
    }
  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
   */
  @java.lang.SuppressWarnings({"ReferenceEquality"})
  private void mergeApns(com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData value) {
    value.getClass();
  if (apns_ != null &&
        apns_ != com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData.getDefaultInstance()) {
      apns_ =
        com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData.newBuilder(apns_).mergeFrom(value).buildPartial();
    } else {
      apns_ = value;
    }
    bitField0_ |= 0x00000001;
  }
  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData 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.UserPushCredentials.UserPushCredentialsData firebase_;
  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
   */
  @java.lang.Override
  public boolean hasFirebase() {
    return ((bitField0_ & 0x00000002) != 0);
  }
  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
   */
  @java.lang.Override
  public com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData getFirebase() {
    return firebase_ == null ? com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData.getDefaultInstance() : firebase_;
  }
  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
   */
  private void setFirebase(com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData value) {
    value.getClass();
  firebase_ = value;
    bitField0_ |= 0x00000002;
    }
  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
   */
  @java.lang.SuppressWarnings({"ReferenceEquality"})
  private void mergeFirebase(com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData value) {
    value.getClass();
  if (firebase_ != null &&
        firebase_ != com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData.getDefaultInstance()) {
      firebase_ =
        com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData.newBuilder(firebase_).mergeFrom(value).buildPartial();
    } else {
      firebase_ = value;
    }
    bitField0_ |= 0x00000002;
  }
  /**
   * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
   */
  private void clearFirebase() {  firebase_ = null;
    bitField0_ = (bitField0_ & ~0x00000002);
  }

  public static com.streamlayer.pushNotification.common.UserPushCredentials 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.UserPushCredentials 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.UserPushCredentials 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.UserPushCredentials 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.UserPushCredentials parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.streamlayer.pushNotification.common.UserPushCredentials 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.UserPushCredentials parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input);
  }
  public static com.streamlayer.pushNotification.common.UserPushCredentials 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.UserPushCredentials parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return parseDelimitedFrom(DEFAULT_INSTANCE, input);
  }

  public static com.streamlayer.pushNotification.common.UserPushCredentials 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.UserPushCredentials 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.UserPushCredentials 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.UserPushCredentials prototype) {
    return DEFAULT_INSTANCE.createBuilder(prototype);
  }

  /**
   * Protobuf type {@code streamlayer.pushNotification.UserPushCredentials}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageLite.Builder<
        com.streamlayer.pushNotification.common.UserPushCredentials, Builder> implements
      // @@protoc_insertion_point(builder_implements:streamlayer.pushNotification.UserPushCredentials)
      com.streamlayer.pushNotification.common.UserPushCredentialsOrBuilder {
    // Construct using com.streamlayer.pushNotification.common.UserPushCredentials.newBuilder()
    private Builder() {
      super(DEFAULT_INSTANCE);
    }


    /**
     * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
     */
    @java.lang.Override
    public boolean hasApns() {
      return instance.hasApns();
    }
    /**
     * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
     */
    @java.lang.Override
    public com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData getApns() {
      return instance.getApns();
    }
    /**
     * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
     */
    public Builder setApns(com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData value) {
      copyOnWrite();
      instance.setApns(value);
      return this;
      }
    /**
     * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
     */
    public Builder setApns(
        com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData.Builder builderForValue) {
      copyOnWrite();
      instance.setApns(builderForValue.build());
      return this;
    }
    /**
     * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
     */
    public Builder mergeApns(com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData value) {
      copyOnWrite();
      instance.mergeApns(value);
      return this;
    }
    /**
     * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];
     */
    public Builder clearApns() {  copyOnWrite();
      instance.clearApns();
      return this;
    }

    /**
     * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
     */
    @java.lang.Override
    public boolean hasFirebase() {
      return instance.hasFirebase();
    }
    /**
     * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
     */
    @java.lang.Override
    public com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData getFirebase() {
      return instance.getFirebase();
    }
    /**
     * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
     */
    public Builder setFirebase(com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData value) {
      copyOnWrite();
      instance.setFirebase(value);
      return this;
      }
    /**
     * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
     */
    public Builder setFirebase(
        com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData.Builder builderForValue) {
      copyOnWrite();
      instance.setFirebase(builderForValue.build());
      return this;
    }
    /**
     * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
     */
    public Builder mergeFirebase(com.streamlayer.pushNotification.common.UserPushCredentials.UserPushCredentialsData value) {
      copyOnWrite();
      instance.mergeFirebase(value);
      return this;
    }
    /**
     * .streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
     */
    public Builder clearFirebase() {  copyOnWrite();
      instance.clearFirebase();
      return this;
    }

    // @@protoc_insertion_point(builder_scope:streamlayer.pushNotification.UserPushCredentials)
  }
  @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.UserPushCredentials();
      }
      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.UserPushCredentials.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.UserPushCredentials)
  private static final com.streamlayer.pushNotification.common.UserPushCredentials DEFAULT_INSTANCE;
  static {
    UserPushCredentials defaultInstance = new UserPushCredentials();
    // New instances are implicitly immutable so no need to make
    // immutable.
    DEFAULT_INSTANCE = defaultInstance;
    com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
      UserPushCredentials.class, defaultInstance);
  }

  public static com.streamlayer.pushNotification.common.UserPushCredentials getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static volatile com.google.protobuf.Parser PARSER;

  public static com.google.protobuf.Parser parser() {
    return DEFAULT_INSTANCE.getParserForType();
  }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy