// Generated by the protocol buffer compiler.  DO NOT EDIT!
// clang-format off
// source: keyapis/bell/v1/keyapis_bell_events_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_RuntimeSupport.h>
#else
 #import "GPBProtocolBuffers_RuntimeSupport.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

#import "keyapis/bell/v1/KeyapisBellEventsV1.pbobjc.h"
#import "google/api/FieldBehavior.pbobjc.h"
// @@protoc_insertion_point(imports)

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"

#pragma mark - Objective-C Class declarations
// Forward declarations of Objective-C classes that we can use as
// static values in struct initializers.
// We don't use [Foo class] because it is not a static value.
GPBObjCClassDeclaration(KEYAPISBELLV1SendPushNotificationTask);

#pragma mark - KEYAPISBELLV1KeyapisBellEventsV1Root

@implementation KEYAPISBELLV1KeyapisBellEventsV1Root

+ (GPBExtensionRegistry*)extensionRegistry {
  // This is called by +initialize so there is no need to worry
  // about thread safety and initialization of registry.
  static GPBExtensionRegistry* registry = nil;
  if (!registry) {
    GPB_DEBUG_CHECK_RUNTIME_VERSIONS();
    registry = [[GPBExtensionRegistry alloc] init];
    // Merge in the imports (direct or indirect) that defined extensions.
    [registry addExtensions:[GAPIFieldBehaviorRoot extensionRegistry]];
  }
  return registry;
}

@end

static GPBFileDescription KEYAPISBELLV1KeyapisBellEventsV1Root_FileDescription = {
  .package = "keyapis.bell.v1",
  .prefix = "KEYAPISBELLV1",
  .syntax = GPBFileSyntaxProto3
};

#pragma mark - KEYAPISBELLV1SendPushNotificationTask

@implementation KEYAPISBELLV1SendPushNotificationTask

@dynamic requestId;
@dynamic orpon;
@dynamic roomNumber;
@dynamic header;
@dynamic text;
@dynamic payload, payload_Count;

typedef struct KEYAPISBELLV1SendPushNotificationTask__storage_ {
  uint32_t _has_storage_[1];
  NSString *requestId;
  NSString *roomNumber;
  NSString *header;
  NSString *text;
  NSMutableDictionary *payload;
  int64_t orpon;
} KEYAPISBELLV1SendPushNotificationTask__storage_;

// This method is threadsafe because it is initially called
// in +initialize for each subclass.
+ (GPBDescriptor *)descriptor {
  static GPBDescriptor *descriptor = nil;
  if (!descriptor) {
    GPB_DEBUG_CHECK_RUNTIME_VERSIONS();
    static GPBMessageFieldDescription fields[] = {
      {
        .name = "requestId",
        .dataTypeSpecific.clazz = Nil,
        .number = KEYAPISBELLV1SendPushNotificationTask_FieldNumber_RequestId,
        .hasIndex = 0,
        .offset = (uint32_t)offsetof(KEYAPISBELLV1SendPushNotificationTask__storage_, requestId),
        .flags = (GPBFieldFlags)(GPBFieldOptional | GPBFieldClearHasIvarOnZero),
        .dataType = GPBDataTypeString,
      },
      {
        .name = "orpon",
        .dataTypeSpecific.clazz = Nil,
        .number = KEYAPISBELLV1SendPushNotificationTask_FieldNumber_Orpon,
        .hasIndex = 1,
        .offset = (uint32_t)offsetof(KEYAPISBELLV1SendPushNotificationTask__storage_, orpon),
        .flags = (GPBFieldFlags)(GPBFieldOptional | GPBFieldClearHasIvarOnZero),
        .dataType = GPBDataTypeInt64,
      },
      {
        .name = "roomNumber",
        .dataTypeSpecific.clazz = Nil,
        .number = KEYAPISBELLV1SendPushNotificationTask_FieldNumber_RoomNumber,
        .hasIndex = 2,
        .offset = (uint32_t)offsetof(KEYAPISBELLV1SendPushNotificationTask__storage_, roomNumber),
        .flags = (GPBFieldFlags)(GPBFieldOptional | GPBFieldClearHasIvarOnZero),
        .dataType = GPBDataTypeString,
      },
      {
        .name = "header",
        .dataTypeSpecific.clazz = Nil,
        .number = KEYAPISBELLV1SendPushNotificationTask_FieldNumber_Header,
        .hasIndex = 3,
        .offset = (uint32_t)offsetof(KEYAPISBELLV1SendPushNotificationTask__storage_, header),
        .flags = (GPBFieldFlags)(GPBFieldOptional | GPBFieldClearHasIvarOnZero),
        .dataType = GPBDataTypeString,
      },
      {
        .name = "text",
        .dataTypeSpecific.clazz = Nil,
        .number = KEYAPISBELLV1SendPushNotificationTask_FieldNumber_Text,
        .hasIndex = 4,
        .offset = (uint32_t)offsetof(KEYAPISBELLV1SendPushNotificationTask__storage_, text),
        .flags = (GPBFieldFlags)(GPBFieldOptional | GPBFieldClearHasIvarOnZero),
        .dataType = GPBDataTypeString,
      },
      {
        .name = "payload",
        .dataTypeSpecific.clazz = Nil,
        .number = KEYAPISBELLV1SendPushNotificationTask_FieldNumber_Payload,
        .hasIndex = GPBNoHasBit,
        .offset = (uint32_t)offsetof(KEYAPISBELLV1SendPushNotificationTask__storage_, payload),
        .flags = GPBFieldMapKeyString,
        .dataType = GPBDataTypeString,
      },
    };
    GPBDescriptor *localDescriptor =
        [GPBDescriptor allocDescriptorForClass:GPBObjCClass(KEYAPISBELLV1SendPushNotificationTask)
                                   messageName:@"SendPushNotificationTask"
                               fileDescription:&KEYAPISBELLV1KeyapisBellEventsV1Root_FileDescription
                                        fields:fields
                                    fieldCount:(uint32_t)(sizeof(fields) / sizeof(GPBMessageFieldDescription))
                                   storageSize:sizeof(KEYAPISBELLV1SendPushNotificationTask__storage_)
                                         flags:(GPBDescriptorInitializationFlags)(GPBDescriptorInitializationFlag_UsesClassRefs | GPBDescriptorInitializationFlag_Proto3OptionalKnown | GPBDescriptorInitializationFlag_ClosedEnumSupportKnown)];
    #if defined(DEBUG) && DEBUG
      NSAssert(descriptor == nil, @"Startup recursed!");
    #endif  // DEBUG
    descriptor = localDescriptor;
  }
  return descriptor;
}

@end


#pragma clang diagnostic pop

// @@protoc_insertion_point(global_scope)

// clang-format on
