// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: keyapis/user/v1/keyapis_user_system_v1.proto

package ru.keyapis.user.v1;

public final class KeyapisUserV1Proto {
  private KeyapisUserV1Proto() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface GetSystemStatusRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:keyapis.user.v1.GetSystemStatusRequest)
      com.google.protobuf.MessageOrBuilder {
  }
  /**
   * <pre>
   * Запрос проверки доступности сервиса
   * </pre>
   *
   * Protobuf type {@code keyapis.user.v1.GetSystemStatusRequest}
   */
  public static final class GetSystemStatusRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:keyapis.user.v1.GetSystemStatusRequest)
      GetSystemStatusRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use GetSystemStatusRequest.newBuilder() to construct.
    private GetSystemStatusRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
      super(builder);
    }
    private GetSystemStatusRequest() {
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new GetSystemStatusRequest();
    }

    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return ru.keyapis.user.v1.KeyapisUserV1Proto.internal_static_keyapis_user_v1_GetSystemStatusRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return ru.keyapis.user.v1.KeyapisUserV1Proto.internal_static_keyapis_user_v1_GetSystemStatusRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest.class, ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest.Builder.class);
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getUnknownFields().writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      size += getUnknownFields().getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest)) {
        return super.equals(obj);
      }
      ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest other = (ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest) obj;

      if (!getUnknownFields().equals(other.getUnknownFields())) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (29 * hash) + getUnknownFields().hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }

    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * <pre>
     * Запрос проверки доступности сервиса
     * </pre>
     *
     * Protobuf type {@code keyapis.user.v1.GetSystemStatusRequest}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
        // @@protoc_insertion_point(builder_implements:keyapis.user.v1.GetSystemStatusRequest)
        ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequestOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return ru.keyapis.user.v1.KeyapisUserV1Proto.internal_static_keyapis_user_v1_GetSystemStatusRequest_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return ru.keyapis.user.v1.KeyapisUserV1Proto.internal_static_keyapis_user_v1_GetSystemStatusRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest.class, ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest.Builder.class);
      }

      // Construct using ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest.newBuilder()
      private Builder() {

      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);

      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return ru.keyapis.user.v1.KeyapisUserV1Proto.internal_static_keyapis_user_v1_GetSystemStatusRequest_descriptor;
      }

      @java.lang.Override
      public ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest getDefaultInstanceForType() {
        return ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest.getDefaultInstance();
      }

      @java.lang.Override
      public ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest build() {
        ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest buildPartial() {
        ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest result = new ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest(this);
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest) {
          return mergeFrom((ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest other) {
        if (other == ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest.getDefaultInstance()) return this;
        this.mergeUnknownFields(other.getUnknownFields());
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        if (extensionRegistry == null) {
          throw new java.lang.NullPointerException();
        }
        try {
          boolean done = false;
          while (!done) {
            int tag = input.readTag();
            switch (tag) {
              case 0:
                done = true;
                break;
              default: {
                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                  done = true; // was an endgroup tag
                }
                break;
              } // default:
            } // switch (tag)
          } // while (!done)
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          throw e.unwrapIOException();
        } finally {
          onChanged();
        } // finally
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:keyapis.user.v1.GetSystemStatusRequest)
    }

    // @@protoc_insertion_point(class_scope:keyapis.user.v1.GetSystemStatusRequest)
    private static final ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest();
    }

    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser<GetSystemStatusRequest>
        PARSER = new com.google.protobuf.AbstractParser<GetSystemStatusRequest>() {
      @java.lang.Override
      public GetSystemStatusRequest parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        Builder builder = newBuilder();
        try {
          builder.mergeFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          throw e.setUnfinishedMessage(builder.buildPartial());
        } catch (com.google.protobuf.UninitializedMessageException e) {
          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
        } catch (java.io.IOException e) {
          throw new com.google.protobuf.InvalidProtocolBufferException(e)
              .setUnfinishedMessage(builder.buildPartial());
        }
        return builder.buildPartial();
      }
    };

    public static com.google.protobuf.Parser<GetSystemStatusRequest> parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser<GetSystemStatusRequest> getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusRequest getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface GetSystemStatusResponseOrBuilder extends
      // @@protoc_insertion_point(interface_extends:keyapis.user.v1.GetSystemStatusResponse)
      com.google.protobuf.MessageOrBuilder {
  }
  /**
   * <pre>
   * Ответ на запрос проверки доступности сервиса
   * </pre>
   *
   * Protobuf type {@code keyapis.user.v1.GetSystemStatusResponse}
   */
  public static final class GetSystemStatusResponse extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:keyapis.user.v1.GetSystemStatusResponse)
      GetSystemStatusResponseOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use GetSystemStatusResponse.newBuilder() to construct.
    private GetSystemStatusResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
      super(builder);
    }
    private GetSystemStatusResponse() {
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new GetSystemStatusResponse();
    }

    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return ru.keyapis.user.v1.KeyapisUserV1Proto.internal_static_keyapis_user_v1_GetSystemStatusResponse_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return ru.keyapis.user.v1.KeyapisUserV1Proto.internal_static_keyapis_user_v1_GetSystemStatusResponse_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse.class, ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse.Builder.class);
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getUnknownFields().writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      size += getUnknownFields().getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse)) {
        return super.equals(obj);
      }
      ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse other = (ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse) obj;

      if (!getUnknownFields().equals(other.getUnknownFields())) return false;
      return true;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      hash = (29 * hash) + getUnknownFields().hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }

    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * <pre>
     * Ответ на запрос проверки доступности сервиса
     * </pre>
     *
     * Protobuf type {@code keyapis.user.v1.GetSystemStatusResponse}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
        // @@protoc_insertion_point(builder_implements:keyapis.user.v1.GetSystemStatusResponse)
        ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponseOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return ru.keyapis.user.v1.KeyapisUserV1Proto.internal_static_keyapis_user_v1_GetSystemStatusResponse_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return ru.keyapis.user.v1.KeyapisUserV1Proto.internal_static_keyapis_user_v1_GetSystemStatusResponse_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse.class, ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse.Builder.class);
      }

      // Construct using ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse.newBuilder()
      private Builder() {

      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);

      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return ru.keyapis.user.v1.KeyapisUserV1Proto.internal_static_keyapis_user_v1_GetSystemStatusResponse_descriptor;
      }

      @java.lang.Override
      public ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse getDefaultInstanceForType() {
        return ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse.getDefaultInstance();
      }

      @java.lang.Override
      public ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse build() {
        ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse buildPartial() {
        ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse result = new ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse(this);
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse) {
          return mergeFrom((ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse other) {
        if (other == ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse.getDefaultInstance()) return this;
        this.mergeUnknownFields(other.getUnknownFields());
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        if (extensionRegistry == null) {
          throw new java.lang.NullPointerException();
        }
        try {
          boolean done = false;
          while (!done) {
            int tag = input.readTag();
            switch (tag) {
              case 0:
                done = true;
                break;
              default: {
                if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                  done = true; // was an endgroup tag
                }
                break;
              } // default:
            } // switch (tag)
          } // while (!done)
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          throw e.unwrapIOException();
        } finally {
          onChanged();
        } // finally
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:keyapis.user.v1.GetSystemStatusResponse)
    }

    // @@protoc_insertion_point(class_scope:keyapis.user.v1.GetSystemStatusResponse)
    private static final ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse();
    }

    public static ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser<GetSystemStatusResponse>
        PARSER = new com.google.protobuf.AbstractParser<GetSystemStatusResponse>() {
      @java.lang.Override
      public GetSystemStatusResponse parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        Builder builder = newBuilder();
        try {
          builder.mergeFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          throw e.setUnfinishedMessage(builder.buildPartial());
        } catch (com.google.protobuf.UninitializedMessageException e) {
          throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
        } catch (java.io.IOException e) {
          throw new com.google.protobuf.InvalidProtocolBufferException(e)
              .setUnfinishedMessage(builder.buildPartial());
        }
        return builder.buildPartial();
      }
    };

    public static com.google.protobuf.Parser<GetSystemStatusResponse> parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser<GetSystemStatusResponse> getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public ru.keyapis.user.v1.KeyapisUserV1Proto.GetSystemStatusResponse getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_keyapis_user_v1_GetSystemStatusRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_keyapis_user_v1_GetSystemStatusRequest_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_keyapis_user_v1_GetSystemStatusResponse_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_keyapis_user_v1_GetSystemStatusResponse_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n,keyapis/user/v1/keyapis_user_system_v1" +
      ".proto\022\017keyapis.user.v1\032\034google/api/anno" +
      "tations.proto\"\030\n\026GetSystemStatusRequest\"" +
      "\031\n\027GetSystemStatusResponse2\232\001\n\rSystemSer" +
      "vice\022\210\001\n\017GetSystemStatus\022\'.keyapis.user." +
      "v1.GetSystemStatusRequest\032(.keyapis.user" +
      ".v1.GetSystemStatusResponse\"\"\202\323\344\223\002\034\022\032/us" +
      "er/api/v1/system/statusB\214\001\n\022ru.keyapis.u" +
      "ser.v1B\022KeyapisUserV1ProtoH\003P\000Z\020/keyapis" +
      "_user_v1\330\001\001\370\001\001\242\002\rKEYAPISUSERV1\252\002\017Keyapis" +
      ".User.V1\312\002\017Keyapis\\User\\V1\352\002\021Keyapis::Us" +
      "er::V1b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.api.AnnotationsProto.getDescriptor(),
        });
    internal_static_keyapis_user_v1_GetSystemStatusRequest_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_keyapis_user_v1_GetSystemStatusRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_keyapis_user_v1_GetSystemStatusRequest_descriptor,
        new java.lang.String[] { });
    internal_static_keyapis_user_v1_GetSystemStatusResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_keyapis_user_v1_GetSystemStatusResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_keyapis_user_v1_GetSystemStatusResponse_descriptor,
        new java.lang.String[] { });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.AnnotationsProto.http);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
    com.google.api.AnnotationsProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
