// Code generated by gRPC proto compiler.  DO NOT EDIT!
// source: keyapis/device/v1/keyapis_device_command_v1.proto

#if !defined(GPB_GRPC_PROTOCOL_ONLY) || !GPB_GRPC_PROTOCOL_ONLY
#import "keyapis/device/v1/KeyapisDeviceCommandV1.pbrpc.h"
#import "keyapis/device/v1/KeyapisDeviceCommandV1.pbobjc.h"
#import <ProtoRPC/ProtoRPCLegacy.h>
#import <RxLibrary/GRXWriter+Immediate.h>

#import "google/api/Annotations.pbobjc.h"
#import "google/api/FieldBehavior.pbobjc.h"
#import "keyapis/device/v1/KeyapisDeviceDeviceV1.pbobjc.h"

@implementation KEYAPISDEVICEV1CommandDeviceService

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wobjc-designated-initializers"

// Designated initializer
- (instancetype)initWithHost:(NSString *)host callOptions:(GRPCCallOptions *_Nullable)callOptions {
  return [super initWithHost:host
                 packageName:@"keyapis.device.v1"
                 serviceName:@"CommandDeviceService"
                 callOptions:callOptions];
}

- (instancetype)initWithHost:(NSString *)host {
  return [super initWithHost:host
                 packageName:@"keyapis.device.v1"
                 serviceName:@"CommandDeviceService"];
}

#pragma clang diagnostic pop

// Override superclass initializer to disallow different package and service names.
- (instancetype)initWithHost:(NSString *)host
                 packageName:(NSString *)packageName
                 serviceName:(NSString *)serviceName {
  return [self initWithHost:host];
}

- (instancetype)initWithHost:(NSString *)host
                 packageName:(NSString *)packageName
                 serviceName:(NSString *)serviceName
                 callOptions:(GRPCCallOptions *)callOptions {
  return [self initWithHost:host callOptions:callOptions];
}

#pragma mark - Class Methods

+ (instancetype)serviceWithHost:(NSString *)host {
  return [[self alloc] initWithHost:host];
}

+ (instancetype)serviceWithHost:(NSString *)host callOptions:(GRPCCallOptions *_Nullable)callOptions {
  return [[self alloc] initWithHost:host callOptions:callOptions];
}

#pragma mark - Method Implementations

#pragma mark PostCommandDeviceOpen(PostCommandDeviceOpenRequest) returns (PostCommandDeviceOpenResponse)

/**
 * Метод отправки задания на открытие устройства.
 * Метод доступен для: admin, service
 *
 * This method belongs to a set of APIs that have been deprecated. Using the v2 API is recommended.
 */
- (void)postCommandDeviceOpenWithRequest:(KEYAPISDEVICEV1PostCommandDeviceOpenRequest *)request handler:(void(^)(KEYAPISDEVICEV1PostCommandDeviceOpenResponse *_Nullable response, NSError *_Nullable error))handler{
  [[self RPCToPostCommandDeviceOpenWithRequest:request handler:handler] start];
}
// Returns a not-yet-started RPC object.
/**
 * Метод отправки задания на открытие устройства.
 * Метод доступен для: admin, service
 *
 * This method belongs to a set of APIs that have been deprecated. Using the v2 API is recommended.
 */
- (GRPCProtoCall *)RPCToPostCommandDeviceOpenWithRequest:(KEYAPISDEVICEV1PostCommandDeviceOpenRequest *)request handler:(void(^)(KEYAPISDEVICEV1PostCommandDeviceOpenResponse *_Nullable response, NSError *_Nullable error))handler{
  return [self RPCToMethod:@"PostCommandDeviceOpen"
            requestsWriter:[GRXWriter writerWithValue:request]
             responseClass:[KEYAPISDEVICEV1PostCommandDeviceOpenResponse class]
        responsesWriteable:[GRXWriteable writeableWithSingleHandler:handler]];
}
/**
 * Метод отправки задания на открытие устройства.
 * Метод доступен для: admin, service
 */
- (GRPCUnaryProtoCall *)postCommandDeviceOpenWithMessage:(KEYAPISDEVICEV1PostCommandDeviceOpenRequest *)message responseHandler:(id<GRPCProtoResponseHandler>)handler callOptions:(GRPCCallOptions *_Nullable)callOptions {
  return [self RPCToMethod:@"PostCommandDeviceOpen"
                   message:message
           responseHandler:handler
               callOptions:callOptions
             responseClass:[KEYAPISDEVICEV1PostCommandDeviceOpenResponse class]];
}

@end
#endif
