add_op# BatchOps.add_op(package, service, method, request)# Queue a single batch operation. Only the non-getter operations will be queued. Parameters: packagestrgRPC package name servicestrgRPC service name methodstrgRPC method name requestAnygRPC request message Returns: BatchOps.OpBatchOps.Op object with a queued attribute which is true if the operation has been queued.