// Generated by the protocol buffer compiler.  DO NOT EDIT!
// clang-format off
// source: keyapis/tag/v1/keyapis_tag_tag_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

NS_ASSUME_NONNULL_BEGIN

#pragma mark - KEYAPISTAGV1KeyapisTagTagV1Root

/**
 * 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 KEYAPISTAGV1KeyapisTagTagV1Root : GPBRootObject
@end

#pragma mark - KEYAPISTAGV1GetTagListRequest

/**
 * Запрос получения списка тэгов
 **/
GPB_FINAL @interface KEYAPISTAGV1GetTagListRequest : GPBMessage

@end

#pragma mark - KEYAPISTAGV1GetTagListResponse

typedef GPB_ENUM(KEYAPISTAGV1GetTagListResponse_FieldNumber) {
  KEYAPISTAGV1GetTagListResponse_FieldNumber_Data_p = 1,
};

typedef GPB_ENUM(KEYAPISTAGV1GetTagListResponse_Type_OneOfCase) {
  KEYAPISTAGV1GetTagListResponse_Type_OneOfCase_GPBUnsetOneOfCase = 0,
  KEYAPISTAGV1GetTagListResponse_Type_OneOfCase_Data_p = 1,
};

/**
 * Ответ на запрос получения списка тэгов
 **/
GPB_FINAL @interface KEYAPISTAGV1GetTagListResponse : GPBMessage

/** Тип результата */
@property(nonatomic, readonly) KEYAPISTAGV1GetTagListResponse_Type_OneOfCase typeOneOfCase;

/** Пользовательский тэг */
@property(nonatomic, readwrite, copy, null_resettable) NSString *data_p;

@end

/**
 * Clears whatever value was set for the oneof 'type'.
 **/
void KEYAPISTAGV1GetTagListResponse_ClearTypeOneOfCase(KEYAPISTAGV1GetTagListResponse *message);

NS_ASSUME_NONNULL_END

CF_EXTERN_C_END

#pragma clang diagnostic pop

// @@protoc_insertion_point(global_scope)

// clang-format on
