// Generated by the protocol buffer compiler.  DO NOT EDIT!
// clang-format off
// source: keyapis/iot_connect/v1/keyapis_iot_connect_callback_v1.proto

// This CPP symbol can be defined to use imports that match up to the framework
// imports needed when using CocoaPods.
#if !defined(GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS)
 #define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0
#endif

#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
 #import <Protobuf/GPBProtocolBuffers.h>
#else
 #import "GPBProtocolBuffers.h"
#endif

#if GOOGLE_PROTOBUF_OBJC_VERSION < 30007
#error This file was generated by a newer version of protoc which is incompatible with your Protocol Buffer library sources.
#endif
#if 30007 < GOOGLE_PROTOBUF_OBJC_MIN_SUPPORTED_VERSION
#error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
#endif

// @@protoc_insertion_point(imports)

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"

CF_EXTERN_C_BEGIN

@class KEYAPISIOTCONNECTV1Device;
@class KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status;

NS_ASSUME_NONNULL_BEGIN

#pragma mark - KEYAPISIOTCONNECTV1KeyapisIotConnectCallbackV1Root

/**
 * Exposes the extension registry for this file.
 *
 * The base class provides:
 * @code
 *   + (GPBExtensionRegistry *)extensionRegistry;
 * @endcode
 * which is a @c GPBExtensionRegistry that includes all the extensions defined by
 * this file and all files that it depends on.
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1KeyapisIotConnectCallbackV1Root : GPBRootObject
@end

#pragma mark - KEYAPISIOTCONNECTV1CommonError

typedef GPB_ENUM(KEYAPISIOTCONNECTV1CommonError_FieldNumber) {
  KEYAPISIOTCONNECTV1CommonError_FieldNumber_Code = 1,
  KEYAPISIOTCONNECTV1CommonError_FieldNumber_Message = 2,
  KEYAPISIOTCONNECTV1CommonError_FieldNumber_Details = 3,
};

/**
 * Сообщение ошибки на запрос
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1CommonError : GPBMessage

/** Коммент 1 */
@property(nonatomic, readwrite) int32_t code;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *message;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *details;

@end

#pragma mark - KEYAPISIOTCONNECTV1Device

typedef GPB_ENUM(KEYAPISIOTCONNECTV1Device_FieldNumber) {
  KEYAPISIOTCONNECTV1Device_FieldNumber_UserId = 1,
  KEYAPISIOTCONNECTV1Device_FieldNumber_Id_p = 2,
  KEYAPISIOTCONNECTV1Device_FieldNumber_ParentId = 3,
  KEYAPISIOTCONNECTV1Device_FieldNumber_Name = 4,
  KEYAPISIOTCONNECTV1Device_FieldNumber_DefaultName = 5,
  KEYAPISIOTCONNECTV1Device_FieldNumber_Home = 6,
  KEYAPISIOTCONNECTV1Device_FieldNumber_Room = 7,
  KEYAPISIOTCONNECTV1Device_FieldNumber_GroupsArray = 8,
  KEYAPISIOTCONNECTV1Device_FieldNumber_ModelId = 9,
  KEYAPISIOTCONNECTV1Device_FieldNumber_HwVersion = 10,
  KEYAPISIOTCONNECTV1Device_FieldNumber_SwVersion = 11,
};

/**
 * Объект устройства
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1Device : GPBMessage

/** Идентификатор пользователя */
@property(nonatomic, readwrite) int32_t userId;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *id_p;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *parentId;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *name;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *defaultName;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *home;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *room;

/** Коммент 1 */
@property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *groupsArray;
/** The number of items in @c groupsArray without causing the container to be created. */
@property(nonatomic, readonly) NSUInteger groupsArray_Count;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *modelId;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *hwVersion;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *swVersion;

@end

#pragma mark - KEYAPISIOTCONNECTV1GetCallbackDevicesRequest

/**
 * Запрос списка домофонов пользователя в виде связки квартира-домофон, к которым имеет доступ пользователь
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1GetCallbackDevicesRequest : GPBMessage

@end

#pragma mark - KEYAPISIOTCONNECTV1GetCallbackDevicesResponse

typedef GPB_ENUM(KEYAPISIOTCONNECTV1GetCallbackDevicesResponse_FieldNumber) {
  KEYAPISIOTCONNECTV1GetCallbackDevicesResponse_FieldNumber_DataArray = 1,
};

/**
 * Ответ на запрос списка домофонов пользователя в виде связки квартира-домофон, к которым имеет доступ пользователь
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1GetCallbackDevicesResponse : GPBMessage

/** Массив домофонов пользователя */
@property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<KEYAPISIOTCONNECTV1Device*> *dataArray;
/** The number of items in @c dataArray without causing the container to be created. */
@property(nonatomic, readonly) NSUInteger dataArray_Count;

@end

#pragma mark - KEYAPISIOTCONNECTV1PostCallbackStatusRequest

typedef GPB_ENUM(KEYAPISIOTCONNECTV1PostCallbackStatusRequest_FieldNumber) {
  KEYAPISIOTCONNECTV1PostCallbackStatusRequest_FieldNumber_DataArray = 1,
};

/**
 * Запрос статуса домофонов пользователя
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1PostCallbackStatusRequest : GPBMessage

/** Массив домофонов пользователя */
@property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *dataArray;
/** The number of items in @c dataArray without causing the container to be created. */
@property(nonatomic, readonly) NSUInteger dataArray_Count;

@end

#pragma mark - KEYAPISIOTCONNECTV1PostCallbackStatusResponse

typedef GPB_ENUM(KEYAPISIOTCONNECTV1PostCallbackStatusResponse_FieldNumber) {
  KEYAPISIOTCONNECTV1PostCallbackStatusResponse_FieldNumber_Data_p = 1,
};

/**
 * Ответ на запрос статуса домофонов пользователя
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1PostCallbackStatusResponse : GPBMessage

/** Коммент */
@property(nonatomic, readwrite, strong, null_resettable) KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status *data_p;
/** Test to see if @c data_p has been set. */
@property(nonatomic, readwrite) BOOL hasData_p;

@end

#pragma mark - KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status

typedef GPB_ENUM(KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status_FieldNumber) {
  KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status_FieldNumber_UserId = 1,
  KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status_FieldNumber_Id_p = 2,
  KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status_FieldNumber_ParentId = 3,
  KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status_FieldNumber_Name = 4,
  KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status_FieldNumber_DefaultName = 5,
  KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status_FieldNumber_Home = 6,
  KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status_FieldNumber_Room = 7,
  KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status_FieldNumber_GroupsArray = 8,
  KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status_FieldNumber_ModelId = 9,
  KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status_FieldNumber_HwVersion = 10,
  KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status_FieldNumber_SwVersion = 11,
};

/**
 * Коммент 1
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1PostCallbackStatusResponse_Status : GPBMessage

/** Идентификатор пользователя */
@property(nonatomic, readwrite) int32_t userId;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *id_p;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *parentId;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *name;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *defaultName;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *home;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *room;

/** Коммент 1 */
@property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *groupsArray;
/** The number of items in @c groupsArray without causing the container to be created. */
@property(nonatomic, readonly) NSUInteger groupsArray_Count;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *modelId;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *hwVersion;

/** Коммент 1 */
@property(nonatomic, readwrite, copy, null_resettable) NSString *swVersion;

@end

#pragma mark - KEYAPISIOTCONNECTV1PostCallbackCommandRequest

/**
 * Запрос на изменение статуса домофона
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1PostCallbackCommandRequest : GPBMessage

@end

#pragma mark - KEYAPISIOTCONNECTV1PostCallbackCommandResponse

/**
 * Ответ на запрос на изменение статуса домофона
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1PostCallbackCommandResponse : GPBMessage

@end

#pragma mark - KEYAPISIOTCONNECTV1PostCallbackUnlinkRequest

/**
 * Запрос-информирование о разъединении аккаунтов
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1PostCallbackUnlinkRequest : GPBMessage

@end

#pragma mark - KEYAPISIOTCONNECTV1PostCallbackUnlinkResponse

/**
 * Ответ на запрос-информирование о разъединении аккаунтов
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1PostCallbackUnlinkResponse : GPBMessage

@end

#pragma mark - KEYAPISIOTCONNECTV1GetCallbackUserRequest

/**
 * Запрос идентификатора пользователя Ключ
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1GetCallbackUserRequest : GPBMessage

@end

#pragma mark - KEYAPISIOTCONNECTV1GetCallbackUserResponse

typedef GPB_ENUM(KEYAPISIOTCONNECTV1GetCallbackUserResponse_FieldNumber) {
  KEYAPISIOTCONNECTV1GetCallbackUserResponse_FieldNumber_Data_p = 1,
};

/**
 * Ответ на запрос идентификатора пользователя Ключ
 **/
GPB_FINAL @interface KEYAPISIOTCONNECTV1GetCallbackUserResponse : GPBMessage

/** Идентификатор пользователя */
@property(nonatomic, readwrite) int32_t data_p;

@end

NS_ASSUME_NONNULL_END

CF_EXTERN_C_END

#pragma clang diagnostic pop

// @@protoc_insertion_point(global_scope)

// clang-format on
