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

package ru.keyapis.watchdog.v1;

public final class KeyapisWatchdogV1Proto {
  private KeyapisWatchdogV1Proto() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }
  public interface DeviceAvailabilityTaskOrBuilder extends
      // @@protoc_insertion_point(interface_extends:keyapis.watchdog.v1.DeviceAvailabilityTask)
      com.google.protobuf.MessageLiteOrBuilder {

    /**
     * <pre>
     * Идентификатор запроса
     * </pre>
     *
     * <code>string request_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     * @return The requestId.
     */
    java.lang.String getRequestId();
    /**
     * <pre>
     * Идентификатор запроса
     * </pre>
     *
     * <code>string request_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     * @return The bytes for requestId.
     */
    com.google.protobuf.ByteString
        getRequestIdBytes();

    /**
     * <pre>
     * Идентификатор устройства
     * </pre>
     *
     * <code>int32 device_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
     * @return The deviceId.
     */
    int getDeviceId();

    /**
     * <pre>
     * Тип доступности
     * </pre>
     *
     * <code>.keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType availability_type = 3 [(.google.api.field_behavior) = REQUIRED];</code>
     * @return The enum numeric value on the wire for availabilityType.
     */
    int getAvailabilityTypeValue();
    /**
     * <pre>
     * Тип доступности
     * </pre>
     *
     * <code>.keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType availability_type = 3 [(.google.api.field_behavior) = REQUIRED];</code>
     * @return The availabilityType.
     */
    ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask.AvailabilityType getAvailabilityType();
  }
  /**
   * <pre>
   * Событие изменения доступности устройства.
   * Очередь bus.watchdog.device_availability
   * </pre>
   *
   * Protobuf type {@code keyapis.watchdog.v1.DeviceAvailabilityTask}
   */
  public  static final class DeviceAvailabilityTask extends
      com.google.protobuf.GeneratedMessageLite<
          DeviceAvailabilityTask, DeviceAvailabilityTask.Builder> implements
      // @@protoc_insertion_point(message_implements:keyapis.watchdog.v1.DeviceAvailabilityTask)
      DeviceAvailabilityTaskOrBuilder {
    private DeviceAvailabilityTask() {
      requestId_ = "";
    }
    /**
     * <pre>
     * Тип доступности
     * </pre>
     *
     * Protobuf enum {@code keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType}
     */
    public enum AvailabilityType
        implements com.google.protobuf.Internal.EnumLite {
      /**
       * <pre>
       * Значение не указано
       * </pre>
       *
       * <code>AVAILABILITY_TYPE_UNKNOWN = 0;</code>
       */
      AVAILABILITY_TYPE_UNKNOWN(0),
      /**
       * <pre>
       * Онлайн
       * </pre>
       *
       * <code>ONLINE = 1;</code>
       */
      ONLINE(1),
      /**
       * <pre>
       * Офлайн
       * </pre>
       *
       * <code>OFFLINE = 2;</code>
       */
      OFFLINE(2),
      UNRECOGNIZED(-1),
      ;

      /**
       * <pre>
       * Значение не указано
       * </pre>
       *
       * <code>AVAILABILITY_TYPE_UNKNOWN = 0;</code>
       */
      public static final int AVAILABILITY_TYPE_UNKNOWN_VALUE = 0;
      /**
       * <pre>
       * Онлайн
       * </pre>
       *
       * <code>ONLINE = 1;</code>
       */
      public static final int ONLINE_VALUE = 1;
      /**
       * <pre>
       * Офлайн
       * </pre>
       *
       * <code>OFFLINE = 2;</code>
       */
      public static final int OFFLINE_VALUE = 2;


      @java.lang.Override
      public final int getNumber() {
        if (this == UNRECOGNIZED) {
          throw new java.lang.IllegalArgumentException(
              "Can't get the number of an unknown enum value.");
        }
        return value;
      }

      /**
       * @param value The number of the enum to look for.
       * @return The enum associated with the given number.
       * @deprecated Use {@link #forNumber(int)} instead.
       */
      @java.lang.Deprecated
      public static AvailabilityType valueOf(int value) {
        return forNumber(value);
      }

      public static AvailabilityType forNumber(int value) {
        switch (value) {
          case 0: return AVAILABILITY_TYPE_UNKNOWN;
          case 1: return ONLINE;
          case 2: return OFFLINE;
          default: return null;
        }
      }

      public static com.google.protobuf.Internal.EnumLiteMap<AvailabilityType>
          internalGetValueMap() {
        return internalValueMap;
      }
      private static final com.google.protobuf.Internal.EnumLiteMap<
          AvailabilityType> internalValueMap =
            new com.google.protobuf.Internal.EnumLiteMap<AvailabilityType>() {
              @java.lang.Override
              public AvailabilityType findValueByNumber(int number) {
                return AvailabilityType.forNumber(number);
              }
            };

      public static com.google.protobuf.Internal.EnumVerifier 
          internalGetVerifier() {
        return AvailabilityTypeVerifier.INSTANCE;
      }

      private static final class AvailabilityTypeVerifier implements 
           com.google.protobuf.Internal.EnumVerifier { 
              static final com.google.protobuf.Internal.EnumVerifier           INSTANCE = new AvailabilityTypeVerifier();
              @java.lang.Override
              public boolean isInRange(int number) {
                return AvailabilityType.forNumber(number) != null;
              }
            };

      private final int value;

      private AvailabilityType(int value) {
        this.value = value;
      }

      // @@protoc_insertion_point(enum_scope:keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType)
    }

    public static final int REQUEST_ID_FIELD_NUMBER = 1;
    private java.lang.String requestId_;
    /**
     * <pre>
     * Идентификатор запроса
     * </pre>
     *
     * <code>string request_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     * @return The requestId.
     */
    @java.lang.Override
    public java.lang.String getRequestId() {
      return requestId_;
    }
    /**
     * <pre>
     * Идентификатор запроса
     * </pre>
     *
     * <code>string request_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     * @return The bytes for requestId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getRequestIdBytes() {
      return com.google.protobuf.ByteString.copyFromUtf8(requestId_);
    }
    /**
     * <pre>
     * Идентификатор запроса
     * </pre>
     *
     * <code>string request_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     * @param value The requestId to set.
     */
    private void setRequestId(
        java.lang.String value) {
      java.lang.Class<?> valueClass = value.getClass();
  
      requestId_ = value;
    }
    /**
     * <pre>
     * Идентификатор запроса
     * </pre>
     *
     * <code>string request_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     */
    private void clearRequestId() {

      requestId_ = getDefaultInstance().getRequestId();
    }
    /**
     * <pre>
     * Идентификатор запроса
     * </pre>
     *
     * <code>string request_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
     * @param value The bytes for requestId to set.
     */
    private void setRequestIdBytes(
        com.google.protobuf.ByteString value) {
      checkByteStringIsUtf8(value);
      requestId_ = value.toStringUtf8();

    }

    public static final int DEVICE_ID_FIELD_NUMBER = 2;
    private int deviceId_;
    /**
     * <pre>
     * Идентификатор устройства
     * </pre>
     *
     * <code>int32 device_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
     * @return The deviceId.
     */
    @java.lang.Override
    public int getDeviceId() {
      return deviceId_;
    }
    /**
     * <pre>
     * Идентификатор устройства
     * </pre>
     *
     * <code>int32 device_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
     * @param value The deviceId to set.
     */
    private void setDeviceId(int value) {
      
      deviceId_ = value;
    }
    /**
     * <pre>
     * Идентификатор устройства
     * </pre>
     *
     * <code>int32 device_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
     */
    private void clearDeviceId() {

      deviceId_ = 0;
    }

    public static final int AVAILABILITY_TYPE_FIELD_NUMBER = 3;
    private int availabilityType_;
    /**
     * <pre>
     * Тип доступности
     * </pre>
     *
     * <code>.keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType availability_type = 3 [(.google.api.field_behavior) = REQUIRED];</code>
     * @return The enum numeric value on the wire for availabilityType.
     */
    @java.lang.Override
    public int getAvailabilityTypeValue() {
      return availabilityType_;
    }
    /**
     * <pre>
     * Тип доступности
     * </pre>
     *
     * <code>.keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType availability_type = 3 [(.google.api.field_behavior) = REQUIRED];</code>
     * @return The availabilityType.
     */
    @java.lang.Override
    public ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask.AvailabilityType getAvailabilityType() {
      ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask.AvailabilityType result = ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask.AvailabilityType.forNumber(availabilityType_);
      return result == null ? ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask.AvailabilityType.UNRECOGNIZED : result;
    }
    /**
     * <pre>
     * Тип доступности
     * </pre>
     *
     * <code>.keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType availability_type = 3 [(.google.api.field_behavior) = REQUIRED];</code>
     * @param value The enum numeric value on the wire for availabilityType to set.
     */
    private void setAvailabilityTypeValue(int value) {
        availabilityType_ = value;
    }
    /**
     * <pre>
     * Тип доступности
     * </pre>
     *
     * <code>.keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType availability_type = 3 [(.google.api.field_behavior) = REQUIRED];</code>
     * @param value The availabilityType to set.
     */
    private void setAvailabilityType(ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask.AvailabilityType value) {
      availabilityType_ = value.getNumber();

    }
    /**
     * <pre>
     * Тип доступности
     * </pre>
     *
     * <code>.keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType availability_type = 3 [(.google.api.field_behavior) = REQUIRED];</code>
     */
    private void clearAvailabilityType() {

      availabilityType_ = 0;
    }

    public static ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return com.google.protobuf.GeneratedMessageLite.parseFrom(
          DEFAULT_INSTANCE, data);
    }
    public static ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask 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 ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return com.google.protobuf.GeneratedMessageLite.parseFrom(
          DEFAULT_INSTANCE, data);
    }
    public static ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask 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 ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return com.google.protobuf.GeneratedMessageLite.parseFrom(
          DEFAULT_INSTANCE, data);
    }
    public static ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask 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 ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageLite.parseFrom(
          DEFAULT_INSTANCE, input);
    }
    public static ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask 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 ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return parseDelimitedFrom(DEFAULT_INSTANCE, input);
    }

    public static ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
    }
    public static ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageLite.parseFrom(
          DEFAULT_INSTANCE, input);
    }
    public static ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask 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(ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask prototype) {
      return (Builder) DEFAULT_INSTANCE.createBuilder(prototype);
    }

    /**
     * <pre>
     * Событие изменения доступности устройства.
     * Очередь bus.watchdog.device_availability
     * </pre>
     *
     * Protobuf type {@code keyapis.watchdog.v1.DeviceAvailabilityTask}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageLite.Builder<
          ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask, Builder> implements
        // @@protoc_insertion_point(builder_implements:keyapis.watchdog.v1.DeviceAvailabilityTask)
        ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTaskOrBuilder {
      // Construct using ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask.newBuilder()
      private Builder() {
        super(DEFAULT_INSTANCE);
      }


      /**
       * <pre>
       * Идентификатор запроса
       * </pre>
       *
       * <code>string request_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
       * @return The requestId.
       */
      @java.lang.Override
      public java.lang.String getRequestId() {
        return instance.getRequestId();
      }
      /**
       * <pre>
       * Идентификатор запроса
       * </pre>
       *
       * <code>string request_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
       * @return The bytes for requestId.
       */
      @java.lang.Override
      public com.google.protobuf.ByteString
          getRequestIdBytes() {
        return instance.getRequestIdBytes();
      }
      /**
       * <pre>
       * Идентификатор запроса
       * </pre>
       *
       * <code>string request_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
       * @param value The requestId to set.
       * @return This builder for chaining.
       */
      public Builder setRequestId(
          java.lang.String value) {
        copyOnWrite();
        instance.setRequestId(value);
        return this;
      }
      /**
       * <pre>
       * Идентификатор запроса
       * </pre>
       *
       * <code>string request_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
       * @return This builder for chaining.
       */
      public Builder clearRequestId() {
        copyOnWrite();
        instance.clearRequestId();
        return this;
      }
      /**
       * <pre>
       * Идентификатор запроса
       * </pre>
       *
       * <code>string request_id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
       * @param value The bytes for requestId to set.
       * @return This builder for chaining.
       */
      public Builder setRequestIdBytes(
          com.google.protobuf.ByteString value) {
        copyOnWrite();
        instance.setRequestIdBytes(value);
        return this;
      }

      /**
       * <pre>
       * Идентификатор устройства
       * </pre>
       *
       * <code>int32 device_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
       * @return The deviceId.
       */
      @java.lang.Override
      public int getDeviceId() {
        return instance.getDeviceId();
      }
      /**
       * <pre>
       * Идентификатор устройства
       * </pre>
       *
       * <code>int32 device_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
       * @param value The deviceId to set.
       * @return This builder for chaining.
       */
      public Builder setDeviceId(int value) {
        copyOnWrite();
        instance.setDeviceId(value);
        return this;
      }
      /**
       * <pre>
       * Идентификатор устройства
       * </pre>
       *
       * <code>int32 device_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
       * @return This builder for chaining.
       */
      public Builder clearDeviceId() {
        copyOnWrite();
        instance.clearDeviceId();
        return this;
      }

      /**
       * <pre>
       * Тип доступности
       * </pre>
       *
       * <code>.keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType availability_type = 3 [(.google.api.field_behavior) = REQUIRED];</code>
       * @return The enum numeric value on the wire for availabilityType.
       */
      @java.lang.Override
      public int getAvailabilityTypeValue() {
        return instance.getAvailabilityTypeValue();
      }
      /**
       * <pre>
       * Тип доступности
       * </pre>
       *
       * <code>.keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType availability_type = 3 [(.google.api.field_behavior) = REQUIRED];</code>
       * @param value The availabilityType to set.
       * @return This builder for chaining.
       */
      public Builder setAvailabilityTypeValue(int value) {
        copyOnWrite();
        instance.setAvailabilityTypeValue(value);
        return this;
      }
      /**
       * <pre>
       * Тип доступности
       * </pre>
       *
       * <code>.keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType availability_type = 3 [(.google.api.field_behavior) = REQUIRED];</code>
       * @return The availabilityType.
       */
      @java.lang.Override
      public ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask.AvailabilityType getAvailabilityType() {
        return instance.getAvailabilityType();
      }
      /**
       * <pre>
       * Тип доступности
       * </pre>
       *
       * <code>.keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType availability_type = 3 [(.google.api.field_behavior) = REQUIRED];</code>
       * @param value The enum numeric value on the wire for availabilityType to set.
       * @return This builder for chaining.
       */
      public Builder setAvailabilityType(ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask.AvailabilityType value) {
        copyOnWrite();
        instance.setAvailabilityType(value);
        return this;
      }
      /**
       * <pre>
       * Тип доступности
       * </pre>
       *
       * <code>.keyapis.watchdog.v1.DeviceAvailabilityTask.AvailabilityType availability_type = 3 [(.google.api.field_behavior) = REQUIRED];</code>
       * @return This builder for chaining.
       */
      public Builder clearAvailabilityType() {
        copyOnWrite();
        instance.clearAvailabilityType();
        return this;
      }

      // @@protoc_insertion_point(builder_scope:keyapis.watchdog.v1.DeviceAvailabilityTask)
    }
    @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 ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask();
        }
        case NEW_BUILDER: {
          return new Builder();
        }
        case BUILD_MESSAGE_INFO: {
            java.lang.Object[] objects = new java.lang.Object[] {
              "requestId_",
              "deviceId_",
              "availabilityType_",
            };
            java.lang.String info =
                "\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0000\u0000\u0001\u0208\u0002\u0004" +
                "\u0003\f";
            return newMessageInfo(DEFAULT_INSTANCE, info, objects);
        }
        // fall through
        case GET_DEFAULT_INSTANCE: {
          return DEFAULT_INSTANCE;
        }
        case GET_PARSER: {
          com.google.protobuf.Parser<ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask> parser = PARSER;
          if (parser == null) {
            synchronized (ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask.class) {
              parser = PARSER;
              if (parser == null) {
                parser =
                    new DefaultInstanceBasedParser<ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask>(
                        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:keyapis.watchdog.v1.DeviceAvailabilityTask)
    private static final ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask DEFAULT_INSTANCE;
    static {
      DeviceAvailabilityTask defaultInstance = new DeviceAvailabilityTask();
      // New instances are implicitly immutable so no need to make
      // immutable.
      DEFAULT_INSTANCE = defaultInstance;
      com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
        DeviceAvailabilityTask.class, defaultInstance);
    }

    public static ru.keyapis.watchdog.v1.KeyapisWatchdogV1Proto.DeviceAvailabilityTask getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static volatile com.google.protobuf.Parser<DeviceAvailabilityTask> PARSER;

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


  static {
  }

  // @@protoc_insertion_point(outer_class_scope)
}
